This two messages.yml lines have been updated to specify the new available placeholders, you can replace them from your file
Messages.yml:
Code (YAML):
airdrop-summoned-broadcast
:
"&aAn %airdrop_name% has landed around %max_corner_x_coord% %max_corner_y_coord% and %min_corner_x_coord% %min_corner_y_coord%"
# Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_y_coord%, %min_corner_x_coord%, %min_corner_y_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
airdrop-auto-removed-broadcast
:
"&eAn %airdrop_name% around %max_corner_x_coord% %max_corner_y_coord% and %min_corner_x_coord% %min_corner_y_coord% has gone"
# Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_y_coord%, %min_corner_x_coord%, %min_corner_y_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
Added:
- Random coordinates range for broadcast messages that will be synchronized with the dynmap ones and future implementations.
Fixed:
- Dynmap error while dynmap was not installed.
- Visual error causing dynmap not showing as enabled neither disabled dependency on startup.
- GuardianBeamAPI error in 1.20.2 (reported by @Nuttapillar).
- Airdrop not being properly protected when using an custom Y value on /airdrops summon
Improved: