diff --git a/.gitignore b/.gitignore index b155595..f755a84 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ cmake-build-*/ # IntelliJ out/ +target/ # mpeltonen/sbt-idea plugin .idea_modules/ diff --git a/target/UhcCore-0.0.136.jar b/target/UhcCore-0.0.136.jar deleted file mode 100644 index 6dd7de1..0000000 Binary files a/target/UhcCore-0.0.136.jar and /dev/null differ diff --git a/target/classes/META-INF/MANIFEST.MF b/target/classes/META-INF/MANIFEST.MF deleted file mode 100644 index e69de29..0000000 diff --git a/target/classes/config.yml b/target/classes/config.yml deleted file mode 100644 index ef95f7f..0000000 --- a/target/classes/config.yml +++ /dev/null @@ -1,40 +0,0 @@ -settings: - uhcworlds: ['world', 'world_nether'] - lobbyworlds: ['flat'] - teams: 4 - friendly-fire: false - border: - center-x: 0 - center-z: 0 - size: 4000 -spawn: - world: __UNSET__ - x: 0.0 - y: 0.0 - z: 0.0 - yaw: 0.0 - pitch: 0.0 -firework-pos: - 1: - world: __UNSET__ - x: 0.0 - y: 0.0 - z: 0.0 -teams: - - '§9Blue' - - '§cRed' - - '§aGreen' - - '§eYellow' - - '§5Purple' - - '§6Orange' - - '§8Black' - - '§dPink' -team-items: - - 'BLUE_WOOL' - - 'RED_WOOL' - - 'LIME_WOOL' - - 'YELLOW_WOOL' - - 'PURPLE_WOOL' - - 'ORANGE_WOOL' - - 'BLACK_WOOL' - - 'PINK_WOOL' \ No newline at end of file diff --git a/target/classes/lang.yml b/target/classes/lang.yml deleted file mode 100644 index 3eeeabe..0000000 --- a/target/classes/lang.yml +++ /dev/null @@ -1,5 +0,0 @@ -error: - console_access: '&eWarning! You are accessing the plugin command from console.' - console_access_blocked: '&cSorry, but this command is not available via console.' -info: '&bThis is a colored and localized message!' -player_position: '&bYour position is: &e%pos%' \ No newline at end of file diff --git a/target/classes/net/mindoverflow/network/uhccore/UhcCore.class b/target/classes/net/mindoverflow/network/uhccore/UhcCore.class deleted file mode 100644 index ce65427..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/UhcCore.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/commands/UhcCoreCommand.class b/target/classes/net/mindoverflow/network/uhccore/commands/UhcCoreCommand.class deleted file mode 100644 index c4df314..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/commands/UhcCoreCommand.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/HelpCommand.class b/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/HelpCommand.class deleted file mode 100644 index 8f20757..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/HelpCommand.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/ListCommand.class b/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/ListCommand.class deleted file mode 100644 index 5b3e46f..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/ListCommand.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/ReloadCommand.class b/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/ReloadCommand.class deleted file mode 100644 index 5251c65..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/ReloadCommand.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/SetFireworkCommand.class b/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/SetFireworkCommand.class deleted file mode 100644 index 1a1f736..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/SetFireworkCommand.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/SetSpawnCommand.class b/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/SetSpawnCommand.class deleted file mode 100644 index b99ecf6..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/SetSpawnCommand.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/StartUhcCommand.class b/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/StartUhcCommand.class deleted file mode 100644 index 211caa3..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/commands/uhccommands/StartUhcCommand.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/completers/InfoCompleter.class b/target/classes/net/mindoverflow/network/uhccore/completers/InfoCompleter.class deleted file mode 100644 index 641b1f1..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/completers/InfoCompleter.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerChatListener.class b/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerChatListener.class deleted file mode 100644 index 2040007..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerChatListener.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerDeathRespawnListener.class b/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerDeathRespawnListener.class deleted file mode 100644 index 0e1daca..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerDeathRespawnListener.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerHitListener.class b/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerHitListener.class deleted file mode 100644 index 86cdef2..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerHitListener.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerInteractListener.class b/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerInteractListener.class deleted file mode 100644 index e5663e5..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerInteractListener.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerJoinListener.class b/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerJoinListener.class deleted file mode 100644 index 47e8e5b..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerJoinListener.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerMoveListener.class b/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerMoveListener.class deleted file mode 100644 index 3d2ee08..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/listeners/PlayerMoveListener.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/listeners/TeamsSelectorGUI.class b/target/classes/net/mindoverflow/network/uhccore/listeners/TeamsSelectorGUI.class deleted file mode 100644 index 2281dae..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/listeners/TeamsSelectorGUI.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/Cache.class b/target/classes/net/mindoverflow/network/uhccore/utils/Cache.class deleted file mode 100644 index 25f0ac0..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/Cache.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/Debugger.class b/target/classes/net/mindoverflow/network/uhccore/utils/Debugger.class deleted file mode 100644 index 6b89371..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/Debugger.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/MessageUtils.class b/target/classes/net/mindoverflow/network/uhccore/utils/MessageUtils.class deleted file mode 100644 index 3a7d93d..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/MessageUtils.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/PermissionUtils.class b/target/classes/net/mindoverflow/network/uhccore/utils/PermissionUtils.class deleted file mode 100644 index ee2c355..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/PermissionUtils.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/Permissions.class b/target/classes/net/mindoverflow/network/uhccore/utils/Permissions.class deleted file mode 100644 index 2d674b7..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/Permissions.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/UhcUtils.class b/target/classes/net/mindoverflow/network/uhccore/utils/UhcUtils.class deleted file mode 100644 index 74326e1..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/UhcUtils.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/configuration/ConfigEntries.class b/target/classes/net/mindoverflow/network/uhccore/utils/configuration/ConfigEntries.class deleted file mode 100644 index 90ba864..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/configuration/ConfigEntries.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/configuration/FileUtils$FileType.class b/target/classes/net/mindoverflow/network/uhccore/utils/configuration/FileUtils$FileType.class deleted file mode 100644 index 88f2ecd..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/configuration/FileUtils$FileType.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/configuration/FileUtils.class b/target/classes/net/mindoverflow/network/uhccore/utils/configuration/FileUtils.class deleted file mode 100644 index 93fd5b6..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/configuration/FileUtils.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/configuration/LocalizedMessages.class b/target/classes/net/mindoverflow/network/uhccore/utils/configuration/LocalizedMessages.class deleted file mode 100644 index 9f185fe..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/configuration/LocalizedMessages.class and /dev/null differ diff --git a/target/classes/net/mindoverflow/network/uhccore/utils/math/NumberUtils.class b/target/classes/net/mindoverflow/network/uhccore/utils/math/NumberUtils.class deleted file mode 100644 index 042e4a5..0000000 Binary files a/target/classes/net/mindoverflow/network/uhccore/utils/math/NumberUtils.class and /dev/null differ diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml deleted file mode 100644 index 026902b..0000000 --- a/target/classes/plugin.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: UHC-Core -version: 0.0.136 -author: mind_overflow -api-version: '1.15' -main: net.mindoverflow.network.uhccore.UhcCore -commands: - uhc: - description: UHC-Core base command. - usage: /uhc \ No newline at end of file diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties deleted file mode 100644 index 291ed4e..0000000 --- a/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Tue May 31 20:19:46 CEST 2022 -groupId=net.mindoverflow.network.uhccore -artifactId=UhcCore -version=0.0.136 diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index abbd6ca..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,27 +0,0 @@ -net\mindoverflow\network\uhccore\utils\Debugger.class -net\mindoverflow\network\uhccore\utils\configuration\ConfigEntries.class -net\mindoverflow\network\uhccore\utils\UhcUtils.class -net\mindoverflow\network\uhccore\commands\uhccommands\ListCommand.class -net\mindoverflow\network\uhccore\listeners\PlayerMoveListener.class -net\mindoverflow\network\uhccore\listeners\PlayerInteractListener.class -net\mindoverflow\network\uhccore\utils\Cache.class -net\mindoverflow\network\uhccore\listeners\PlayerChatListener.class -net\mindoverflow\network\uhccore\commands\UhcCoreCommand.class -net\mindoverflow\network\uhccore\utils\configuration\LocalizedMessages.class -net\mindoverflow\network\uhccore\listeners\PlayerDeathRespawnListener.class -net\mindoverflow\network\uhccore\listeners\PlayerHitListener.class -net\mindoverflow\network\uhccore\commands\uhccommands\SetSpawnCommand.class -net\mindoverflow\network\uhccore\commands\uhccommands\StartUhcCommand.class -net\mindoverflow\network\uhccore\commands\uhccommands\SetFireworkCommand.class -net\mindoverflow\network\uhccore\utils\configuration\FileUtils.class -net\mindoverflow\network\uhccore\utils\Permissions.class -net\mindoverflow\network\uhccore\commands\uhccommands\HelpCommand.class -net\mindoverflow\network\uhccore\utils\PermissionUtils.class -net\mindoverflow\network\uhccore\commands\uhccommands\ReloadCommand.class -net\mindoverflow\network\uhccore\listeners\PlayerJoinListener.class -net\mindoverflow\network\uhccore\utils\math\NumberUtils.class -net\mindoverflow\network\uhccore\listeners\TeamsSelectorGUI.class -net\mindoverflow\network\uhccore\utils\MessageUtils.class -net\mindoverflow\network\uhccore\UhcCore.class -net\mindoverflow\network\uhccore\utils\configuration\FileUtils$FileType.class -net\mindoverflow\network\uhccore\completers\InfoCompleter.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 0a76cd4..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,26 +0,0 @@ -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\Permissions.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\commands\uhccommands\SetFireworkCommand.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\listeners\PlayerInteractListener.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\MessageUtils.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\commands\uhccommands\StartUhcCommand.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\math\NumberUtils.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\listeners\PlayerDeathRespawnListener.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\listeners\PlayerHitListener.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\PermissionUtils.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\listeners\PlayerMoveListener.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\configuration\ConfigEntries.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\Debugger.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\listeners\TeamsSelectorGUI.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\listeners\PlayerChatListener.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\commands\uhccommands\ListCommand.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\UhcCore.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\commands\uhccommands\SetSpawnCommand.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\configuration\LocalizedMessages.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\commands\uhccommands\ReloadCommand.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\configuration\FileUtils.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\commands\uhccommands\HelpCommand.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\completers\InfoCompleter.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\UhcUtils.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\commands\UhcCoreCommand.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\listeners\PlayerJoinListener.java -C:\Users\lol9\Desktop\Coding\Java\Spigot\UHC-Core\src\main\java\net\mindoverflow\network\uhccore\utils\Cache.java