Jump to content

need help with permissions plugin.


Recommended Posts

got group manager but none of my permissions work, heres the code.

what i really want is sethome and home to work. but when they try it, it doesnt work.

running on tekkit 2.1 and essentials group manger 2.8.2.

no i dont use global permissions.

groups:

Default:

default: false

permissions:

- essentials.home

- essentials.sethome

- essentials.afk

- essentials.back

- essentials.back.ondeath

- essentials.balance

- essentials.balance.others

- essentials.balancetop

- essentials.chat.color

- essentials.chat.shout

- essentials.chat.question

- essentials.compass

- essentials.depth

- essentials.ignore

- essentials.mail

- essentials.mail.send

- essentials.me

- essentials.msg

- essentials.pay

- essentials.ping

- essentials.powertool

- essentials.protect

- essentials.signs.use.*

- essentials.signs.create.disposal

- essentials.signs.create.mail

- essentials.signs.create.protection

- essentials.signs.create.trade

- essentials.signs.break.disposal

- essentials.signs.break.mail

- essentials.signs.break.protection

- essentials.signs.break.trade

- essentials.suicide

- essentials.time

- essentials.tpa

- essentials.tpaccept

- essentials.tpahere

- essentials.tpdeny

- essentials.warp

- essentials.warp.list

- essentials.worth

inheritance:

info:

prefix: '&e'

build: false

suffix: ''

Builder:

default: true

permissions:

inheritance:

- default

info:

prefix: '&2'

build: true

suffix: ''

Moderator:

default: false

permissions:

inheritance:

- builder

info:

prefix: '&5'

build: true

suffix: ''

Admin:

default: false

permissions:

- essentials.*

inheritance:

- moderator

info:

prefix: '&c'

build: true

suffix: ''

Owner:

default: false

permissions:

- '*'

inheritance:

- admin

info:

prefix: '&4'

build: true

suffix: ''

Link to comment
Share on other sites

I took a peek at the Essentials GroupManager example file from it's website, and noticed some slight differences that might be the cause of it. I've selected a bit of it below, to show you, the pasted yours right below it

Builder:

  default: false

  permissions: []

  inheritance:

  - default

  - g:essentials_builder

  - g:towny_moderator

  info:

   prefix: '&2'

   build: true

   suffix: ''



Builder:

  default: true

  permissions:



  inheritance:

  - default

  info:

   prefix: '&2'

   build: true

   suffix: ''

After a blank Permissions line, it has [] <--those. Yours don't. Also, in the builder group you've entered an extra line after the blank permissions line. This may be throwing it off, and not letting it inherit the group you specified. I also noticed in the example file, some of the inheritance lines had "g:name" instead of just "name" but some had just "name"

Also, it wouldn't hurt to try setting the Default group to Default: True and the Builder group to Default: False

That way they are in the group with the actual permissions, not in a group that inherits them.

If you do set Default to be the default group, be sure to also set them to Build: True if you wish for them to be able to build.

Link to comment
Share on other sites

why do you need some other plugin to get /home and /sethome? commandbook comes with tekkit and gives you those powers. if that's all you want, then you already have it without any additional plugins.

He's using Essentials.

Link to comment
Share on other sites

I edited the globalgroups.yml. I don't use Default. I only play with friends so I put them all in Builder.

