Hello world of PMC!
Just wondering if its possible to turn off land claiming with a golden shovel in different worlds using the GriefPrevention plugin???
Thanks!
Just wondering if its possible to turn off land claiming with a golden shovel in different worlds using the GriefPrevention plugin???
Thanks!
2
Thanks a lot!
Well, that is something you need to do in your permissions plugin, if you're using PEX, it should be like this:
Well, look at the example and just add the permission griefprevention.createclaims to the specified world. I think you also need to reconfigure the settings file for the plugin and set Claims.CreationRequiresPermission to true.
http://dev.bukkit.org/server-mods/grief-prevention/pages/administrative-topics/#w-restricting-who-can-create
groups:
Member:
default: true
options:
rank: '1000'
prefix: '&2'
permissions:
- commandbook.msg
- commandbook.motd
- commandbook.rules
worlds:
world_the_end:
permissions:
- commandbook.warp.list
- mywarp.warp.*
- mywarp.warp.soc.*Well, look at the example and just add the permission griefprevention.createclaims to the specified world. I think you also need to reconfigure the settings file for the plugin and set Claims.CreationRequiresPermission to true.
http://dev.bukkit.org/server-mods/grief-prevention/pages/administrative-topics/#w-restricting-who-can-create
