Im having a hard time with Permissions!

Post Reply
rudo21
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed May 23, 2012 11:15 am

Im having a hard time with Permissions!

Post by rudo21 »

Hey, i bought a minecraft server yesterday and used the AutoInstaller to get craft bukkit and essentials.
When i switch to bukkit, evething works great but the thing is that only op'd people can build. If i deop me i keep getting "you are not permitted to build" message.

I did some research on how to config permissions and found that i had to change the Default group to build=true.. and its not working for me.

globalgroups.yml:
users:
rmbl21:
permissions:
groups:
- superadmin
groups:
0:
permissions:
permissions.build: true
craftbukkit.command.give: true
craftbukkit.command.kill: true
command.list: true
SimpleGodMode.*: false
superadmin:
permissions:
permissions.*: true
rocketboots.*: true
SimpleGodMode.isGodByDefault: true
craftbukkit.command.say: true
bulidr.feature.break_bedrock: false
inheritance:
- 1
default:
permissions:
permissions.build: true
inheritance:
- 0
1:
permissions:
permissions.build: true
rocketboots.boots.gold: true
rocketboots.boots.diamond: true
buildr.feature.instantblockbreak: true
buildr.feature.treecutter: true
craftbukkit.command.teleport: true
craftbukkit.command.kick: true
SimpleGodMode.isGod: true
rocketboots.feather: true
buildr.feature.break_bedrock: false
inheritance:
- default


Groups.yml
groups:
Default:
default: true
permissions:
- -bukkit.command.kill
inheritance:
- g:essentials_default
- g:bukkit_default
info:
prefix: '&e'
build: true
suffix: ''
Builder:
default: false
permissions: []
inheritance:
- default
- g:essentials_builder
- g:towny_builder
info:
prefix: '&2'
build: true
suffix: ''
Moderator:
default: false
permissions: []
inheritance:
- builder
- g:essentials_moderator
- g:bukkit_moderator
- g:towny_moderator
info:
prefix: '&5'
build: true
suffix: ''
Admin:
default: false
permissions: []
inheritance:
- moderator
- g:essentials_admin
- g:bukkit_admin
- g:towny_admin
info:
prefix: '&c'
build: true
suffix: ''
Owner:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&4'
build: true
suffix: ''
Help!
User avatar
hiimcody1
Staff
Staff
Posts: 1594
Joined: Wed Dec 28, 2011 4:59 pm

Re: Im having a hard time with Permissions!

Post by hiimcody1 »

What plugins do you have installed on your server?

More specifically related to permissions.
rudo21
New to forums
New to forums
Posts: 2
Joined: Wed May 23, 2012 11:15 am

Re: Im having a hard time with Permissions!

Post by rudo21 »

hiimcody1 wrote:What plugins do you have installed on your server?

More specifically related to permissions.

I just added the ones in the AutoInstallers section.

Craftbukkit of course


Bukkit essentials -

Essentials
Essentials geo ip
EssentialsXMPP
GroupManager
PluginMetrics??


and MineQuery.

Thats basically it.
User avatar
hiimcody1
Staff
Staff
Posts: 1594
Joined: Wed Dec 28, 2011 4:59 pm

Re: Im having a hard time with Permissions!

Post by hiimcody1 »

Code: Select all

GroupName:
    default: true
    permissions:
    -permission.node
    inheritance:
    - InheritFromGroup
    info:
      prefix: '&a'
      build: true
      suffix: ''
You'll notice the 'build: true' under info, try putting that in the same location on your groups.yml
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Im having a hard time with Permissions!

Post by .=QUACK=.Major.Pain »

I also had problems with permissions, but after doing a lot of reading, we went with PermissionsEx plugin.

