By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
plugin_data/JobUI
folder then the new Yaml files will be created.plugin_data/JobUI/jobs.yml
plugin_data/JobUI/jobs.yml
.plugin_data/JobUI/messages.yml
enable-multiworld-perms
has been set to true
in plugin_data/PurePerms/config.yml
.plugin_data/PurePerms/groups.yml
. Then the only thing that you should do is to add the world and permissions to the Group you want. I will give an example below:---
Guest:
alias: gst
isDefault: true
inheritance: []
permissions:
worlds:
Mine:
isDefault: true
permissions:
- jobui.job.tree-cutter
- jobui.job.miner
- jobui.job.tree-cutter-goal
- jobui.job.miner-goal
- jobui.earn.break
- jobui.progress.break
Survival:
isDefault: true
permissions:
- jobui.job.hunter
- jobui.job.hunter-goal
- jobui.earn.hunter
- jobui.progress.hunter
PvP:
isDefault: true
permissions:
- jobui.job.murderer
- jobui.job.murderer-goal
- jobui.earn.murderer
- jobui.progress.murderer
...
Permission | Command | Default | About |
---|---|---|---|
jobui.* | - | op | Able to use all commands, all earning ways and join all of the jobs of JobUI plugin |
jobui.job.* | - | op | Able to join all of the jobs |
jobui.command.job | /job | true | Able to see the UI of the Jobs |
jobui.command.retire | /retire | true | Able to be retired |
jobui.earn.break | - | op | Able to earn money by a Breaking Job |
jobui.earn.place | - | op | Able to earn money by a Placing Job |
jobui.earn.hunter | - | op | Able to earn money by a Killing Mobs Job |
jobui.earn.murderer | - | op | Able to increase the progress of a job by a Killing Players Job |
jobui.progress.break | - | op | Able to increase the progress of a job by a Breaking Job |
jobui.progress.place | - | op | Able to increase the progress of a job by a Placing Job |
jobui.progress.hunter | - | op | Able to increase the progress of a job by a Killing Mobs Job |
jobui.progress.murderer | - | op | Able to increase the progress of a job by a Killing Players Job |
plugin_data/JobUI/jobs.yml
messages.yml
:(plugin_data/JobUI
folder to let the new Yaml files get created.Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time