{
  "event": {
    "on_player_death": {
      "command_list": []
    },
    "after_player_break_block": {
      "command_list": []
    },
    "after_player_place_block": {
      "command_list": []
    },
    "after_player_respawn": {
      "command_list": []
    },
    "after_player_change_world": {
      "command_list": []
    },
    "on_player_first_joined": {
      "command_list": []
    },
    "on_player_joined": {
      "command_list": [
        "send-message %player:name% NOTICE",
        "send-message %player:name% Sleep is now skip as usual.",
        "send-message %player:name% You still have to ask the rest though."
      ]
    },
    "on_player_left": {
      "command_list": []
    }
  }
}