diff options
Diffstat (limited to 'src/net/brysonsteck/Resurrection/plugin.yml')
-rw-r--r-- | src/net/brysonsteck/Resurrection/plugin.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/net/brysonsteck/Resurrection/plugin.yml b/src/net/brysonsteck/Resurrection/plugin.yml index 1d5aa86..189a9bc 100644 --- a/src/net/brysonsteck/Resurrection/plugin.yml +++ b/src/net/brysonsteck/Resurrection/plugin.yml @@ -1,7 +1,7 @@ main: net.brysonsteck.Resurrection.Resurrection name: Resurrection author: 'Bryson Steck' -version: '0.2.1 beta' +version: '1.0' commands: about: description: Displays information about Resurrection. @@ -18,5 +18,9 @@ commands: usage: /resurrect PLAYER_NAME bug: - description: Displays contact info if you encounter a bug. - usage: /bug
\ No newline at end of file + 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 |