Currencies System
Ability to create infinite currencies
Example
blocks:
block-currency: true
limit: 0
commands:
main:
cmd: blocks
permission: edprison.blocks
aliases:
- "blocks"
give:
enabled: true
permission: edprison.blocks.give
cmd: give
set:
enabled: true
permission: edprison.blocks.set
cmd: set
remove:
enabled: true
permission: edprison.blocks.remove
cmd: remove
bal:
enabled: true
permission: edprison.blocks.bal
cmd: bal
For example, we create a block currency. We put block-currency: true because we want that every block mined, it will add x1 currency. Then we put a limit (0 for infinite) and the main commands.
Last updated
Was this helpful?