diff options
Diffstat (limited to 'src/main/resources/plugin.yml')
| -rw-r--r-- | src/main/resources/plugin.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 00000000..acce45cf --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,20 @@ +name: Quests + +# This will be replaced with the property "release.version" in pom.xml upon build. +version: %PLUGIN_VERSION% + +main: me.fatpigsarefat.quests.Quests +author: fatpigsarefat +softdepend: [ASkyBlock, uSkyBlock] +prefix: Quests + +commands: + quests: + description: Description + usage: /quests + permission: quests.command + aliases: [q, quest] + +permissions: + quests.command: + description: Quests permission
\ No newline at end of file |
