Fix multiple translation errors with the cyanlib
Update to 1.21
Use CyanLib 0.4.9 to fix the config not being written when modified from the chat
Use CyanLib 0.4.7 to fix the config not being written when modified from the chat
✏️ Added :
/tpacommand : Allows players to ask for teleportation to another playerallowTpaoption : toggles the/tpacommanduseXpToTeleportoption : consumes XP when the player uses teleportation commands (/bed,/surfaceand/tpa)- An option is available for each tp command (
blocksPerXpLevel...,...being the command) to specify the amount of blocks that will consume 1 XP level
- An option is available for each tp command (
🌈 Changed :
The custom translations are now handled differently :
- if you want custom translations, you can simply put a file named
custom_lang.jsoninside a folder namedcyanin the config folder - the way to use another language is also by using this file, but by translating the default translations
⚠️ For now, only one language can be used, but support for multiple languages might come at some point
🎴 Update to 1.20.4
🎴 Update to 1.20.3
🎴 Update to 1.20.2
🎴 Fix version 1.20.x not working on 1.20.x
🚧 Fixed :
- The suggestion when renaming a location was suggesting for a new name instead of the actual location
- The name of the singleplayer save is now obtained using a proper function
🧪 Dev :
- Simplified the code that obtains the dimension in which the player saved the location or died (called by
the
/set-locationcommand or thedeath event)


