1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-09-26 05:42:34 +02:00

Updated Permissions (markdown)

montlikadani 2021-05-05 11:59:54 +02:00
parent 8bbea6230b
commit b84030ded7

@ -18,14 +18,32 @@ You may also disable jobs in specific worlds with `jobs.world.worldname`: false,
- `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
### Available permissions
### Miscellaneous/Basic permissions
Name | Explanation
------------ | -------------
`jobs.join.jobName` | Grants access to join particular job
`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
### Available permissions for commands
Name | Explanation
------------ | -------------
`jobs.command.*` | Grants player access to all commands
`jobs.command.browse` | Grants access to the browse command
`jobs.command.top` | Grants access to the top command
@ -54,23 +72,9 @@ Name | Explanation
`jobs.command.toggle` | Grants access to the toggle command
`jobs.command.signupdate` | Grants access to the signupdate
`jobs.command.limit` | Grants access to the limit command
`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.command.admin.points` | Give access to check players points
`jobs.area.select` | Allows to use selection tool
`jobs.area.add` | Allows to add new restricted area
`jobs.area.remove` | Allows to remove old restricted area
`jobs.command.admin.quests` | Allows to check quest progression for another player
`jobs.command.admin.clearownership` | Allows to clear ownership for another player
`jobs.maxbrewingstands.amount` | Defines max amount of brewing stands player can have
`jobs.maxfurnaces.amount` | Defines max amount of funaces player can have