A mining economy plugin made for Paper Spigot servers.
| Minecraft version | Compatibility |
|---|---|
| 1.15 or below | Unsupported due to being compiled with Minecraft 1.16 API |
| 1.16 | Supported natively |
| 1.17 | Supported |
- Make sure you have Vault plugin, and an economy system plugin installed.
- Copy the plugin jar file into
/pluginsdirectory - Adjust the config file inside
/plugins/RandyOresto your likings. - Enjoy!
allowSilkTouch- When true, players are able to get money when mining with silk touch enchanted pickaxe.
- Defaults to true
allowedSilkTouchBlocks- A list of blocks that are immune to
allowSilkTouch, that means these blocks will give money even if player is mining with silk touch enchanted pickaxe. - Must be in YAML list form for system to recognize.
# Option 1 allowedSilkTouchBlocks: - STONE - COAL_ORE # Option 2 allowedSilkTouchBlocks: [STONE, COAL_ORE]
- Defaults to null
- A list of blocks that are immune to
allowCreativeMode- When true, players are able to get money when breaking blocks in creative mode.
- Defaults to false.
Under this key should be lines of String to Integer key-value pairs which its
String is a block's enum name
and Integer is the block's price.
For example:
Blocks:
BEACON: 100
BRICK: 5randyores.blockpermoney- Allow players to get money when mining specific block.
- Defaults to everyone