1
Allowing players to build?
I have recently started up a server with several other people.
something i would like to know how to do is how to allow players to build but only in
certain worlds. I would also like to know how to prevent certain groups to not be able to place certain blocks like tnt.
How could i do this?
plugins i have that i know help:
-essentials
-groupmanager
something i would like to know how to do is how to allow players to build but only in
certain worlds. I would also like to know how to prevent certain groups to not be able to place certain blocks like tnt.
How could i do this?
plugins i have that i know help:
-essentials
-groupmanager
6
it's fairly easy, once you've created a world with MultiVerse [/mv create (worldname)], go to your plugins folder, go to GroupManager folder, go to your worlds folder, and look for the world you made (whatever worldname you chose), and edit the permissions from there.
I have that my question is how do I use it
Get multiverse (http://dev.bukkit.org/bukkit-plugins/multiverse-core/) plugin, create worlds, edit groupmanager permissions in each world.
well...i understand all that and get letting players build in general but what i want to do is only let them build in specified worlds
You meed worldguard too and
build: false <- I believe you can put 'true' to allow players to build or put 'false' to disable that rank
Is correct
build: false <- I believe you can put 'true' to allow players to build or put 'false' to disable that rank
Is correct
default: true
permissions:
- essentials.afk
prefix: '&e'
options:
build: false <- I believe you can put 'true' to allow players to build or put 'false' to disable that rank to build.
I'm not %100 sure this is it since I haven't made a server in ages, just trying to help out.
permissions:
- essentials.afk
prefix: '&e'
options:
build: false <- I believe you can put 'true' to allow players to build or put 'false' to disable that rank to build.
I'm not %100 sure this is it since I haven't made a server in ages, just trying to help out.
