aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--out/artifacts/Resurrection_jar/Resurrection.jarbin1332151 -> 1332151 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.classbin0 -> 325 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.classbin0 -> 2032 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.classbin0 -> 2167 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.classbin0 -> 1563 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.classbin0 -> 991 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.classbin0 -> 1161 bytes
-rw-r--r--out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml13
8 files changed, 13 insertions, 0 deletions
diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar
index 23bb7b5..86b40e5 100644
--- a/out/artifacts/Resurrection_jar/Resurrection.jar
+++ b/out/artifacts/Resurrection_jar/Resurrection.jar
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class
new file mode 100644
index 0000000..b0d2323
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class
new file mode 100644
index 0000000..a7f40ad
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class
new file mode 100644
index 0000000..40a5c18
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class
new file mode 100644
index 0000000..6fbe372
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class
new file mode 100644
index 0000000..a702ba5
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class
new file mode 100644
index 0000000..5513368
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class
Binary files differ
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml b/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml
new file mode 100644
index 0000000..a253795
--- /dev/null
+++ b/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml
@@ -0,0 +1,13 @@
+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] \ No newline at end of file