Plugin allows players to work as miners in your Minecraft server. Players can start working by using the command /mine start, and they can stop working by using the command /mine stop and get salary. The plugin also provides a command, /mine reload, which allows server administrators to reload the plugin's configuration file.
Features:
- Players can work as miners and earn money for mining blocks.
- Players can start working by using the command /mine start.
- Players can stop working by using the command /mine stop.
- Server administrators can reload the plugin's configuration file by using the command /mine reload.
- Players can open GUI - /mine menu command.
Placeholders:
- %mMine_working% - outputs whether the player is currently working
- %mMine_salary% - outputs the player's salary, which they will receive upon completing their work.
To disable players from working as miners in creative mode, you can set the BreakInCreative option to false in the plugin's configuration file.
- Open the plugin's configuration file (plugins/MinerJob/config.yml).
- Find the line BreakInCreative and change its value to false.
- Reload config.
Adding Salaries for Any Block in the Config: To add salaries for any block in the config, you can add entries to the
Salary section of the plugin's configuration file.
Commands:
- /mine start
- /mine stop
- /mine reload - (mine.reload permission)
For the plugin to work correctly, you must create a region or more and specify its names in the Regions setting in the config.
Dependencies:
- Vault
- WorldGuard
- PlaceholderAPI