1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-06-24 13:44:49 +02:00

Updated Permissions (markdown)

montlikadani 2020-11-16 22:03:28 +01:00
parent 0cd7753044
commit e270c1e893

@ -3,24 +3,8 @@ By default, _Jobs_ should grant the appropriate permissions to users out of the
You may also give permission for player like `jobs.max.3`, so they could take 3 jobs even if in generalConfig max jobs set to 2.
You may also disable jobs in specific worlds with `jobs.world.worldname`: false, or disallow certain jobs with `jobs.join.jobname`: false
Permissions can be found in [this](https://github.com/Zrips/Jobs/blob/master/src/main/resources/plugin.yml) page.
Commands permissions can be found in [this](https://github.com/Zrips/Jobs/blob/master/src/main/resources/plugin.yml) page.
<pre><code>
PermissionsEx
PEX IS UNSUPPORTED. USE AT YOUR OWN RISK. THIS IS INFORMATIONAL ONLY
If you want to use the built-in permission system in Jobs, you MUST turn strict-mode to false AND compatibility-mode to true in your PermissionsEx/config.yml.
I would recommend turning this off if you are having difficulty setting up permissions. The majority of issues is due to incorrect permissions.
If you don't understand any of this, just use the example below to turn off strict-mode and turn compatibility-mode on.
PermissionsEx/config.yml
permissions:
backend: file
backends:
file:
file: permissions.yml
superperms:
strict-mode: false
compatibility-mode: true</code></pre>
### v4.16.4
- `jobs.maxquest.[jobName].[number]` - Ability to specify maximum quest for the players once a day
- `jobs.maxquest.all.[number]` - Specifying max quest for all jobs