From db5c24bc26e4d6a34ecd1ab9118f0f098eee3581 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 6 Jun 2021 11:49:01 -0600 Subject: death event works, working on commands --- .../Resurrection/net/brysonsteck/CheckForUpdate.class | Bin 0 -> 299 bytes .../Resurrection/net/brysonsteck/PlayerListener.class | Bin 1714 -> 0 bytes .../Resurrection/net/brysonsteck/Resurrection.class | Bin 1174 -> 0 bytes .../Resurrection/net/brysonsteck/TImeCheck.class | Bin 0 -> 1030 bytes out/production/Resurrection/net/brysonsteck/plugin.yml | 8 +++++++- 5 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 out/production/Resurrection/net/brysonsteck/CheckForUpdate.class delete mode 100644 out/production/Resurrection/net/brysonsteck/PlayerListener.class delete mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection.class create mode 100644 out/production/Resurrection/net/brysonsteck/TImeCheck.class (limited to 'out/production/Resurrection/net') diff --git a/out/production/Resurrection/net/brysonsteck/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/CheckForUpdate.class new file mode 100644 index 0000000..721add5 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/CheckForUpdate.class differ diff --git a/out/production/Resurrection/net/brysonsteck/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/PlayerListener.class deleted file mode 100644 index fee49cd..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/PlayerListener.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection.class deleted file mode 100644 index aa75e79..0000000 Binary files a/out/production/Resurrection/net/brysonsteck/Resurrection.class and /dev/null differ diff --git a/out/production/Resurrection/net/brysonsteck/TImeCheck.class b/out/production/Resurrection/net/brysonsteck/TImeCheck.class new file mode 100644 index 0000000..242f107 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/TImeCheck.class differ diff --git a/out/production/Resurrection/net/brysonsteck/plugin.yml b/out/production/Resurrection/net/brysonsteck/plugin.yml index 36632da..8ca3216 100644 --- a/out/production/Resurrection/net/brysonsteck/plugin.yml +++ b/out/production/Resurrection/net/brysonsteck/plugin.yml @@ -1,3 +1,9 @@ main: net.brysonsteck.Resurrection name: Resurrection -version: alpha 0.0.1 \ No newline at end of file +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