You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After version 1.19.3, the Bukkit API introduced getTranslationKey to achieve translation of names based on the client. Since the update of BentoBox to version 3.0, which only supports versions above 1.21.3, this method can be introduced to translate the names of materials and creatures. It can be used in addons like challenge and biome.
Describe the solution you'd like.
Describe alternatives you've considered.
Using this method can abandon the original built-in material name matching function
Agreements
I have searched for and ensured there isn't already an open issue regarding this.
I have ensured the feature I'm requesting isn't already in the latest supported BentoBox build or Addons.
Other
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Translatable.html#getTranslationKey()
After version 1.19.3, the Bukkit API introduced getTranslationKey to achieve translation of names based on the client. Since the update of BentoBox to version 3.0, which only supports versions above 1.21.3, this method can be introduced to translate the names of materials and creatures. It can be used in addons like challenge and biome.
Describe the solution you'd like.
Describe alternatives you've considered.
Using this method can abandon the original built-in material name matching function
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: