From 95f2d89c3588e380d59cdef788379e9f2bae7bad Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 6 Jun 2021 11:50:21 -0600 Subject: forgot to build jar again --- out/artifacts/Resurrection_jar/Resurrection.jar | Bin 1329091 -> 1332151 bytes .../net/brysonsteck/CheckForUpdate.class | Bin 299 -> 0 bytes .../Resurrection/net/brysonsteck/PlayerData.class | Bin 2006 -> 0 bytes .../Resurrection/net/brysonsteck/TImeCheck.class | Bin 1030 -> 0 bytes .../Resurrection/net/brysonsteck/plugin.yml | 9 --------- 5 files changed, 9 deletions(-) delete mode 100644 out/production/Resurrection/net/brysonsteck/CheckForUpdate.class delete mode 100644 out/production/Resurrection/net/brysonsteck/PlayerData.class delete mode 100644 out/production/Resurrection/net/brysonsteck/TImeCheck.class delete mode 100644 out/production/Resurrection/net/brysonsteck/plugin.yml diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar index 93b53ec..23bb7b5 100644 Binary files a/out/artifacts/Resurrection_jar/Resurrection.jar and b/out/artifacts/Resurrection_jar/Resurrection.jar differ diff --git a/out/production/Resurrection/net/brysonsteck/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/CheckForUpdate.class deleted file mode 100644 index 721add5..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/CheckForUpdate.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/PlayerData.class b/out/production/Resurrection/net/brysonsteck/PlayerData.class deleted file mode 100644 index 3b9818b..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/PlayerData.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/TImeCheck.class b/out/production/Resurrection/net/brysonsteck/TImeCheck.class deleted file mode 100644 index 242f107..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/TImeCheck.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/plugin.yml b/out/production/Resurrection/net/brysonsteck/plugin.yml deleted file mode 100644 index 8ca3216..0000000 --- a/out/production/Resurrection/net/brysonsteck/plugin.yml +++ /dev/null @@ -1,9 +0,0 @@ -main: net.brysonsteck.Resurrection -name: Resurrection -author: 'Bryson Steck' -version: '0.0.1 alpha' -commands: - about: - description: Displays information about Resurrection. - permission: op - usage: /about \ No newline at end of file -- cgit v1.2.3