
A simple economy plugin that allows players to withdraw and deposit money as physical tokens.
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.
| 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 |
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.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.