UltimateMoneyMobs is a plugin that gives rewards when players kill mobs.
Dependencies
Commands
- /moneymobs menu - Open the reward menu
- /moneymobs reload - Reloads the plugin
Permissions
- ultimatemoneymobs.command.menu - Allows use of the /moneymobs menu command
- ultimatemoneymobs.command.reload - Allows use of the /moneymobs reload command
Action List
- ACTION_BAR:message - Send short message to the player action bar
- BROADCAST:message - Send message to all players on the server
- CONSOLE_COMMAND:command - Execute command from the server console
- MSG:message - Send private message to specific player
- PLAYER_COMMAND:command - Execute command as if the player ran it themselves
- SOUND:type:float:float - Play sound to player
- TITLE:int:int:int:title:subtitle - Display title and subtitle on the player screen
✔ Number Format Support
You can configure the format used to display numeric values.
✔ Reward Item Display Support
You can configure the reward item display in the reward list.
✔ Unlimited Mobs Support
You can create unlimited mobs.
✔ Custom Action Support
You can configure what rewards players receive when a mob is killed.
config.yml
settings:
format: "00.0#"
reward-item:
name: "&a%type%"
lore:
- ""
- "&7Reward"
- "&a%min% &7~ &a%max%"
- ""
messages.yml
messages:
prefix: "&8[&aUltimateMoneyMobs&8]&r"
no-permission: "%prefix% &cYou don't have permission to use this command!"
player-only: "%prefix% &cYou can't use commands from console!"
menu-title: "&8Reward Menu"
reload-success: "%prefix% &aSuccessfully reloaded!"
reload-fail: "%prefix% &cA serious error occurred during reloading"
help-header: "&e----- UltimateMoneyMobs Commands -----"
help-menu: "%prefix% &f/%cmd% menu &7- Open the reward menu"
help-reload: "%prefix% &f/%cmd% reload &7- Reloads the plugin"
mobs.yml
mobs:
ZOMBIE:
min: 100
max: 500
actions:
- "MSG:&a&lYou killed a zombie and earned %money%!"
SKELETON:
min: 100
max: 500
actions:
- "MSG:&a&lYou killed a skeleton and earned %money%!"
For support, please use only resource discussion
Terms of Service
By using this plugin, you agree to the following terms, which may be updated by the author at any time.
- All payments are final and non-refundable.
- Redistribution or resale of this plugin is prohibited.
- You are not permitted to modify, decompile, or extract any part of the plugin's source code.
- Support is provided exclusively to legitimate customers. We cannot offer support for plugins obtained through unauthorized or illegal means.