1

Help with PermissionsEX!

mrstreethobo's Avatar mrstreethobo6/16/12 6:49 pm
1 emeralds 434 8
6/17/2012 12:49 am
markubiak's Avatar markubiak
Hi, I've been having a problem with my server, and I'm guessing it has to do with my PermissionsEX. So, the problem is no one, even owners can place or break blocks. Here's the code that I have (Note: They do have the two-space separation, the spoiler removes it :/):

Click to reveal
groups:
default:
default: true
permissions:
- modifyworld.*
- ticketer.send
- herochat.pm
- herochat.join.global
- herochat.info.global
- herochat.speak.global
- essentials.balance
- essentials.balance.others
- essentials.balancetop
- essentials.pay
- essentials.worth
- essentials.afk
- essentials.me
- essentials.msg
- essentials.suicide
- essentials.sethome.multiple.unlimited
admin:
default: false
permissions:
- '*'
owner:
default: false
permissions:
- '*'
users:
dimondalchemist2:
groups:
- owner
prefix: Owner
group:
- owner


Can someone please help me? What am I doing wrong???
Posted by mrstreethobo's Avatar
mrstreethobo
Level 49 : Master Pony
4

Create an account or sign in to comment.

8

markubiak
06/17/2012 12:49 am
Level 6 : Apprentice Dragonborn
markubiak's Avatar
SOLUTION:
groups:
default:
permssions:
- example.permissions
options:
build: true
griefer:
permissions:
- example.none
options:
build: false
1
IdealIdeas91
06/16/2012 11:41 pm
Level 27 : Expert Engineer
IdealIdeas91's Avatar
OR

You can makes sure your groups have the permissions.build node!

Permissions.build will allow players to build!
1
IdealIdeas91
06/16/2012 11:40 pm
Level 27 : Expert Engineer
IdealIdeas91's Avatar
Here is my permissions file and it all works correctly.
If you want to just copy/paste that in your config file then set the users to their proper groups it all should work fine.

If you dont use the plugin to some of these nodes, dont worry! it will still work fine!

Click to reveal
groups:
Basic:
permissions:
- authme.login
- authme.register
- epicglass.sprint
- epicglass.arrow
- epicglass.fall
- epicglass.break.*
- permissions.build
default: true
options:
rank: '5'
prefix: '&6[Noob]'
Regular:
permissions:
- skychest.use
- izone.tool.define
- izone.zone.max-zone.3
- izone.zone.max-size.42875
- epicglass.break.*
- mobrider.*
- essentials.spawn
- regios.fun.sell
- regios.fun.buy
- regios.protection.entry-control
- regios.exceptions.players
- essentials.pay
- essentials.balancetop
- essentials.balance.others
- essentials.balance
- iconomy.holdings.others
- iconomy.payment
- iconomy.holdings
- lockette.user.create.*
- chestshop.shop.*
- colorme.list
- colorme.get
- colorme.self
- colorme.self.*
- essentials.color
- essentials.nick
- essentials.realname
- essentials.me
- essentials.help
- essentials.helpop
- essentials.near
- essentials.msg.url
- essentials.msg.color
- essentials.msg.format
- essentials.afk
- essentials.suicide
- essentials.rules
- essentials.msg
- essentials.send
- essentials.mail
- essentials.back.ondeath
- essentials.back
- niftywarp.use.home
- niftywarp.use.homeset
- niftywarp.use.list
- niftywarp.use.warp
- niftywarp.use.*
- disposalchest.remove
- disposalchest.create
- chestshop.shop.sell.itemid
- chestshop.shop.buy.itemid
- mobrider.command.go
- mobrider.command.follow
- mobrider.command.monsters
- mobrider.command.animals
- mobrider.command.players
- mobrider.command.stop
- mobrider.command.attack
- chairs.sit
- jobs.use
- repairshop.use
- izone.flag.enderman
- izone.flag.interact
- izone.flag.fire
- izone.flag.explosion
- izone.flag.tnt
- izone.flag.creeper
- izone.flag.farewell
- izone.flag.welcome
- izone.flag.animal
- izone.flag.monster
- izone.flag.protection
- izone.zone.who
- izone.zone.parent
- izone.zone.info
- izone.zone.list
- izone.zone.flag
- izone.zone.expand
- izone.zone.delete
- izone.zone.disallow
- izone.zone.create
- izone.zone.allow
inheritance:
- Basic
options:
rank: '4'
prefix: '&4[Member]'
Intern:
permissions:
- permissions.manage.groups.list
- permissions.manage.membership
- essentials.kit.*
- spectate.use
- essentials.invsee
- essentials.kick
- essentials.tempban
- essentials.clearinventory.others
- essentials.clearinventory
- essentials.others
- essentials.tp
- mobdisguise.*
- essentials.fly
inheritance:
- Regular
- Basic
options:
rank: '3'
prefix: '&4[Intern]'
Admin:
permissions:
- coreprotect.*
- chestshop.nofee
- essentials.*
- citizens.*
- citizens.admin.*
- citizens.admin.override.*
- izone.*
- lockette.admin.bypass
- lockette.admin.create.*
- lockette.*
- jail.*
- mobdisguise.*
- permissions.*
inheritance:
- Intern
- Regular
- Basic
worlds:
Webercraft: {}
options:
rank: '2'
prefix: '&4[Admin]'
Owner:
permissions:
- permissions.*
worlds:
Webercraft: {}
inheritance:
- Admin
- Intern
- Regular
- Basic
options:
rank: '1'
prefix: '&4[Owner]'
1
pbrassat
06/16/2012 11:19 pm
Level 8 : Apprentice Engineer
pbrassat's Avatar
im not sure, sorry, normally that is all i have to do,.
1
mrstreethobo
06/16/2012 8:22 pm
Level 49 : Master Pony
mrstreethobo's Avatar
Enabling it did not help, I still cannot place/break blocks.
EDIT
I also found this in the console:

20:23:05 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
1
pbrassat
06/16/2012 8:14 pm
Level 8 : Apprentice Engineer
pbrassat's Avatar
groups:
default:
default: true
permissions:
- modifyworld.*
- ticketer.send
- herochat.pm
- herochat.join.global
- herochat.info.global
- herochat.speak.global
- essentials.balance
- essentials.balance.others
- essentials.balancetop
- essentials.pay
- essentials.worth
- essentials.afk
- essentials.me
- essentials.msg
- essentials.suicide
- essentials.sethome.multiple.unlimited
admin:
default: false
permissions:
- '*'
owner:
default: false
permissions:
- '*'
users:
dimondalchemist2:
groups:
- owner
prefix: Owner
group:
- owner


Use that and you need modifyworld.jar, but when it creates a config you have to enable it.
1
mrstreethobo
06/16/2012 7:50 pm
Level 49 : Master Pony
mrstreethobo's Avatar
That didn't help, everybody can't place or break blocks still.

EDIT

I even removed the modifyworld.jar, still didn't help.
1
rockyhell
06/16/2012 7:44 pm
Level 1 : New Miner
rockyhell's Avatar
take out modify world out i dont think u need it there an if its not that its not ur permissions its something else
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome