Gives custom rewards to players for killing MythicMobs.
Dependencies
Commands
- /mythicmobsrewards reload - Reloads the plugin
Permissions
- mythicmobsrewards.command.reload - Allows use of the /mythicmobsrewards 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
- MONEY:money - Add money to the player balance
- 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
✔ MiniMessage Support
You can use MiniMessage formatting to customize messages with colors and gradients.
✔ Unlimited Rewards Support
You can create unlimited rewards.
✔ Custom Action Support
You can configure the rewards and actions that are triggered when a MythicMob is killed.
config.yml
settings:
minimessage: true
messages.yml
messages:
prefix: "<dark_gray>[<green>MythicMobsRewards<dark_gray>]</dark_gray>"
no-permission: "%prefix% <red>You don't have permission to use this command!</red>"
player-only: "%prefix% <red>You can't use commands from console!</red>"
help-header: "<yellow>----- MythicMobsRewards Commands -----</yellow>"
help-reload: "%prefix% <white>/%cmd% reload <gray>- Reloads the plugin</gray></white>"
reload-success: "%prefix% <green>Successfully reloaded!</green>"
reload-fail: "%prefix% <red>A serious error occurred during reloading</red>"
rewards.yml
rewards:
SkeletalKnight:
actions:
- "MSG:<green><bold>You killed a %mob% and earned 100 money!</bold></green>"
- "MONEY:100"
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.