HelpHelp with Permission Essentials

Posts 115 of 24 · Page 1 of 2
Help with Permission Essentials
I'm trying to set up permission essentials on my server, but some of the plugins doesn't work.

For example, I added the permission iConomy.* on default group and tried to use it in that group. It says I don't have permission to use the command.

The plugins I've noticed that doesn't work is Iconomy and MyWorlds.
Did I do Something Wrong?

My Permissions
Iconomy plugin
MyWorlds
Permission Essentials
@car199889
Make sure you are part of the group that you are trying to test.
To make sure you are, download the plugin SetRankPEX and put nodes in and stuff like that. Then put yourself in the group you want and your good.
Permissions are set correctly btw
And its Permissions EX not Permissions Essentials.
Yes, I did that. I setted the permissions and went into each group to test it out.
Tried using this command. /money ?
and shows I don't have permission to use it.


Quote Originally Posted by Rigby View Post
@car199889
Make sure you are part of the group that you are trying to test.
To make sure you are, download the plugin SetRankPEX and put nodes in and stuff like that. Then put yourself in the group you want and your good.
Permissions are set correctly btw
And its Permissions EX not Permissions Essentials.
@car199889
Are there any errors on the console?
@Rigby
can you help him out?
I'm not good with the server settings.
Sorry about that woods,

@car199889 Well it seems as something is wrong with your server settings in general
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
This means the server will stop all commands from being executed.
I would fix the Server permissions file permissions.yml is not valid YAML.
This is what is causing things to go bad and destroy the commands
Maybe this can help ya out:

Code:
users:
    Player:
        options:
            group: Member
groups:
    Member:
        default: true
        permissions:
        - PermissionNoteHere
        - PermissionNoteHere
    Admin:
        default: false
        inheritance:
        - Member
        permissions:
        - PermissionNoteHere
        - PermissionNoteHere
    Donator:
        default: false
        inheritance:
        - Member
        permissions:
        - PermissionNoteHere
        - PermissionNoteHere
    Owner:
        inheritance:
        - member
        permissions:
        - '*'
worlds:
    nether:
        inheritance:
        - world
Doesn't seem to work. It's always the iconomy and myworlds plugin.

{
"users": {
"car199889": {
"group": [
"Admin"
]
},
"jon": {
"group": [
"Member"
]
},
"a2": {
"group": [
"Moderator"
]
},
"coolkidskill123": {
"group": [
"Member"
]
}
},
"groups": {
"default": {
"default": true,
"permissions": [
"modifyworld.*"
]
},
"Moderator": {
"options": {
"rank": "100"
},
"permissions": [
"iConomy.holdings.others",
"myworlds.portal.override",
"myworlds.portal.create",
"playerlives.checkothers",
"ChestShop.mod",
"myworlds.portal.teleport.*",
"myworlds.world.teleport.*",
"myworlds.portal.enter.*",
"myworlds.world.enter.*"
]
},
"Admins": {
"options": {
"rank": "0"
},
"permissions": [
"srpex.*",
"iConomy.accounts.*",
"iConomy.*",
"iConomy.accounts.empty",
"iConomy.accounts.purge",
"iConomy.accounts.status.set",
"iConomy.accounts.status",
"iConomy.accounts.set",
"iConomy.accounts.take",
"iConomy.accounts.give",
"monsterbox.spawn.*",
"monsterbox.place",
"monsterbox.drops",
"monsterbox.free",
"monsterbox.view",
"monsterbo*****t",
"playerlives.change",
"lockette.admin.reload",
"lockette.admin.snoop",
"lockette.admin.bypass",
"lockette.admin.break",
"lockette.admin.create.*",
"ChestShop.admin"
]
},
"Newcomer": {
"options": {
"rank": "1000"
},
"permissions": [
"iConomy.user",
"iConomy.plus",
"iConomy.accounts.remove",
"iConomy.accounts.create",
"iConomy.payment",
"iConomy.help",
"iConomy.holdings",
"myworlds.world.chatglobal",
"myworlds.world.chat.*",
"myworlds.world.use.*",
"myworlds.portal.use",
"myworlds.world.teleport.earth",
"myworlds.world.telepo******rver",
"myworlds.world.enter.earth",
"myworlds.world.enter.server",
"myworlds.tpp",
"ChestShop.shop.sell.itemID",
"ChestShop.shop.buy.itemID",
"ChestShop.shop.create.itemID",
"ChestShop.shop.sell",
"ChestShop.shop.buy",
"ChestShop.shop.create"
]
},
"Member": {
"options": {
"rank": "800"
},
"permissions": [
"myworlds.portal.teleport.*",
"myworlds.world.teleport.*",
"myworlds.portal.enter.*",
"myworlds.world.enter.*",
"playerlives.buy",
"playerlives.checkself",
"playerlives.canuse",
"playerlives.*",
"lockette.user.create.*"
]
}
}
}
Post your permissions file, And when im right that should be fine because you don't see any error ?
Quote Originally Posted by ownedmet View Post
Post your permissions file, And when im right that should be fine because you don't see any error ?
@car199889
Respond please.
Posts 115 of 24 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?