···33build/
44out/
55classes/
66+bin/
6778# idea
89out
+2-1
CHANGELOG.md
···1212- Improved the Storage classes and functions (I'm doing proper java, yipie)
1313- Better error handling for command suggestions
1414- Added hover effects for warp and homes text (W.I.P)
1515-- Throw an exception when the world isn't found (when doing back or home), instead of giving an incorrect notFound error.
1515+- Throw an exception when the world isn't found (when going back or home), instead of giving an incorrect notFound error.
1616+- Added a new `home.defaultNone` translation key for when there is no default house set. (before this would give `home.homeless` for some reason)
16171718### [v1.2.2]
1819- Handled a case where the client (geyser) will return the language as uppercase instead of lowercase.
···4747 StorageManager.StorageSaver();
4848 }
49495050- // todo! modify this so it uses a NamedLocation as an input
5050+ // todo! modify this so it uses a NamedLocation
5151 // creates a new home, if there already is a home it will update the existing one
5252 public void setHome(String name, BlockPos pos, String world) throws Exception {
5353 Optional<NamedLocation> optionalHome = getHome(name);
···83838484 // -----
85858686+ // todo! modify this so it uses a NamedLocation as an input
8687 // creates a new warp, if there already is a warp it will update the existing one
8788 public void setWarp(String name, BlockPos pos, String world) throws Exception {
8889 Optional<NamedLocation> OptionalWarp = getWarp(name);
···1515 "commands.teleport_commands.home.rename": "Otthon átnevezve",
1616 "commands.teleport_commands.home.renameError": "Hiba történt az otthon átnevezésével!",
1717 "commands.teleport_commands.home.default": "Alap otthon beállítva",
1818+ "commands.teleport_commands.home.defaultNone": "No default home set!",
1819 "commands.teleport_commands.home.defaultError": "Hiba történt az alap otthon beállításával!",
1920 "commands.teleport_commands.home.defaultSame": "Már alap ez az otthon!",
2021 "commands.teleport_commands.home.notFound": "Otthon nem találva!",
···1515 "commands.teleport_commands.home.rename": "Casa Rinominata",
1616 "commands.teleport_commands.home.renameError": "Errore Durante La Rinomina Della Casa!",
1717 "commands.teleport_commands.home.default": "Casa Predefinita Impostata",
1818+ "commands.teleport_commands.home.defaultNone": "No default home set!",
1819 "commands.teleport_commands.home.defaultError": "Errore Durante Il Cambio Della Casa Predefinita!",
1920 "commands.teleport_commands.home.defaultSame": "La Casa È Già Impostata Come Predefinita!",
2021 "commands.teleport_commands.home.notFound": "Casa Non Trovata!",
···1515 "commands.teleport_commands.home.rename": "Huis Hernoemd",
1616 "commands.teleport_commands.home.renameError": "Probleem tijdens het wijzigen van de huis naam!",
1717 "commands.teleport_commands.home.default": "Standaard Huis Ingesteld",
1818+ "commands.teleport_commands.home.defaultNone": "Geen standaard huis ingesteld!",
1819 "commands.teleport_commands.home.defaultError": "Probleem Tijdens Het Wijzigen Van Het Standaard Huis!",
1920 "commands.teleport_commands.home.defaultSame": "Huis is al als standaard ingesteld!",
2021 "commands.teleport_commands.home.notFound": "Huis Niet Gevonden!",
···1515 "commands.teleport_commands.home.rename": "Дом переименован",
1616 "commands.teleport_commands.home.renameError": "Ошибка переименования дома!",
1717 "commands.teleport_commands.home.default": "Дом по умолчанию установлен",
1818+ "commands.teleport_commands.home.defaultNone": "No default home set!",
1819 "commands.teleport_commands.home.defaultError": "Ошибка изменения дома по умолчанию!",
1920 "commands.teleport_commands.home.defaultSame": "Дом уже установлен по умолчанию!",
2021 "commands.teleport_commands.home.notFound": "Дом не найден!",