✏️ 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
🚧 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
)