▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Sny Economy
Sny Economy

Sny Economy

A lightweight, feature-rich economy plugin with Vault integration, banknotes, and placeholder support.

93
0

🏦 SnEco - Simple Economy Plugin

Dependencies: Vault (Required) • PlaceholderAPI (Optional)

SnEconomy is a lightweight, feature-rich economy plugin designed for Minecraft servers. Built with simplicity and performance in mind, it provides a complete economic system with intuitive commands, secure transactions, and flexible customization options.

✨ Key Features

💰 Core Economy System

  • Complete Vault Integration - Seamlessly works with all Vault-compatible plugins
  • SQLite Database - Efficient local storage with persistent data
  • Starting Balance - Configurable initial balance for new players
  • Currency Symbol - Customizable currency formatting ($ by default)
  • Configurable Prefix - Customizable chat prefix for all plugin messages

💸 Player Commands

  • /balance or /bal - Check your current balance
  • /pay <player> <amount> - Send money to other players
  • /withdraw <amount> - Create physical banknotes for trading
  • /balancetop or /baltop - View the richest players on the server

🛠️ Admin Commands

  • /eco give <player> <amount> - Add money to a player's balance
  • /eco set <player> <amount> - Set a player's exact balance
  • /eco reset <player> - Reset a player's balance to zero
  • Tab Completion - Smart suggestions for all commands

🏦 Banknote System

  • Physical Currency - Withdraw money as tradeable items
  • Right-Click Redemption - Simple right-click to redeem banknotes
  • Customizable Items - Configure material, name, and lore
  • Secure Storage - Banknotes store value in persistent data

🔢 Advanced Number Support

  • Smart Number Parsing - Accept inputs like "1k", "2.5m", "1b"
  • Large Number Formatting - Supports up to decillions (d)
    • k = thousands, m = millions, b = billions
    • t = trillions, q = quadrillions, qt = quintillions
    • sx = sextillions, sp = septillions, o = octillions
    • n = nonillions, d = decillions

🔧 Technical Features

  • PlaceholderAPI Support - Three placeholder formats:
    • %sneco_balance% - Comma-separated format (123,456,789)
    • %sneco_balance_formatted% - Short format (123.46m)
    • %sneco_balance_raw% - Raw numeric value
  • Permission System - Granular control over all features
  • Error Handling - Prevents invalid transactions and numbers
  • Performance Optimized - Minimal server impact with efficient synchronous operations

🎯 Permissions

Player Permissions

  • sneco.economy.balance - Check your balance (default: true)
  • sneco.economy.balance.others - Check other players' balances (default: op)
  • sneco.economy.balance.top - View balance top (default: true)
  • sneco.economy.pay - Send money to players (default: true)
  • sneco.economy.withdraw - Create banknotes (default: true)

Admin Permissions

  • sneco.admin - Base admin permission (default: op)
  • sneco.admin.give - Give money to players (default: op)
  • sneco.admin.set - Set player balances (default: op)
  • sneco.admin.reset - Reset player balances (default: op)
  • sneco.admin.delete - Delete economy accounts (default: op)

⚙️ Configuration

# SnEco Configuration

# Chat prefix for plugin messages
prefix: "&6[SnEco] &f"

currency-symbol: "$" 
starting-balance: 100.0 

banknote: 
  material: PAPER 
  custom-model-id: 1 
  name: "Banknote: {amount}" 
  lore: 
    - "Right-click to redeem {amount}" 

🔧 Installation

  1. Install Vault - Download and install Vault on your server
  2. Install SnEco - Place the SnEco.jar in your plugins folder
  3. Restart Server - Start or restart your Minecraft server
  4. Configure - Edit plugins/SnEco/config.yml as needed
  5. Enjoy - Your economy system is ready to use!

📊 Performance

  • Lightweight Design - Minimal memory footprint
  • Efficient Queries - Optimized database operations
  • Resource Friendly - Won't slow down your server
  • SQLite Database - Fast, reliable local storage

🔍 Technical Details

Database Schema

  • SQLite Database - Single file database (economy.db)
  • Player Data - UUID-based player identification
  • Balance Storage - Double precision floating point values
  • Future Ready - Database includes last_daily_claim field for potential daily rewards

Bank System Status

  • Bank Support - Vault bank interface is implemented but returns "not implemented" responses
  • Bank Features - Not currently available (planned for future updates)

🎩 Support on Discord

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:4 месяца назад
Обновлён:3 месяца назад
Главная