✏️ Added :
- The date of death locations is now saved, and removed 6 months after (this can be changed with the option
daysToRemoveBackTp
) - The properties files that were previously used to store locations and last death locations will be transferred to json files
- A command to remove the properties files (these files will be removed only by this command or by hand, so you can check if the files transferred properly)
🚧 Fixed :
- An unintended way of modifying the files from outside of the game which would change the values in-game, this is no longer possible
- The translations were not up to date in the
en_us.json
andtranslations.properties
(nowtranslations.json
) files
🧪 Dev :
- The locations and locations for the
/back
command are now stored using json files instead of properties - The
Locations
andBackTp
are now handled with classes instead of using just arrays
Remade the config system, it is now way more usable than before : you simply type /cyan config <optionName>
to get the description and the current value of the option, and /cyan config <optionName> set [int | bool]
to change the value. To change the value, you can also click on the current value if it is a boolean (ON or OFF) or click on the default values if it is an integer
Added the /back command (teleports you to your last death position)
You can now set your own custom translations for the useTranslations option + Added an option to allow the editing of options via the server's console
You can now set your own custom translations for the useTranslations
option
- Added the
/removealllocation
commands (it removes all the locations, and removes the file on the next client / server start up) - Some small adjustments and inconsistencies fixes
Initial 1.19.3 release, with the latest version of the mod
Players that can edit the locations can now see which player created which location (in the /getlocations
command)