diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar index 5956672..7ee8e81 100644 Binary files a/out/artifacts/Resurrection_jar/Resurrection.jar and b/out/artifacts/Resurrection_jar/Resurrection.jar differ 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