diff options
-rw-r--r-- | out/artifacts/Resurrection_jar/Resurrection.jar | bin | 1333874 -> 1333930 bytes | |||
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml | 7 | ||||
-rw-r--r-- | src/net/brysonsteck/Resurrection/plugin.yml | 7 |
3 files changed, 12 insertions, 2 deletions
diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar Binary files differindex 5956672..7ee8e81 100644 --- a/out/artifacts/Resurrection_jar/Resurrection.jar +++ b/out/artifacts/Resurrection_jar/Resurrection.jar 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 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 |