⚙️Configuration
default configuration files
###########################################################
## ___ ___ ##
## | | | | ##
## | | | | ##
## | |___| | ______ _____ _____ __ __ ##
## | | / __ \ / _ \ / _ \ \ \ / / ##
## | ___ | | |__| | | |_| | | |_| | \ \/ / ##
## | | | | | __ | | ___/ | ___/ | | ##
## | | | | | | | | | | | | | | ##
## |___| |___| |__| |__| |__| |__| |__| ##
###########################################################
#if you have any questions, join the discord
#https://discord.gg/D29p8H8CSA
General:
check-update: true
Kill:
entities:
#We have compatibility with all mobs in the game, you can check the list of mobs
#names used for the configuration here.
#https://happy-dev-1.gitbook.io/happy-reward/configuration/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"
Last updated