This two messages.yml lines have been updated to fix previous placeholders.
Messages.yml:
Code (YAML):
airdrop-auto-removed-broadcast
:
"&eAn %airdrop_name% around %max_corner_x_coord% %max_corner_z_coord% and %min_corner_x_coord% %min_corner_z_coord% has gone"
# 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.
airdrop-summoned-broadcast
:
"&aAn %airdrop_name% has landed 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.
Fixed:
- Public coordinates placeholder names not making sense neither their outputs.