diff options
Diffstat (limited to 'out/production')
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml b/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml index a253795..2a0f9a5 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml +++ b/out/production/Resurrection/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 |