diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 16:49:57 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 16:49:57 -0600 |
commit | f90b81e427743be22ba89a1f74a3931e424b26ba (patch) | |
tree | c0429580b2606df2bfc9fb8e8edd95b81e4d448b /out/production | |
parent | e76be025546c4b335f469d5a40563b7cddafc6b4 (diff) | |
download | resurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar resurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar.gz resurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar.bz2 |
gradle is finally gone
Diffstat (limited to 'out/production')
10 files changed, 0 insertions, 21 deletions
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 Binary files differdeleted file mode 100644 index b0d2323..0000000 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class +++ /dev/null diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class Binary files differindex a7f40ad..393c28e 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class Binary files differindex 438dfb7..737b6ed 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class Binary files differindex f100f11..717c5cd 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class Binary files differindex a702ba5..4f62c30 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class Binary files differindex 5513368..b1dc48d 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class Binary files differindex 3eed603..c1eaacd 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class 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 Binary files differnew file mode 100644 index 0000000..96d4d83 --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class |