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 :
/tpa
command : Allows players to ask for teleportation to another playerallowTpa
option : toggles the/tpa
commanduseXpToTeleport
option : consumes XP when the player uses teleportation commands (/bed
,/surface
and/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.json
inside a folder namedcyan
in 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-location
command or thedeath event
)
✏️ Added :
- Suggestions for the
rename-location
🚧 Fixed :
- The message when renaming a location had weird colors
🧪 Dev :
- The function to get the locations names suggestion is now part of the Locations class, allowing the removing of the ArgumentSuggestion class
🚧 Fixed :
- Crash on version 1.19.x