And here's a copy of our permissions.yml if you want to copy it. Just change the names at the bottom of the file.
groups:
Visitor:
default: true
info:
build: true
prefix: '&c'
suffix: Visitor
permissions:
- commandbook.kit.starter
- commandbook.who
- commandbook.motd
- commandbook.intro
- commandbook.rules
- commandbook.kit.list
- commandbook.time.check
- commandbook.call
- commandbook.home
- commandbook.sethome
- commandbook.warp.teleport
- commandbook.warp.list
- commandbook.msg
- commandbook.away
- commandbook.spawn
- craftbukkit.command.stop: false
- craftbukkit.command.kill: false
- craftbukkit.command.ban.player: false
- craftbukkit.command.give: false
- craftbukkit.command.kick: false
- craftbukkit.command.list: true
- craftbukkit.command.me: false
- craftbukkit.command.op: false
- craftbukkit.command.save.perform: false
- craftbukkit.command.say: false
- craftbukkit.command.teleport: false
- craftbukkit.command.tell: false
- craftbukkit.command.time.set: false
- craftbukkit.command.unban.player: false
- craftbukkit.command.whitelist: false
- essentials.home
- essentials.sethome
- essentials.help: true
- essentials.motd: true
- essentials.rules: true
- permissions.build: false
options:
rank: '1000'
Citizen:
default: false
info:
build: true
prefix: '&c'
suffix: Citizen
permissions:
- citizens.basic.use.help: true
- citizens.basic.use.info: true
- citizens.basic.use.select: true
- citizens.blacksmith.use.repair: true
- citizens.blacksmith.use.help: true
- citizens.healer.use.help: true
- citizens.healer.use.heal: true
- citizens.quester.use.help: true
- citizens.quester.use.quests.view: true
- citizens.quester.use.quests.help: true
- citizens.quester.use.quests.abort: true
- citizens.trader.use.help: true
- citizens.wizard.use.help: true
- citizens.wizard.use.locations: true
- craftbukkit.command.stop: false
- craftbukkit.command.kill: false
- craftbukkit.command.ban.player: false
- craftbukkit.command.give: false
- craftbukkit.command.kick: false
- craftbukkit.command.list: true
- craftbukkit.command.me: false
- craftbukkit.command.op: false
- craftbukkit.command.save.perform: false
- craftbukkit.command.say: false
- craftbukkit.command.teleport: false
- craftbukkit.command.tell: false
- craftbukkit.command.time.set: false
- craftbukkit.command.unban.player: false
- craftbukkit.command.whitelist: false
- commandbook.say.me
- commandbook.warp.teleport.other
- essentials.tp
- essentials.tphere
- essentials.home: true
- essentials.sethome: true
- superpowers.fly
- godPowers.godmode
- permissions.group.help: true
- permissions.group.list: true
- permissions.group.players: true
- permissions.player.help: true
- permissions.player.groups: true
- permissions.build: true
inheritance:
- Visitor
options:
rank: '900'
Respected:
default: false
info:
build: true
prefix: '&c'
suffix: Respected
permissions:
- modifyworld.*
- commandbook.clea
- craftbukkit.command.stop: false
- craftbukkit.command.kill: false
- craftbukkit.command.ban.player: false
- craftbukkit.command.give: false
- craftbukkit.command.kick: false
- craftbukkit.command.list: true
- craftbukkit.command.me: false
- craftbukkit.command.op: false
- craftbukkit.command.save.perform: false
- craftbukkit.command.say: false
- craftbukkit.command.teleport: false
- craftbukkit.command.tell: false
- craftbukkit.command.time.set: false
- craftbukkit.command.unban.player: false
- craftbukkit.command.whitelist: false
- essentials.depth
- essentials.getpos
- essentials.compass
- essentials.back
- essentials.tpaccept
- essentials.tpdeny
- essentials.home
- essentials.sethome
- essentials.warp
- essentials.setwarp
- essentials.msg
- essentials.afk
- essentials.list
- essentials.mail
- essentials.mail.send
- essentials.kit
- essentials.help
- essentials.signs.mail.create
- essentials.signs.mail.use
- essentials.portal
- essentials.rules
- essentials.motd
- essentials.me
- essentials.helpop
- essentials.ping
- essentials.spawn
inheritance:
- Citizen
options:
rank: '800'
VIP:
default: false
info:
build: true
prefix: '&c'
suffix: VIP
permissions:
- commands.here
- commandbook.return
- craftbukkit.command.stop: false
- craftbukkit.command.kill: false
- craftbukkit.command.ban.player: false
- craftbukkit.command.give: false
- craftbukkit.command.kick: false
- craftbukkit.command.list: true
- craftbukkit.command.me: false
- craftbukkit.command.op: false
- craftbukkit.command.save.perform: false
- craftbukkit.command.say: false
- craftbukkit.command.teleport: false
- craftbukkit.command.tell: false
- craftbukkit.command.time.set: false
- craftbukkit.command.unban.player: false
- craftbukkit.command.whitelist: false
- essentials.tp
- essentials.back.ondeath
- essentials.tptoggle
- essentials.tpa
- essentials.tpahere
- essentials.tphere
- essentials.tppos
- essentials.warp.list
- essentials.delwarp
- essentials.whois
- essentials.nick
- essentials.broadcast
- essentials.kick
- essentials.item
- essentials.suicide
- essentials.signs.free.use
- essentials.signs.heal.use
inheritance:
- Respected
options:
rank: '700'
Moderator:
default: false
info:
build: true
prefix: '&c'
suffix: Moderator
permissions:
- commandbook.weather
- commandbook.mute
- commandbook.kick.*
- commandbook.bans.ban
- commandbook.bans.isbanned
- commandbook.god
- craftbukkit.command.ban.player: true
- craftbukkit.command.give: false
- craftbukkit.command.kick: true
- craftbukkit.command.kill: true
- craftbukkit.command.list: true
- craftbukkit.command.me: false
- craftbukkit.command.op: false
- craftbukkit.command.save.perform: false
- craftbukkit.command.say: false
- craftbukkit.command.teleport: true
- craftbukkit.command.tell: true
- craftbukkit.command.time.set: true
- craftbukkit.command.unban.player: true
- craftbukkit.command.whitelist: false
- craftbukkit.command.stop: false
- essentials.tp: true
- essentials.tphere: true
- permissions.*: true
inheritance:
- VIP
options:
rank: '500'
Admin:
default: false
info:
build: true
prefix: '&c'
suffix: Admin
permissions:
- citizens.basic.use.help: true
- citizens.basic.use.info: true
- citizens.basic.create: true
- citizens.basic.modify.move: true
- citizens.basic.modify.moveto: true
- citizens.basic.modify.copy: true
- citizens.remove: true
- citizens.basic.modify.rename: true
- citizens.basic.modify.color: true
- citizens.basic.modify.settext: true
- citizens.basic.modify.addtext: true
- citizens.basic.modify.talkclose: true
- citizens.basic.modify.lookat: true
- citizens.basic.use.select: true
- citizens.basic.modify.setowner: true
- citizens.basic.use.list: true
- citizens.waypoints.path: true
- citizens.toggle.help: true
- citizens.toggle.all: true
- citizens.blacksmith.use.help: true
- citizens.blacksmith.use.status: true
- citizens.blacksmith.use.repair: true
- citizens.guard.use.help: true
- citizens.guard.modify.type: true
- citizens.guard.use.flags: true
- citizens.guard.modify.flags: true
- citizens.guard.modify.radius: true
- citizens.guard.modify.aggro: true
- citizens.healer.use.help: true
- citizens.healer.use.status: true
- citizens.healer.modify.levelup: true
- citizens.healer.use.heal: true
- citizens.quester.use.help: true
- citizens.quester.modify.quests.assign: true
- citizens.quester.modify.quests.remove: true
- citizens.quester.use.quests.view: true
- citizens.quester.use.quests.help: true
- citizens.quester.use.quests.abort: true
- citizens.quester.use.quests.status: true
- citizens.trader.use.help: true
- citizens.trader.use.showmoney: true
- citizens.citizens.trader.modify.money: true
- citizens.trader.use.list: true
- citizens.trader.modify.unlimited: true
- citizens.trader.modify.stock: true
- citizens.trader.modify.clearstock: true
- citizens.wizard.use.help: true
- citizens.wizard.use.status: true
- citizens.wizard.modify.unlimited: true
- citizens.wizard.modify.mode: true
- citizens.wizard.use.locations: true
- citizens.wizard.modify.addloc: true
- citizens.wizard.modify.removeloc: true
- citizens.wizard.modify.command: true
- commandbook.broadcast
- commandbook.reload
- commandbook.bans.unban
- craftbukkit.command.ban.player: true
- craftbukkit.command.give: true
- craftbukkit.command.kick: true
- craftbukkit.command.kill: true
- craftbukkit.command.list: true
- craftbukkit.command.me: true
- craftbukkit.command.op: true
- craftbukkit.command.save.perform: true
- craftbukkit.command.say: true
- craftbukkit.command.teleport: true
- craftbukkit.command.tell: true
- craftbukkit.command.time.set: true
- craftbukkit.command.unban.player: true
- craftbukkit.command.whitelist: true
- craftbukkit.command.stop: false
- essentials.tpo
- essentials.tpohere
- essentials.essentials
- essentials.reloadall
- essentials.gc
- essentials.plugin
- essentials.clearinventory
- essentials.burn
- essentials.ext
- essentials.kill
- essentials.ban
- essentials.banip
- essentials.mute
- essentials.kickall
- essentials.unban
- essentials.unbanip
- essentials.togglejail
- essentials.jail.exempt
- essentials.setjail
- essentials.time
- essentials.god
- essentials.heal
- essentials.setspawn
- nocheat.notify
- nocheat.p
- essentials.signs.free.create
- essentials.signs.heal.create
- essentials.help: true
- essentials.motd: true
- essentials.rules: true
- essentials.home: true
- essentials.sethome: true
- permissions.group.help: true
- permissions.group.list: true
- permissions.group.players: true
- permissions.player.help: true
- permissions.player.groups: true
- permissions.build: true
- essentials.tp: true
- essentials.tphere: true
- permissions.*: true
- worldedit.chunkinfo: true
- worldedit.listchunks: true
- worldedit.clipboard.load: true
- worldedit.clipboard.save: true
- worldedit.clipboard.copy: true
- worldedit.clipboard.flip: true
- worldedit.clipboard.rotate: true
- worldedit.clipboard.cut: true
- worldedit.clipboard.paste: true
- worldedit.clipboard.clear: true
- worldedit.region.replace: true
- worldedit.region.stack: true
- worldedit.region.set: true
- worldedit.region.overlay: true
- worldedit.region.naturalize: true
- worldedit.region.walls: true
- worldedit.region.faces: true
- worldedit.region.smooth: true
- worldedit.region.move: true
- worldedit.selection.size: true
- worldedit.selection.shift: true
- worldedit.selection.chunk: true
- worldedit.wand: true
- worldedit.superpickaxe: true
- worldedit.extinguish: true
- worldguard.god
- worldguard.ungod: true
- worldguard.heal: true
- worldguard.heal.other: true
- worldguard.slay: true
inheritance:
- Moderator
options:
rank: '200'
Super-Admin:
default: false
info:
build: true
prefix: '&c'
suffix: Super-Admin
permissions:
- citizens.admin.info: true
- citizens.admin.debug: true
- citizens.admin.reload: true
- citizens.admin.save: true
- citizens.admin.clean: true
- citizens.basic.use.help: true
- citizens.basic.use.info: true
- citizens.basic.create: true
- citizens.basic.modify.move: true
- citizens.basic.modify.moveto: true
- citizens.basic.modify.copy: true
- citizens.remove: true
- citizens.basic.modify.rename: true
- citizens.basic.modify.color: true
- citizens.basic.modify.settext: true
- citizens.basic.modify.addtext: true
- citizens.basic.modify.resettext: true
- citizens.basic.modify.equip: true
- citizens.basic.use.teleport: true
- citizens.basic.modify.talkclose: true
- citizens.basic.modify.lookat: true
- citizens.basic.use.select: true
- citizens.basic.modify.setowner: true
- citizens.basic.use.list: true
- citizens.waypoints.path: true
- citizens.toggle.help: true
- citizens.toggle.all: true
- citizens.npccount.unlimited: true
- citizens.admin.override.setowner: true
- citizens.admin.override.remove: true
- citizens.admin.notifyupdates: true
- citizens.blacksmith.use.help: true
- citizens.blacksmith.use.status: true
- citizens.blacksmith.use.repair: true
- citizens.guard.use.help: true
- citizens.guard.modify.type: true
- citizens.guard.use.flags: true
- citizens.guard.modify.flags: true
- citizens.guard.modify.radius: true
- citizens.guard.modify.aggro: true
- citizens.healer.use.help: true
- citizens.healer.use.status: true
- citizens.healer.modify.levelup: true
- citizens.healer.use.heal: true
- citizens.quester.use.help: true
- citizens.quester.modify.quests.assign: true
- citizens.quester.modify.quests.remove: true
- citizens.quester.use.quests.view: true
- citizens.quester.use.quests.help: true
- citizens.quester.use.quests.abort: true
- citizens.quester.use.quests.status: true
- citizens.trader.use.help: true
- citizens.trader.use.showmoney: true
- citizens.citizens.trader.modify.money: true
- citizens.trader.use.list: true
- citizens.trader.modify.unlimited: true
- citizens.trader.modify.stock: true
- citizens.trader.modify.clearstock: true
- citizens.wizard.use.help: true
- citizens.wizard.use.status: true
- citizens.wizard.modify.unlimited: true
- citizens.wizard.modify.mode: true
- citizens.wizard.use.locations: true
- citizens.wizard.modify.addloc: true
- citizens.wizard.modify.removeloc: true
- citizens.wizard.modify.command: true
- commandbook.give
- commandbook.teleport.other
- commandbook.clear.other
- commandbook.gamemode
- commandbook.gamemode.change
- commandbook.gamemode.check
- commandbook.gamemode.check.other
- commandbook.spawnmob.cow
- commandbook.spawnmob.pig
- commandbook.spawnmob.chicken
- craftbukkit.command.ban.player: true
- craftbukkit.command.give: true
- craftbukkit.command.kick: true
- craftbukkit.command.kill: true
- craftbukkit.command.list: true
- craftbukkit.command.me: true
- craftbukkit.command.op: true
- craftbukkit.command.save.perform: true
- craftbukkit.command.say: true
- craftbukkit.command.teleport: true
- craftbukkit.command.tell: true
- craftbukkit.command.time.set: true
- craftbukkit.command.unban.player: true
- craftbukkit.command.whitelist: true
- craftbukkit.command.stop: false
- permissions.*: true
- pexrank.*: true
- pexrank.group: true
- pexrank.notify: true
- pexrank.reload: true
- worldedit.chunkinfo: true
- worldedit.listchunks: true
- worldedit.delchunk: true
- worldedit.clipboard.load: true
- worldedit.clipboard.save: true
- worldedit.clipboard.copy: true
- worldedit.clipboard.flip: true
- worldedit.clipboard.rotate: true
- worldedit.clipboard.cut: true
- worldedit.clipboard.paste: true
- worldedit.clipboard.clear: true
- worldedit.limit: true
- worldedit.global-mask: true
- worldedit.reload: true
- worldedit.fast: true
- worldedit.generation.cylinder: true
- worldedit.generation.sphere: true
- worldedit.generation.forest: true
- worldedit.generation.pumpkins: true
- worldedit.generation.pyramid: true
- worldedit.history.undo: true
- worldedit.history.redo: true
- worldedit.history.clear: true
- worldedit.navigation.unstuck: true
- worldedit.navigation.ascend: true
- worldedit.navigation.descend: true
- worldedit.navigation.ceiling: true
- worldedit.navigation.thru: true
- worldedit.navigation.jumpto: true
- worldedit.navigation.up: true
- worldedit.region.replace: true
- worldedit.region.stack: true
- worldedit.region.set: true
- worldedit.region.overlay: true
- worldedit.region.naturalize: true
- worldedit.region.walls: true
- worldedit.region.faces: true
- worldedit.region.smooth: true
- worldedit.region.move: true
- worldedit.regen: true
- worldedit.scripting.execute: true
- worldedit.analysis.count: true
- worldedit.selection.size: true
- worldedit.selection.shift: true
- worldedit.selection.chunk: true
- worldedit.selection.expand: true
- worldedit.selection.contract: true
- worldedit.selection.pos: true
- worldedit.selection.hpos: true
- worldedit.wand.toggle: true
- worldedit.wand: true
- worldedit.selection.outset: true
- worldedit.selection.inset: true
- worldedit.selection.distr: true
- worldedit.snapshots.list: true
- worldedit.snapshots.restore: true
- worldedit.brush.options.size: true
- worldedit.brush.options.mask: true
- worldedit.superpickaxe: true
- worldedit.superpickaxe.recursive: true
- worldedit.superpickaxe.area: true
- worldedit.tool.info: true
- worldedit.tool.tree: true
- worldedit.tool.replacer: true
- worldedit.tool.data-cycler: true
- worldedit.toll.flood-fill: true
- worldedit.brush.sphere: true
- worldedit.brush.cylinder: true
- worldedit.brush.clipboard: true
- worldedit.brush.smooth: true
- worldedit.brush.ex: true
- worldedit.tool.deltree: true
- worldedit.tool.farwand: true
- worldedit.tool.lrbuild: true
- worldedit.remove: true
- worldedit.fill: true
- worldedit.fill.recursive: true
- worldedit.drain: true
- worldedit.fixlava: true
- worldedit.fixwater: true
- worldedit.removeabove: true
- worldedit.removebelow: true
- worldedit.removenear: true
- worldedit.replacenear: true
- worldedit.snow: true
- worldedit.thaw: true
- worldedit.green: true
- worldedit.extinguish: true
- worldedit.butcher: true
- worldguard.god
- worldguard.god.other: true
- worldguard.ungod: true
- worldguard.ungod.other: true
- worldguard.heal: true
- worldguard.heal.other: true
- worldguard.slay: true
- worldguard.slay.other: true
- worldguard.locate: true
- worldguard.stack: true
- worldguard.stack.illegitimate: true
- worldguard.stack.damaged: true
- worldguard.region.define: true
- worldguard.region.redefine: true
- worldguard.region.redefine.own: true
- worldguard.region.redefine.member: true
- worldguard.region.claim: true
- worldguard.region.select.own.*: true
- worldguard.region.select.member.*: true
- worldguard.region.select.*: true
- worldguard.region.info.own: true
- worldguard.region.info.member: true
- worldguard.region.info: true
- worldguard.region.addowner.own.*: true
- worldguard.region.addowner.member.*: true
- worldguard.region.addowner.*: true
- worldguard.region.removeowner.own.*: true
- worldguard.region.removeowner.member.*: true
- worldguard.region.removeowner.*: true
- worldguard.region.addmember.own.*: true
- worldguard.region.addmember.member.*: true
- worldguard.region.addmember.*: true
- worldguard.region.removemember.own*: true
- worldguard.region.removemember.member.*: true
- worldguard.region.removemember.*: true
- worldguard.region.list.own: true
- worldguard.region.list: true
- worldguard.region.flag.regions.own.*: true
- worldguard.region.flag.regions.member.*: true
- worldguard.region.flag.regions.*: true
- worldguard.region.flag.flags.*: true
- worldguard.region.setpriority.own.*: true
- worldguard.region.setpriority.member.*: true
- worldguard.region.setpriority.*: true
- worldguard.region.setparent.own.*: true
- worldguard.region.setparent.member.*: true
- worldguard.region.setparent.*: true
- worldguard.region.remove.own.*: true
- worldguard.region.remove.member.*: true
- worldguard.region.remove.*: true
- worldguard.reload: true
- worldguard.report: true
- worldguard.report.pastebin: true
inheritance:
- Admin
options:
rank: '100'
Owner:
default: false
info:
build: true
prefix: '&c'
suffix: Owner
permissions:
- .*
inheritance:
- Super-Admin
options:
rank: '0'
users:
iderz:
group:
- Super-Admin
joeyy11428:
group:
- Super-Admin
nitroaxes:
group:
- Super-Admin
rkana:
group:
- Super-Admin
Soulstice22:
group:
- Citizen
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Im having a hard time with Permissions!

