diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-07-21 21:25:00 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-07-21 21:25:01 +0100 |
| commit | bcd4d141c04768c2ed3d00d4963e4f40424b5bc4 (patch) | |
| tree | b79a965aaa19bee8f859f1de5272feae2fbb0153 /src/main/resources/plugin.yml | |
| parent | 56aae6d737aa523f23160256b5022b8cce8fe9c5 (diff) | |
Now using Maven
- pom.xml was added
- Source files moved
- .gitignore adjusted to allow .xml
- All Title classes changed to use Bukkit method instead
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 |
