Fix: various changes in commands

This commit is contained in:
Jose
2026-02-24 19:10:39 +01:00
parent 3ed1ae2769
commit 6c99b9cde9
84 changed files with 3719 additions and 239 deletions

View File

@@ -1,14 +1,23 @@
-classpath '/home/jomaa/git/hystuff/build/classes/java/main:/home/jomaa/git/hystuff/build/resources/main:/home/jomaa/.var/app/com.hypixel.HytaleLauncher/data/Hytale/install/release/package/game/latest/Server/HytaleServer.jar'
-quiet
-d '/home/jomaa/git/hystuff/build/docs/javadoc'
-windowtitle 'HyStuff 1.1.0 API'
-doctitle 'HyStuff 1.1.0 API'
-windowtitle 'HyStuff 1.2.0 API'
-doctitle 'HyStuff 1.2.0 API'
-notimestamp
-Xdoclint:-missing '-quiet'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/system/TpaCleanupSystem.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/system/PlayerDeathSystem.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/system/PlayerTickSystem.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/component/LastPositionComponent.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/component/TpaRequestComponent.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/component/PlaytimeComponent.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/component/HomeComponent.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/HyStuff.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/events/PlayerDeathListener.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/BackCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/SetHomeCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/HomeCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/teleport/TpAcceptCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/teleport/TpDenyCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/teleport/TpaCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/teleport/TpaHereCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/misc/BackCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/misc/SetHomeCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/misc/HomeCommand.java'
'/home/jomaa/git/hystuff/src/main/java/net/miarma/hystuff/commands/misc/PlaytimeCommand.java'