From 5601ac9923152fafc7f980dde880dfb39d261950 Mon Sep 17 00:00:00 2001 From: Bl4ckSkull666 Date: Sat, 12 Oct 2019 13:56:34 +0200 Subject: [PATCH] Let's begin to make it good! --- .gitignore | 1 + nbproject/build-impl.xml | 691 +++++++++++++----- nbproject/genfiles.properties | 6 +- nbproject/project.properties | 56 +- src/com/Geekpower14/Quake/Arena/Arena.java | 11 +- src/com/Geekpower14/Quake/Arena/SArena.java | 2 +- src/com/Geekpower14/Quake/Arena/Timer.java | 21 +- .../Quake/Commands/MyCommandExecutor.java | 2 +- .../Quake/Commands/StopCommand.java | 6 +- .../Quake/Listener/PlayerListener.java | 57 +- .../Geekpower14/Quake/Lobby/LobbyManager.java | 40 +- src/com/Geekpower14/Quake/Quake.java | 33 +- .../Geekpower14/Quake/Shop/ShopManager.java | 75 +- .../Quake/Stuff/Hat/HatCustomFile.java | 8 +- .../Geekpower14/Quake/Stuff/Item/GoldHoe.java | 2 +- .../Quake/Stuff/Item/ItemBasic.java | 18 +- .../Quake/Stuff/Item/WoodenHoe.java | 2 +- src/com/Geekpower14/Quake/Utils/IconMenu.java | 31 +- .../InvSerialization/BookSerialization.java | 4 +- .../EnchantmentSerialization.java | 22 +- .../FireworkSerialization.java | 4 +- .../InvSerialization/HorseSerialization.java | 4 +- .../InventorySerialization.java | 4 +- .../LivingEntitySerialization.java | 4 +- .../InvSerialization/OcelotSerialization.java | 4 +- .../InvSerialization/PlayerSerialization.java | 4 +- .../SingleItemSerialization.java | 4 +- .../InvSerialization/SkullSerialization.java | 4 +- .../InvSerialization/WolfSerialization.java | 4 +- .../Quake/Utils/ParticleEffects.java | 661 ----------------- .../Geekpower14/Quake/Utils/Reflection.java | 114 --- .../Quake/Versions/GetMaterials.java | 166 +++++ .../Geekpower14/Quake/Versions/GetSounds.java | 42 ++ .../Geekpower14/Quake/Versions/R1_14_1.java | 25 + .../Quake/Versions/SelectVersion.java | 28 + src/plugin.yml | 7 +- 36 files changed, 1042 insertions(+), 1125 deletions(-) create mode 100644 .gitignore delete mode 100644 src/com/Geekpower14/Quake/Utils/ParticleEffects.java delete mode 100644 src/com/Geekpower14/Quake/Utils/Reflection.java create mode 100644 src/com/Geekpower14/Quake/Versions/GetMaterials.java create mode 100644 src/com/Geekpower14/Quake/Versions/GetSounds.java create mode 100644 src/com/Geekpower14/Quake/Versions/R1_14_1.java create mode 100644 src/com/Geekpower14/Quake/Versions/SelectVersion.java diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..838458f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/dist/ \ No newline at end of file diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index f2128ba..05bfe6c 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -19,7 +19,7 @@ is divided into following sections: - cleanup --> - + @@ -46,14 +46,79 @@ is divided into following sections: - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -76,7 +141,9 @@ is divided into following sections: - + + + @@ -94,6 +161,9 @@ is divided into following sections: + + + @@ -156,6 +226,7 @@ is divided into following sections: + @@ -249,11 +320,80 @@ is divided into following sections: - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -290,11 +430,13 @@ is divided into following sections: - + + + @@ -323,7 +465,7 @@ is divided into following sections: - + @@ -378,30 +520,59 @@ is divided into following sections: - - + + - - - + - + + + + + + + - + + - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -409,25 +580,36 @@ is divided into following sections: - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -455,6 +637,10 @@ is divided into following sections: + + + + @@ -509,10 +695,6 @@ is divided into following sections: - - - - @@ -520,74 +702,20 @@ is divided into following sections: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - + + + + + + @@ -606,14 +734,14 @@ is divided into following sections: - + - + @@ -640,14 +768,10 @@ is divided into following sections: - - - - - + - + @@ -727,10 +851,14 @@ is divided into following sections: + + + + @@ -749,18 +877,6 @@ is divided into following sections: - - - - - - - - - - - - @@ -770,21 +886,46 @@ is divided into following sections: + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + - - - @@ -794,9 +935,44 @@ is divided into following sections: - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -819,6 +995,7 @@ is divided into following sections: + @@ -840,7 +1017,7 @@ is divided into following sections: - + @@ -852,7 +1029,7 @@ is divided into following sections: - + @@ -908,7 +1085,9 @@ is divided into following sections: - + + + @@ -949,7 +1128,7 @@ is divided into following sections: Must select some files in the IDE or set javac.includes - + @@ -969,21 +1148,40 @@ is divided into following sections: + + + + + + + + + + + + + + + + + + + - + - + - + @@ -991,7 +1189,7 @@ is divided into following sections: - + @@ -1005,11 +1203,37 @@ is divided into following sections: + + + + + + + + - + + + + + + + + + + + + + + + + + + + @@ -1028,8 +1252,73 @@ is divided into following sections: - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + @@ -1267,10 +1611,14 @@ is divided into following sections: - + Must select some files in the IDE or set javac.includes - + + + + + @@ -1288,7 +1636,7 @@ is divided into following sections: - + @@ -1300,14 +1648,14 @@ is divided into following sections: - + Must select some files in the IDE or set test.includes Some tests failed; see details above. - + Must select some files in the IDE or set test.class Must select some method in the IDE or set test.method @@ -1316,7 +1664,7 @@ is divided into following sections: Some tests failed; see details above. - +