fix \"legacy plugin\" error
This commit is contained in:
parent
6a72ff2c13
commit
8dcde3ca41
1 changed files with 32 additions and 0 deletions
32
src/plugin.yml
Normal file
32
src/plugin.yml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue