Code (YAML):
commands-on-airdrop-spawn
:
# Placeholders: %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
#- gamemode adventure @a
commands-on-airdrop-despawn
:
# Placeholders: %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
#- gamemode survival @a
commands-on-airdrop-start-unlocking
:
# Placeholders: %player%, %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
#- time set day
commands-on-airdrop-unlock
:
# Placeholders: %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
#- say %aidrop_name%
commands-on-airdrop-first-open
:
# Placeholders: %player%, %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
#- lightning %player%
Code (YAML):
airdrop-first-open-broadcast
:
"%prefix% &6%player% &ehas opened an &6%airdrop_name% &eat %x_coord% %y_coord% %z_coord%"
# Placeholders: %player%, %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
airdrop-start-unlock-broadcast
:
"%prefix% &6%player% &ehas started unlocking an &6%airdrop_name% &earound %max_corner_x_coord% %max_corner_z_coord% and %min_corner_x_coord% %min_corner_z_coord%, %locked_time_left% left"
# Placeholders: %locked_time_left%, %player%, %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
airdrop-unlocked-broadcast
:
"%prefix% &eAn &6%airdrop_name% &ehas been unlocked around %max_corner_x_coord% %max_corner_z_coord% and %min_corner_x_coord% %min_corner_z_coord%"
# Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.