diff options
| author | fatpigsarefat <fatpigsarefat@users.noreply.github.com> | 2018-08-14 14:12:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-14 14:12:36 +0100 |
| commit | c6d104fc19ecbe50799fabf4f4ccbe53eeb0d9e2 (patch) | |
| tree | c77944d44a3b68d8c51c8c26e1233569d4f555fe /src | |
| parent | 5ff87d1b225af815a0245c06b76479356d8b086d (diff) | |
Defined admin perm in plugin.yml
- Some permissions plugins might not work without this
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/plugin.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index acce45cf..735cd768 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -17,4 +17,6 @@ commands: permissions: quests.command: - description: Quests permission
\ No newline at end of file + description: Quests permission + quests.admin + description: Permission for the admin commands |