groups:



 g:essentials_default:

  permissions:

 g:essentials_builder:

  permissions:

  - essentials.help

  - essentials.helpop

  - essentials.list

  - essentials.motd

  - essentials.rules

  - essentials.spawn

  - groupmanager.notify.self

  - essentials.afk

  - essentials.back

  - essentials.back.ondeath

  - essentials.balance

  - essentials.balance.others

  - essentials.balancetop

  - essentials.chat.color

  - essentials.chat.shout

  - essentials.chat.question

  - essentials.compass

  - essentials.depth

  - essentials.home

  - essentials.ignore

  - essentials.kit

  - essentials.kit.tools

  - essentials.mail

  - essentials.mail.send

  - essentials.me

  - essentials.msg

  - essentials.nick

  - essentials.pay

  - essentials.ping

  - essentials.powertool

  - essentials.protect

  - essentials.sethome

  - essentials.signs.use.*

  - essentials.signs.create.disposal

  - essentials.signs.create.mail

  - essentials.signs.create.protection

  - essentials.signs.create.trade

  - essentials.signs.break.disposal

  - essentials.signs.break.mail

  - essentials.signs.break.protection

  - essentials.signs.break.trade

  - essentials.suicide

  - essentials.time

  - essentials.tpa

  - essentials.tpaccept

  - essentials.tpahere

  - essentials.tpdeny

  - essentials.warp

  - essentials.warp.list

  - essentials.worth

  - mywarp.warp.basic.*

  - mywarp.warp.soc.*

  - worldedit.chunkinfo

  - worldedit.listchunks

  - worldedit.delchunks

  - worldedit.clipboard.load

  - worldedit.clipboard.save

  - worldedit.clipboard.copy

  - worldedit.clipboard.flip

  - worldedit.clipboard.rotate

  - worldedit.clipboard.cut

  - worldedit.clipboard.paste

  - worldedit.clipboard.clear

  - worldedit.limit

  - worldedit.global-mask

  - worldedit.reload

  - worldedit.fast

  - worldedit.generation.cylinder

  - worldedit.generation.cylinder

  - worldedit.generation.sphere

  - worldedit.generation.sphere

  - worldedit.generation.forest

  - worldedit.generation.pumpkins

  - worldedit.generation.pyramid

  - worldedit.generation.pyramid

  - worldedit.history.undo

  - worldedit.history.redo

  - worldedit.history.clear

  - worldedit.navigation.unstuck

  - worldedit.navigation.ascend

  - worldedit.navigation.descend

  - worldedit.navigation.ceiling

  - worldedit.navigation.thru

  - worldedit.navigation.jumpto

  - worldedit.navigation.up

  - worldedit.region.replace

  - worldedit.region.stack

  - worldedit.region.set

  - worldedit.region.overlay

  - worldedit.region.naturalize

  - worldedit.region.walls

  - worldedit.region.faces

  - worldedit.region.smooth

  - worldedit.region.move

  - worldedit.regen

  - worldedit.scripting.execute

  - worldedit.scripting.execute

  - worldedit.analysis.count

  - worldedit.selection.size

  - worldedit.selection.shift

  - worldedit.selection.chunk

  - worldedit.selection.expand

  - worldedit.selection.contract

  - worldedit.selection.pos

  - worldedit.selection.pos

  - worldedit.selection.hpos

  - worldedit.selection.hpos

  - worldedit.wand

  - worldedit.wand.toggle

  - worldedit.selection.outset

  - worldedit.selection.inset

  - worldedit.analysis.distr

  - worldedit.snapshots.list

  - worldedit.snapshots.restore

  - worldedit.snapshots.restore

  - worldedit.snapshots.restore

  - worldedit.snapshots.restore

  - worldedit.brush.options.size

  - worldedit.brush.options.mask

  - worldedit.superpickaxe

  - worldedit.superpickaxe.recursive

  - worldedit.superpickaxe

  - worldedit.superpickaxe.area

  - worldedit.tool.info

  - worldedit.tool.tree

  - worldedit.tool.replacer

  - worldedit.tool.data-cycler

  - worldedit.tool.flood-fill

  - worldedit.brush.sphere

  - worldedit.brush.cylinder

  - worldedit.brush.clipboard

  - worldedit.brush.smooth

  - worldedit.brush.ex

  - worldedit.tool.deltree

  - worldedit.tool.farwand

  - worldedit.tool.lrbuild

  - worldedit.brush.options.material

  - worldedit.brush.options.range

  - worldedit.tool.info

  - worldedit.tool.tree

  - worldedit.tool.replacer

  - worldedit.tool.data-cycler

  - worldedit.tool.flood-fill

  - worldedit.brush.sphere

  - worldedit.brush.cylinder

  - worldedit.brush.clipboard

  - worldedit.brush.smooth

  - worldedit.brush.ex

  - worldedit.tool.deltree

  - worldedit.tool.farwand

  - worldedit.tool.lrbuild

  - worldedit.remove

  - worldedit.fill

  - worldedit.fill.recursive

  - worldedit.drain

  - worldedit.fixlava

  - worldedit.fixwater

  - worldedit.removeabove

  - worldedit.removebelow

  - worldedit.removenear

  - worldedit.replacenear

  - worldedit.snow

  - worldedit.thaw

  - worldedit.green

  - worldedit.extinguish

  - worldedit.butcher worldedit.butcher.lightning

 g:essentials_moderator:

  permissions:

  - essentials.ban

  - essentials.ban.notify

  - essentials.banip

  - essentials.broadcast

  - essentials.clearinventory

  - essentials.delwarp

  - essentials.eco.loan

  - essentials.ext

  - essentials.getpos

  - essentials.helpop.recieve

  - essentials.home.others

  - essentials.invsee

  - essentials.jails

  - essentials.jump

  - essentials.kick

  - essentials.kick.notify

  - essentials.kill

  - essentials.mute

  - essentials.nick.others

  - essentials.realname

  - essentials.setwarp

  - essentials.signs.create.*

  - essentials.signs.break.*

  - essentials.spawner

  - essentials.thunder

  - essentials.time

  - essentials.time.set

  - essentials.protect.alerts

  - essentials.protect.admin

  - essentials.protect.ownerinfo

  - essentials.ptime

  - essentials.ptime.others

  - essentials.togglejail

  - essentials.top

  - essentials.tp

  - essentials.tphere

  - essentials.tppos

  - essentials.tptoggle

  - essentials.unban

  - essentials.unbanip

  - essentials.weather

  - essentials.whois

  - essentials.world

  - groupmanager.listgroups

  - groupmanager.mandemote

  - groupmanager.manpromote

  - groupmanager.manselect

  - groupmanager.manuadd

  - groupmanager.manudel

  - groupmanager.manwhois

  - groupmanager.notify.other

  

 g:essentials_admin:

  permissions:

  - -essentials.backup

  - -essentials.essentials

  - -essentials.setspawn

  - -essentials.reloadall

  - -essentials.plugin

  - essentials.*

  - groupmanager.mantogglevalidate

  - groupmanager.mansave

  - groupmanager.mangcheckp

  - groupmanager.manglistp

  - groupmanager.manucheckp

  - groupmanager.manulistp

  

 g:bukkit_default:

  permissions:

  - bukkit.broadcast.user

  - -bukkit.command.plugins

  

 g:bukkit_moderator:

  permissions:

  - bukkit.command.ban

  - bukkit.command.ban.ip

  - bukkit.command.ban.player

  - bukkit.command.gamemode

  - bukkit.command.kick

  - bukkit.command.unban

  - bukkit.command.unban.ip

  - bukkit.command.unban.player



 g:bukkit_admin:

  permissions:

  - bukkit.broadcast

  - bukkit.broadcast.admin

  - bukkit.command.give

  - bukkit.command.help

  - bukkit.command.kill

  - bukkit.command.list

  - bukkit.command.me

  - -bukkit.command.op

  - -bukkit.command.op.give

  - -bukkit.command.op.take

  - bukkit.command.plugins

  - bukkit.command.reload

  - bukkit.command.save

  - bukkit.command.save.disable

  - bukkit.command.save.enable

  - bukkit.command.save.perform

  - bukkit.command.say

  - bukkit.command.stop

  - bukkit.command.teleport

  - bukkit.command.tell

  - bukkit.command.time

  - bukkit.command.time.add

  - bukkit.command.time.set

  - bukkit.command.version

  - bukkit.command.whitelist

  - bukkit.command.whitelist.add

  - bukkit.command.whitelist.disable

  - bukkit.command.whitelist.enable

  - bukkit.command.whitelist.list

  - bukkit.command.whitelist.reload

  - bukkit.command.whitelist.remove



 g:towny_builder:

  permissions:

  - towny.town.*

  - towny.nation.*

  - towny.chat.tc

  - towny.chat.nc

  - towny.wild.block.6.*

  - towny.wild.block.14.destroy

  - towny.wild.block.15.destroy

  - towny.wild.block.16.destroy

  - towny.wild.block.17.*

  - towny.wild.block.18.destroy

  - towny.wild.block.21.destroy

  - towny.wild.block.31.destroy

  - towny.wild.block.37.destroy

  - towny.wild.block.38.destroy

  - towny.wild.block.39.destroy

  - towny.wild.block.40.destroy

  - towny.wild.block.50.destroy

  - towny.wild.block.56.destroy

  - towny.wild.block.73.destroy

  - towny.wild.block.74.destroy

  - towny.wild.block.78.destroy

  - towny.wild.block.81.destroy

  - towny.wild.block.82.destroy

  - towny.wild.block.83.destroy

  - towny.wild.block.86.destroy

  - towny.wild.block.103.destroy

  - towny.wild.block.106.destroy

  - towny.wild.block.111.destroy

  - towny.wild.block.115.destroy



 g:towny_moderator:

  permissions:

  - towny.chat.mod

  - towny.wild.block.64.switch

  - towny.wild.block.83.build

  - towny.wild.block.86.build

  - towny.wild.block.103.build

  - towny.wild.block.111.build

  - towny.wild.block.115.build



 g:towny_admin:

  permissions:

  - towny.admin

  - -towny.wild.block.119.destroy

  - -towny.wild.block.120.destroy

  - towny.chat.admin

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...