aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-06 12:20:32 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-06 12:20:32 -0600
commite8f9bab8af6bc8fdee1236b9e2b01c03d6dfd726 (patch)
tree4bd84edb9b430b5f8de64384753d604a0b9c9add /src/net/brysonsteck/Resurrection
parentc18c642b977462a6229638c1cdc5282bfe3b4fbb (diff)
downloadresurrection-e8f9bab8af6bc8fdee1236b9e2b01c03d6dfd726.tar
resurrection-e8f9bab8af6bc8fdee1236b9e2b01c03d6dfd726.tar.gz
resurrection-e8f9bab8af6bc8fdee1236b9e2b01c03d6dfd726.tar.bz2
hopefully fixed command crash
Diffstat (limited to 'src/net/brysonsteck/Resurrection')
-rw-r--r--src/net/brysonsteck/Resurrection/plugin.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/net/brysonsteck/Resurrection/plugin.yml b/src/net/brysonsteck/Resurrection/plugin.yml
index a253795..2a0f9a5 100644
--- a/src/net/brysonsteck/Resurrection/plugin.yml
+++ b/src/net/brysonsteck/Resurrection/plugin.yml
@@ -10,4 +10,9 @@ commands:
timecheck:
description: Displays the remaining time before the player (or specified player) is resurrected.
- usage: /timecheck [PLAYER NAME] \ No newline at end of file
+ usage: /timecheck [PLAYER NAME]
+
+ resurrect:
+ description: Manually resurrects a player.
+ permission: op
+ usage: /resurrect PLAYER_NAME \ No newline at end of file