Economy base plugin for Bukkit/Spigot
- UUID Ready
- 1.12 Ready
- Vault Ready
- MySQL(+SQLite) Ready
- Download this plugin.
- drop in plugins directory.
- Server start.
- config edit.
- reload
Please refer to the comments in the configuration file.
Command | Permission | Description | Default |
---|---|---|---|
/money | jecon.show | Show your balance. | ALL |
/money [player] | jecon.show.other | Show [player] balance. | OP |
/money pay <player> <amount> | jecon.pay | Send <amount> to <player>. | ALL |
/money top [page] | jecon.top | Show the top list. | OP |
/money give <player> <amount> | jecon.give | Give <amount> to <player>. | OP |
/money take <player> <amount> | jecon.take | Take <amount> on <player>. | OP |
/money set <player> <amount> | jecon.set | Set the <amount> of <player>. | OP |
/money create <player> [amount] | jecon.create | Create <player> account. | OP |
/money remove <player> | jecon.remove | Remove <player> account. | OP |
/money reload | jecon.reload | Reload the config. | OP |
/money help | N/A | Show command help. | ALL |