Post by .=QUACK=.Major.Pain »

Also note: Watch your cmd window when you start the server. Minecraft doesn't like a poorly formatted .yml file.

Watch you spaces and tabs.

You will see errors in the cmd box if there is an issue.
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

Re: Im having a hard time with Permissions!

Post by Vanderburg »

Actually, in a YAML file, you can't have any tabs, only spaces.
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Im having a hard time with Permissions!

Post by .=QUACK=.Major.Pain »

That's it. Knew it was one or the other.
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
drox65
A semi-regular
A semi-regular
Posts: 17
Joined: Tue Jun 05, 2012 2:35 pm

Re: Im having a hard time with Permissions!

Post by drox65 »

i had the same problem on my server but you can simply promote defaults to builder by doing this command /manuadd [playername] builder...... there are many of these classes such as moderator and admin and owner... if you do that they can build.. if you want players to automatically be able 2 build when they log on idk how to do that... but i personally like having group default not able to build (as it doesn't allow grievers to come on when you are not on and randomly grief)..
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Im having a hard time with Permissions!

Post by .=QUACK=.Major.Pain »

Just set Vistor group as default and set build:false.
On your next level group, set build:true.

Then you just have to set your visitors to the 2nd group to allow building.
Makes for a lot of work if you have a lot of visitors.

If your trying to remain a private server for you and your friends, then this is suitable.
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
Post Reply