BentoBoxWorld / BentoBox

Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
https://bentobox.world
Eclipse Public License 2.0
323 stars 134 forks source link

"en-US" language file content is missing #2384

Closed huguyt closed 1 month ago

huguyt commented 1 month ago

Expected behavior

After line 1803 of en-US.yml there should be "FREEZE", "KILL", "SONIC_BOOM", "WORLD_BORDER"

Observed/Actual behavior

Although it does not affect the use of English users, it can still be displayed correctly in the GUI of English users. However, for translators of other languages, these "DamageCause" will be missing content to translate, resulting in these words being displayed in English in the game.

Steps/models to reproduce

en-US.yml line 1803

BentoBox version

bbox version 17:01:19 INFO: Running PAPER 1.20.4.

17:01:19 INFO: BentoBox version: 2.3.0 17:01:19 INFO: Database: JSON 17:01:19 INFO: Loaded Game Worlds: 17:01:19 INFO: bskyblock_world (BSkyBlock): Overworld, Nether, The End 17:01:19 INFO: Loaded Addons: 17:01:19 INFO: BSkyBlock 1.17.1 (ENABLED)

Plugin list

plugins [17:01:41 INFO]: Server Plugins (3): [17:01:41 INFO]: Bukkit Plugins: [17:01:41 INFO]: - BentoBox, BentoBox-BSkyBlock, ViaVersion

Other

FREEZE: Freeze
KILL: Kill
SONIC_BOOM: Sonic Boom
WORLD_BORDER: World Border

You can add the above content to the en-US.yml file(line 1803).

tastybento commented 1 month ago

Thanks!