aboutsummaryrefslogtreecommitdiff
path: root/out/production
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-06 11:49:01 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-06 11:49:01 -0600
commitdb5c24bc26e4d6a34ecd1ab9118f0f098eee3581 (patch)
treebfd1fa99cab5e90c5cd3e4555dc06d0a82164fe1 /out/production
parenta6193c66185c069db9a8f9f7a7aca570ae55994b (diff)
downloadresurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar
resurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar.gz
resurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar.bz2
death event works, working on commands
Diffstat (limited to 'out/production')
-rw-r--r--out/production/Resurrection/net/brysonsteck/CheckForUpdate.classbin0 -> 299 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/PlayerListener.classbin1714 -> 0 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection.classbin1174 -> 0 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/TImeCheck.classbin0 -> 1030 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/plugin.yml8
5 files changed, 7 insertions, 1 deletions
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
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/CheckForUpdate.class
Binary files 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
--- a/out/production/Resurrection/net/brysonsteck/PlayerListener.class
+++ /dev/null
Binary files 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
--- a/out/production/Resurrection/net/brysonsteck/Resurrection.class
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/TImeCheck.class
Binary files 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