This plugin is no longer maintained. Support is no longer provided and updates will not be issued. If you would like to take over the project, please contact me.

Economy. Literally, that's it.
DumbCoin integrates with Vault, so all your shops and Vault-enabled plugins work too!
As a developer I get tired of trying to find a plugin that simply does what I'd like it to do (such as simple auctions). When this occurs I tend to create a small plugin to meet the needs of what I am testing.
All I needed was a simple economy plugin.
Note: Aliases for commands include /eco, /economy, /bal, and /balance
| Command | Description |
|---|---|
| /money | Shows your current balance |
| /money <playername> | Shows <playername>'s balance |
| /money pay <player> <amount> | Pays <player> <amount> money |
| /money give <player> <amount> | Gives <player> <amount> money |
| /money take <player> <amount> | Takes <amount> money from <player> |
| /money set <player> <amount> | Sets <player>'s account to have <amount> money |
| /money top [page] | Shows top players ranked by balance |
| /money reload | Reloads the configuration |
| /money import [pluginName] | Imports all (if no plugin specified) or a specified plugin's balances into DumbCoin (must be supported by Vault) |
| Permission | Default | Description |
|---|---|---|
| money.balance | true | Allows /money (no arguments) |
| money.balance.others | Server OP | Allows /money <player name> |
| money.pay | true | Allows /money pay <player> <amount> |
| money.give | Server OP | Allows /money give <player> <amount> |
| money.take | Server OP | Allows /money take <player> <amount> |
| money.set | Server OP | Allows /money set <player> <amount> |
| money.top | true | Allows /money top |
| money.reload | Server OP | Allows /money reload |
| money.import | Server OP | Allows /money import [plugin] |
To import a previous player's balances from another Vault-supported plugin simply run "/money import" to import all enabled economy plugins or "/money import <plugin name>" to import a specific one.
Note: Vault is required for this operation. It is only possible to import from another Vault-supported plugin.
Importing from a plugin will OVERWRITE existing data and NOT mirror exactly. If a player's balance exists in the plugin you are trying to import and in DumbCoin - It will be overwritten. If a player's balance exists in DumbCoin but not in the importing plugin, it will not be reset
This plugin does use a common library, CommonSense, to send statistics and complete update checks, You may disable these functions in the "DumbPlugin-Configuration.yml" file inside the plugin folder.
This plugin utilizes Gravity's update checker to notify when a new version of the plugin is out, it will not automatically download the new version. It also notifies the admins that a new plugin version is available. This can be enabled ordisabled in the config.yml. To disable update-checking, set updates.check-for-updates to false. To disable admin notifying, set updates.notify-admin to false.
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
This plugin makes an external call to a web service to assist in the conversion between names and UUIDs. For more information, please contact me directly. This service uses the official Mojang API to process the UUID/name of a specified player.
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Head on over to the GitHub Issue Tracker!!