diff options
Diffstat (limited to 'src/net/brysonsteck/Resurrection/plugin.yml')
-rw-r--r-- | src/net/brysonsteck/Resurrection/plugin.yml | 7 |
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 |