From f90b81e427743be22ba89a1f74a3931e424b26ba Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 6 Jun 2021 16:49:57 -0600 Subject: gradle is finally gone --- out/production/Resurrection/META-INF/MANIFEST.MF | 3 --- .../net/brysonsteck/Resurrection/CheckForUpdate.class | Bin 325 -> 0 bytes .../net/brysonsteck/Resurrection/PlayerData.class | Bin 2032 -> 2032 bytes .../net/brysonsteck/Resurrection/PlayerListener.class | Bin 2974 -> 2974 bytes .../net/brysonsteck/Resurrection/Resurrection.class | Bin 1516 -> 1516 bytes .../net/brysonsteck/Resurrection/TimeCheck.class | Bin 991 -> 991 bytes .../Resurrection/commands/CommandAbout.class | Bin 1161 -> 1161 bytes .../Resurrection/commands/CommandResurrect.class | Bin 3034 -> 3034 bytes .../net/brysonsteck/Resurrection/plugin.yml | 18 ------------------ .../Resurrection/startup/CheckForUpdate.class | Bin 0 -> 341 bytes 10 files changed, 21 deletions(-) delete mode 100644 out/production/Resurrection/META-INF/MANIFEST.MF delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class (limited to 'out') diff --git a/out/production/Resurrection/META-INF/MANIFEST.MF b/out/production/Resurrection/META-INF/MANIFEST.MF deleted file mode 100644 index 6af58fd..0000000 --- a/out/production/Resurrection/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Main-Class: Resurrection - diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class deleted file mode 100644 index b0d2323..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class index a7f40ad..393c28e 100644 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class and b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class index 438dfb7..737b6ed 100644 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class and b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class index f100f11..717c5cd 100644 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class and b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class index a702ba5..4f62c30 100644 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class and b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class index 5513368..b1dc48d 100644 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class and b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class index 3eed603..c1eaacd 100644 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class and b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml b/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml deleted file mode 100644 index 2a0f9a5..0000000 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml +++ /dev/null @@ -1,18 +0,0 @@ -main: net.brysonsteck.Resurrection.Resurrection -name: Resurrection -author: 'Bryson Steck' -version: '0.0.1 alpha' -commands: - about: - description: Displays information about Resurrection. - permission: op - usage: /about - - timecheck: - description: Displays the remaining time before the player (or specified player) is resurrected. - usage: /timecheck [PLAYER NAME] - - resurrect: - description: Manually resurrects a player. - permission: op - usage: /resurrect PLAYER_NAME \ No newline at end of file diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class new file mode 100644 index 0000000..96d4d83 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class differ -- cgit v1.2.3