From 2352b42b13db966b76f97d8af62fb22339841c83 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 3 Jul 2021 23:29:36 -0600 Subject: removed production class files --- .../DeadForADay/net/brysonsteck/DeadForADay.class | Bin 1840 -> 0 bytes .../DeadForADay/net/brysonsteck/PlayerData.class | Bin 1749 -> 0 bytes out/production/DeadForADay/net/brysonsteck/plugin.yml | 0 .../net/brysonsteck/Resurrection/Resurrection.class | Bin 4914 -> 0 bytes .../brysonsteck/Resurrection/commands/CommandAbout.class | Bin 1161 -> 0 bytes .../Resurrection/commands/CommandResurrect.class | Bin 5046 -> 0 bytes .../net/brysonsteck/Resurrection/player/PlayerData.class | Bin 2649 -> 0 bytes .../Resurrection/player/PlayerListener$1.class | Bin 1424 -> 0 bytes .../brysonsteck/Resurrection/player/PlayerListener.class | Bin 6279 -> 0 bytes .../net/brysonsteck/Resurrection/player/TimeCheck.class | Bin 1005 -> 0 bytes .../Resurrection/startup/CheckForUpdate.class | Bin 2700 -> 0 bytes 11 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 out/production/DeadForADay/net/brysonsteck/DeadForADay.class delete mode 100644 out/production/DeadForADay/net/brysonsteck/PlayerData.class delete mode 100644 out/production/DeadForADay/net/brysonsteck/plugin.yml delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerData.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/player/TimeCheck.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class diff --git a/out/production/DeadForADay/net/brysonsteck/DeadForADay.class b/out/production/DeadForADay/net/brysonsteck/DeadForADay.class deleted file mode 100644 index 6fe8bca..0000000 Binary files a/out/production/DeadForADay/net/brysonsteck/DeadForADay.class and /dev/null differ diff --git a/out/production/DeadForADay/net/brysonsteck/PlayerData.class b/out/production/DeadForADay/net/brysonsteck/PlayerData.class deleted file mode 100644 index 978e898..0000000 Binary files a/out/production/DeadForADay/net/brysonsteck/PlayerData.class and /dev/null differ diff --git a/out/production/DeadForADay/net/brysonsteck/plugin.yml b/out/production/DeadForADay/net/brysonsteck/plugin.yml deleted file mode 100644 index e69de29..0000000 diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class deleted file mode 100644 index b092eae..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class deleted file mode 100644 index b1dc48d..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class deleted file mode 100644 index 9e71d9b..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerData.class b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerData.class deleted file mode 100644 index 31ee8f8..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerData.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class deleted file mode 100644 index 2b652ed..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener$1.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class deleted file mode 100644 index 19c7b12..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/player/PlayerListener.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/player/TimeCheck.class b/out/production/Resurrection/net/brysonsteck/Resurrection/player/TimeCheck.class deleted file mode 100644 index 506321e..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/player/TimeCheck.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class deleted file mode 100644 index 2dc9d07..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class and /dev/null differ -- cgit v1.2.3