Join Multiplay
Minecraft Retro gaming in its most addictive form Multiplay Minecraft Servers
Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 27th March 2011, 11:59   #1
Pe0n
 
Join Date: Mar 2011
Location: Sweden
Posts: 31
Essentials and permissions

Hello!

I have a problem with my permissions file as it won't work. I can't find anything wrong with it and I have looked at the permissions guide that's sticky here in this forum.

When I start to use this my ability to be an admin disappears and the other two guys won't be admin or moderator either. Hope someone here can help med with this

Code:
groups:
    Default:
        default: true
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
        permissions:
            - 'mcmmo.commands.party'
            - 'mcmmo.chat.partychat'
            - 'mcmmo.motd'
            - 'mcmmo.chat.partychat'
            - 'mcmmo.ability.woodcutting' 
            - 'mcmmo.ability.mining'
            - 'mcmmo.ability.axes'
            - 'mcmmo.ability.excavation'
            - 'mcmmo.ability.swords'
            - 'mcmmo.ability.unarmed'
            - 'mcmmo.skills.*'
            - 'war.warp'
            - 'war.player'
            - 'essentials.spawn'
            - 'essentials.motd'
            - 'essentials.help'
            - 'essentials.home'
            - 'essentials.sethome'
    Moderator:
        default: false
        info:
            prefix: '&2'
            suffix: ''
            build: true
        inheritance:
            - Default
        permissions:
            - 'essentials.tp'
            - 'essentials.tphere'
            - 'essentials.ban'
            - 'essentials.banip'
            - 'essentials.kick'
            - 'essentials.unban'
            - 'essentials.mute'
            - 'mcmmo.chat.adminchat'  
    Admins:
        default: false
        info:
            prefix: '&c'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*'
            - 'mcmmo.chat.adminchat'

##
# Users denote which users are included in which group.
##
users:
    Hampi90:
        group: Admins
        permissions:
            - 'war.*'
    TheFreakinBandit:
        group: Moderator
        info:
            prefix:
            suffix:
        permissions:
    Trombley:
        group: Admins
        permissions:

Last edited by Hampi90; 27th March 2011 at 12:37.
Hampi90 is offline   Reply With Quote
Old 27th March 2011, 12:35   #2
Hopeful p1mp
 
Join Date: Mar 2011
Posts: 100

can you use the code tags? It's hard to see if indentation and such are correct when you copy it directly to the forums.
revolucas is offline   Reply With Quote
Old 27th March 2011, 12:37   #3
Pe0n
 
Join Date: Mar 2011
Location: Sweden
Posts: 31

Sorry I forgot to do that now it should be better.
Hampi90 is offline   Reply With Quote
Old 27th March 2011, 14:53   #4
Pe0n
 
Join Date: Mar 2011
Posts: 30

your spacing appears right, which I'm sure you've checked

Couple things in groups:

mcmmo.abilities.swords should be mcmmo.skills.swords - [Plugin][Bukkit] mcMMO - The RPG lovers mod! Open source! - Minecraft Forums

Here's my list of mcmmo commands for the "user"

Code:
            - 'mcmmo.skills'
            - 'mcmmo.motd'
            - 'mcmmo.regeneration'
            - 'mcmmo.chat.partychat'
            - 'mcmmo.commands.ptp'
            - 'mcmmo.commands.party'
            - 'mcmmo.commands.whois'
            - 'mcmmo.commands.stats'
            - 'mcmmo.skills.woodcutting'
            - 'mcmmo.skills.mining'
            - 'mcmmo.skills.axes'
            - 'mcmmo.skills.excavation'
            - 'mcmmo.skills.swords'
            - 'mcmmo.skills.unarmed'
            - 'mcmmo.skills.herbalism'
            - 'mcmmo.skills.acrobatics'
            - 'mcmmo.skills.archery'
            - 'mcmmo.skills.repair'
on the admin, you don't need to add more commands if you gave *, so the other line there is redundant.

in the users, the admin user doesn't require more permissions, so the 'war' there is redundant

----
That said, what abilities are you lacking? Is the admin also listed in the ops file?
skyon is offline   Reply With Quote
Old 27th March 2011, 15:05   #5
Pe0n
 
Join Date: Mar 2011
Location: Sweden
Posts: 31

Quote:
Originally Posted by skyon View Post
your spacing appears right, which I'm sure you've checked

Couple things in groups:

mcmmo.abilities.swords should be mcmmo.skills.swords - [Plugin][Bukkit] mcMMO - The RPG lovers mod! Open source! - Minecraft Forums

Here's my list of mcmmo commands for the "user"

Code:
            - 'mcmmo.skills'
            - 'mcmmo.motd'
            - 'mcmmo.regeneration'
            - 'mcmmo.chat.partychat'
            - 'mcmmo.commands.ptp'
            - 'mcmmo.commands.party'
            - 'mcmmo.commands.whois'
            - 'mcmmo.commands.stats'
            - 'mcmmo.skills.woodcutting'
            - 'mcmmo.skills.mining'
            - 'mcmmo.skills.axes'
            - 'mcmmo.skills.excavation'
            - 'mcmmo.skills.swords'
            - 'mcmmo.skills.unarmed'
            - 'mcmmo.skills.herbalism'
            - 'mcmmo.skills.acrobatics'
            - 'mcmmo.skills.archery'
            - 'mcmmo.skills.repair'
on the admin, you don't need to add more commands if you gave *, so the other line there is redundant.

in the users, the admin user doesn't require more permissions, so the 'war' there is redundant

----
That said, what abilities are you lacking? Is the admin also listed in the ops file?
I changed and removed the things you mentioned and now it seems to work at least for me. Which is admin but I will have to wait and see if my moderator can use the abilites I have permissioned him to be allowed to do.

I lacked all abilities before when I got into the game my name was not in the Ops.txt file so I had to do the op command in the console so I got to be admin again strange. But for now it seems to work thank you!
Hampi90 is offline   Reply With Quote
Old 27th March 2011, 15:22   #6
Pe0n
 
Join Date: Mar 2011
Posts: 30

quite welcome. If you need a tester, shoot me the ip in a pm and I'll jump on for a few minutes.
skyon is offline   Reply With Quote
Reply

Tags
essentials, permissions


Similar Threads
Thread Thread Starter Forum Replies Last Post
A List of Common bukkit Permissions marksteele6 Minecraft 6 20th August 2011 13:56
gastronomic bukkit permissions problem Funk Minecraft 5 27th March 2011 03:17
white list not working? fishmongeruk Minecraft 18 25th March 2011 13:37
Disabling essentials signs, need help setting up config nicolaus.starke Minecraft 6 22nd March 2011 22:47
need help with permissions plugin Funk Minecraft 17 17th March 2011 19:09


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 16:23.


SEO by vBSEO 3.6.0