
EIZZOs-Tokens
A simple economy plugin that allows players to withdraw and deposit money as physical tokens.
16
0
💎 EIZZOs-Tokens
The Ultimate High-Performance Multi-Currency System
EIZZOs-Tokens is a robust and scalable economy solution designed for modern Minecraft networks. Whether you need a simple "Vote Points" system or a complex network-wide "Crystals" economy, this plugin provides the tools to manage it all with zero impact on server performance.
🚀 Key Features
- Multi-Token Support – Create unlimited types of virtual currencies.
- ⚡ Asynchronous Core – All database operations happen off-thread to prevent server lag.
- 🖥️ Dynamic GUIs – Beautiful built-in menus for players and admins.
- 🔗 Deep Integration – Seamlessly hooks into Vault and PlaceholderAPI.
- 💾 Dual Storage – Choose between local SQLite for easy setup or MariaDB for high-performance networks.
- 🛠️ Admin Tools – Full command-line and GUI support for managing player balances.
📜 Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/tokens | Open your token wallet | None |
/tokens balance [id] | Check specific balance | None |
/tokens admin | Admin Management Menu | eizzotokens.admin |
/tokens give <p> <id> <q> | Add tokens to a player | eizzotokens.admin |
/tokens take <p> <id> <q> | Remove tokens from a player | eizzotokens.admin |
🧩 Placeholders
Note: Requires PlaceholderAPI to be installed.
%eizzotokens_balance_<token_id>%— Displays the player's balance.%eizzotokens_name_<token_id>%— Displays the name of the token.
⚙️ Configuration Preview
Click to view config.yml
database:
type: "sqlite" # Options: mariadb, sqlite
host: "localhost"
port: 3306
database: "eizzostokensdb"
username: "root"
password: ""
pool-size: 10
Tip for Network Owners: If you are running multiple servers (Bungee/Velocity), use the MariaDB option to keep player balances synchronized across your entire network instantly.
🛠 Developer Resources
- 📖 Documentation: GitHub README.md
- 💻 Source Code: GitHub Repository
Ссылки
Создатели
Детали
Лицензия:MIT
Опубликован:2 месяца назад
Обновлён:2 месяца назад
