diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-03-05 17:52:21 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-03-05 17:52:21 +0000 |
| commit | 43083631c6cce8533ba5b05bd2014269d65a950c (patch) | |
| tree | e873995896da7201ff89183169efe92654cc76ef /src | |
| parent | a7f2e4934fbce66848f4f7b3779f0c366b76da5d (diff) | |
Add random permission
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/plugin.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f8d1caf1..0160e6b3 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -17,10 +17,14 @@ commands: permission: quests.command aliases: [q, quest] +#todo redo perms permissions: quests.command: description: Permission for main command default: true + quests.command.random: + description: Permission to execute /q random + default: true quests.admin: description: Permission for the admin commands default: op
\ No newline at end of file |
