From 8dcde3ca41f45e899127891dcc64b65a6d432d55 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 2 Jan 2022 00:30:13 -0700 Subject: fix \"legacy plugin\" error --- src/plugin.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/plugin.yml diff --git a/src/plugin.yml b/src/plugin.yml new file mode 100644 index 0000000..bafa679 --- /dev/null +++ b/src/plugin.yml @@ -0,0 +1,32 @@ +main: net.brysonsteck.Resurrection.Resurrection +name: Resurrection +author: 'Bryson Steck' +version: '1.2' +website: https://brysonsteck.net/resurrection.html +description: Makes players wait large amounts of time before respawning! +database: false +api-version: 1.16 + +commands: + about: + description: Displays information about Resurrection. + permission: op + usage: /about + + howlong: + description: Displays the remaining time before the player (or specified player) is resurrected. + usage: /howlong [PLAYER_NAME] + aliases: [timeleft] + + resurrect: + description: Manually resurrects a player. + permission: op + usage: /resurrect PLAYER_NAME + + bug: + description: Displays contact info if you encounter a bug using Resurrection. + usage: /bug + + source: + description: Displays info about the source code of Resurrection. + usage: /source \ No newline at end of file -- cgit v1.2.3