aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/plugin.yml
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 /src/net/brysonsteck/Resurrection/plugin.yml
parenta6193c66185c069db9a8f9f7a7aca570ae55994b (diff)
downloadresurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar
resurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar.gz
resurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar.bz2
death event works, working on commands
Diffstat (limited to 'src/net/brysonsteck/Resurrection/plugin.yml')
-rw-r--r--src/net/brysonsteck/Resurrection/plugin.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/net/brysonsteck/Resurrection/plugin.yml b/src/net/brysonsteck/Resurrection/plugin.yml
new file mode 100644
index 0000000..a253795
--- /dev/null
+++ b/src/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