1

Allowing players to build?

MisterRaviolio 6/20/14 6:06 pm
148
6/24/2014 11:05 am
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
Posted by
MisterRaviolio
Level 1 : New Miner
0

  Have something to say?

JoinSign in

6

GamerAuthority
06/24/2014 11:05 am
Level 12 : Journeyman Modder
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.
1
MisterRaviolio
06/24/2014 5:27 am
Level 1 : New Miner
I have that my question is how do I use it
1
GamerAuthority
06/24/2014 4:55 am
Level 12 : Journeyman Modder
Get multiverse (http://dev.bukkit.org/bukkit-plugins/multiverse-core/) plugin, create worlds, edit groupmanager permissions in each world.
1
MisterRaviolio
06/22/2014 10:03 pm
Level 1 : New Miner
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
1
DeprecatedLuke
06/21/2014 10:49 am
Level 7 : Apprentice Dragonborn
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
1
GamerAuthority
06/20/2014 11:27 pm
Level 12 : Journeyman Modder
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.
1

Welcome