diff --git a/.gitignore b/.gitignore index 1b6985c..4a305d7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ # Ignore Gradle build output directory build +bin \ No newline at end of file diff --git a/bin/main/fr/thegreensuits/viewing_party/Main.class b/bin/main/fr/thegreensuits/viewing_party/Main.class deleted file mode 100644 index 9febeb0..0000000 Binary files a/bin/main/fr/thegreensuits/viewing_party/Main.class and /dev/null differ diff --git a/bin/main/fr/thegreensuits/viewing_party/command/CommandSpawn.class b/bin/main/fr/thegreensuits/viewing_party/command/CommandSpawn.class deleted file mode 100644 index 7d0746f..0000000 Binary files a/bin/main/fr/thegreensuits/viewing_party/command/CommandSpawn.class and /dev/null differ diff --git a/bin/main/fr/thegreensuits/viewing_party/listener/AsyncPlayerChatListener.class b/bin/main/fr/thegreensuits/viewing_party/listener/AsyncPlayerChatListener.class deleted file mode 100644 index c500cff..0000000 Binary files a/bin/main/fr/thegreensuits/viewing_party/listener/AsyncPlayerChatListener.class and /dev/null differ diff --git a/bin/main/fr/thegreensuits/viewing_party/listener/EntityDamageListener.class b/bin/main/fr/thegreensuits/viewing_party/listener/EntityDamageListener.class deleted file mode 100644 index b59829a..0000000 Binary files a/bin/main/fr/thegreensuits/viewing_party/listener/EntityDamageListener.class and /dev/null differ diff --git a/bin/main/fr/thegreensuits/viewing_party/listener/PlayerInteractAtEntityListener.class b/bin/main/fr/thegreensuits/viewing_party/listener/PlayerInteractAtEntityListener.class deleted file mode 100644 index f9c625f..0000000 Binary files a/bin/main/fr/thegreensuits/viewing_party/listener/PlayerInteractAtEntityListener.class and /dev/null differ diff --git a/bin/main/fr/thegreensuits/viewing_party/listener/PlayerJoinListener.class b/bin/main/fr/thegreensuits/viewing_party/listener/PlayerJoinListener.class deleted file mode 100644 index cab612f..0000000 Binary files a/bin/main/fr/thegreensuits/viewing_party/listener/PlayerJoinListener.class and /dev/null differ diff --git a/bin/main/fr/thegreensuits/viewing_party/listener/PlayerQuitListener.class b/bin/main/fr/thegreensuits/viewing_party/listener/PlayerQuitListener.class deleted file mode 100644 index 040a433..0000000 Binary files a/bin/main/fr/thegreensuits/viewing_party/listener/PlayerQuitListener.class and /dev/null differ diff --git a/bin/main/plugin.yml b/bin/main/plugin.yml deleted file mode 100644 index b89f0ab..0000000 --- a/bin/main/plugin.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: ViewingParty -version: "1.0" - -main: fr.thegreensuits.viewing_party.Main - -api: "1.18.2" -api-version: 1.18 - -commands: - spawn: - description: Se téléporter au point d'apparition - usage: / - aliases: [hub, lobby] \ No newline at end of file