diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-01-02 00:30:13 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-01-02 00:30:13 -0700 |
commit | 8dcde3ca41f45e899127891dcc64b65a6d432d55 (patch) | |
tree | af0905e588e21bc4448918bcd6d90f9e2e3b3e1e | |
parent | 6a72ff2c1314ae71a2745a28a47bc36054e37f6d (diff) | |
download | resurrection-8dcde3ca41f45e899127891dcc64b65a6d432d55.tar resurrection-8dcde3ca41f45e899127891dcc64b65a6d432d55.tar.gz resurrection-8dcde3ca41f45e899127891dcc64b65a6d432d55.tar.bz2 |
fix \"legacy plugin\" error
-rw-r--r-- | src/plugin.yml | 32 |
1 files changed, 32 insertions, 0 deletions
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 |