Initial commit

This commit is contained in:
Steven Scott
2012-03-12 19:41:45 -07:00
commit 17b225e924
6 changed files with 463 additions and 0 deletions

18
src/plugin.yml Normal file
View File

@@ -0,0 +1,18 @@
name: StargateCommand
main: net.TheDgtl.StargateCommand.StargateCommand
version: 0.0.1
description: Command addon for the Stargate plugin for Bukkit
author: Drakia
depend: [Stargate]
website: http://www.thedgtl.net
commands:
sgc:
description: Used to reload the plugin. Console use only.
usage: /<command> reload - Used to reload the plugin. Console use only.
permissions:
stargate.command.import:
description: Allow the user of /sgc import
default: op
stargate.command.export:
description: Allow the user of /sgc export
default: op