-
Notifications
You must be signed in to change notification settings - Fork 215
Permissions
montlikadani edited this page Jun 4, 2021
·
11 revisions
Most important permissions are: jobs.use
and jobs.world.worldname
they will be added automatically in most cases, if not, then you will need to add them for each player or in their permission group individually.
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
-
jobs.tax.money.[number]
- Used to set tax permission for money -
jobs.tax.points.[number]
- Used to set tax permission for points -
jobs.petpay.[number]
- Paying for mypet when a pet doing something. This permission can be denied, and allows negative values. - Boost permissions can now accepts negative values and it sums if have multiple boosts
-
jobs.all.vipmaxlevel.[number]
- Allows to specify vip max level for all jobs -
jobs.tax.bypass
- Bypass permission for taxes -
jobs.command.leave.[jobName]
- Per job based leave permission -
jobs.maxblastfurnaces.[number]
- Maximum allowed blast furnaces -
jobs.maxsmokers.[number]
- Maximum allowed smokers
-
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
-
jobs.maxownership.[number]
- Allows for specific players to have max amount of owner ship globally (all known types, furnace/brewing stand). -
jobs.maxfurnaceownership.[number]
- Allows for specific players to have max amount of furnace owner ship (all furnace types including blast furnace, furnace, smoker)
Name | Explanation |
---|---|
jobs.autojoin.jobName |
Grants access to auto join job on logging in. |
jobs.* |
Grants access to all Jobs commands |
jobs.admin |
Grants permissions as an admin |
jobs.use |
Grants ability to use this plugin |
jobs.join.jobName |
Grants access to join particular job |
jobs.max.[number] |
Grants permission to have more than default max jobs |
jobs.vipspawner |
Grants access to get paid from spawners ignoring global multiplayer |
jobs.petpay |
Grants access to get paid when pet kills monster |
jobs.boost.jobName.money.amount |
Boosts money for specific job by defined amount. Example: jobs.boost.miner.money.0.5
|
jobs.boost.jobName.exp.amount |
Boosts exp for specific job by defined amount. Example: jobs.boost.miner.exp.-0.5
|
jobs.boost.jobName.points.amount |
Boosts exp for specific job by defined amount. Example: jobs.boost.minet.points.1.5
|
jobs.boost.jobName.all.amount |
Boosts money/exp/points for specific job |
jobs.boost.all.money.amount |
Boosts money for all jobs by defined amount |
jobs.boost.all.exp.amount |
Boosts exp for all jobs by defined amount |
jobs.boost.all.all.amount |
Boosts money/exp/points for all jobs by defined amount |
jobs.jobName.vipmaxlevel |
Give access to different max jobs level |
jobs.jobName.vipmaxlevel.amount |
Give access to different max jobs levels. Uses biggest one. |
jobs.maxbrewingstands.amount |
Defines max amount of brewing stands player can have |
jobs.maxfurnaces.amount |
Defines max amount of funaces player can have |