Denizen V0.25.6 [TESTED]
on_player_joins: type: world events: on player joins: - define welcome_book "book" - flag <[player]> welcome_book:!<[welcome_book]> - narrate "<gold>Welcome back, <[player].name>!" - execute as_server "give <[player].name> minecraft:cake" File: heal_command.dsc
heal_command: type: command name: heal usage: /heal description: Heals yourself script: - define p <[player]> - adjust <[p]> health 20 - narrate "<green>You have been healed." Register in config.yml : Denizen v0.25.6
hello_world_script: type: assignment actions: on assignment: - run "my_procedure" instantly on_player_joins: type: world events: on player joins: -


