A comprehensive economy plugin for Minecraft servers that provides a complete coin management system.
- Player Balance Management: View, set, give, and take coins from players
- Pay System: Allow players to transfer coins to each other
- Top Balances: View the richest players on the server with a GUI interface
- Death Penalty: Players lose 20% of their coins when they die
- Starting Balance: New players automatically receive 1000 coins
- PlaceholderAPI Support: Use placeholders to display coin information
- MySQL Support: Store player data in a MySQL database
| Command | Description | Permission |
|---|---|---|
/money or /coins or /balance |
View your own balance | None |
/money <player> |
View another player's balance | coinsystem.view.others |
/money set <amount> |
Set your own balance | None |
/money set <player> <amount> |
Set another player's balance | coinsystem.set |
/money give <amount> |
Give yourself coins | None |
/money give <player> <amount> |
Give coins to another player | coinsystem.give |
/money take <amount> |
Take coins from yourself | None |
/money take <player> <amount> |
Take coins from another player | coinsystem.take |
/pay <player> <amount> |
Send coins to another player | None |
/baltop or /moneytop |
View the richest players on the server | None |
The plugin provides the following placeholders for use with PlaceholderAPI:
| Placeholder | Description |
|---|---|
%coinsystem_player_coins% |
Displays the player's coin balance |
%coinsystem_server_economy% |
Displays the total economy of the server |
- Download the latest version of the plugin
- Place the JAR file in your server's
pluginsfolder - Start or restart your server
- Configure the plugin in the
config.ymlfile
database:
type: mysql # or mysql
host: localhost
port: 3306
name: minecraft
user: root
password: passwordYou can customize all messages in the messages.yml file.
If you encounter any issues or have questions, please create an issue on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.
Created by Datenflieger