What it works for HappyReward is an excellent Spigot or Paper reward plugin that will allow you to add exciting challenges for players. With this plugin, you will be able to define conditions and actions for when players kill mobs, and set up daily rewards to motivate them to keep playing.
Dependencies This plugin does not require any other plugin to work, however it is recommended to use PlaceholderAPI, the actions require placeholder to get the user's name, although not all of them require placeholder, the conditions do.
Features - multiples actions and conditions - customized rewards for entities - rewards with conditions and permits - customizable messages - high version compatibility
more to come in future updates
Code (Text):
General:
check-update: true
Kill:
entities:
condition_mob:
type: BAT
actions:
- "send_message: &di love you %player_name%"
- "console_command: give %player_name% poppy 1"
conditions:
- "%player_name% == xIntr_"
permission_mob:
permission: custom.cow.reward
type: COW
actions:
- "send_message: &d&llol"
- "console_command: give %player_name% dirt 50"
example_mob:
type: ZOMBIE
actions:
- "send_message: hi friend :D"
- "console_command: give %player_name% dirt 5"