PermissionsEx Help. Please. Please god in heaven help.

Discussion in 'Bukkit Help' started by Beehawk, Apr 26, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Beehawk

    Okay, so I set up the permission file. And When I log in nothing works. Everything says "You do not have the permission to do this."

    Here's my Permission file.

    groups:
    Peasant:
    default: true
    prefix: '&7Peasant '
    permissions:
    - modifyworld.*
    - WarpSigns.use
    - essentials.hat
    Guard:
    default: false
    prefix: '&1Town Gaurd&f '
    permissions:
    - warpsigns.use
    - jail.command.jail
    - jail.command.unjail
    - jail.command.jaillist
    - jail.command.jaillistcells
    - jail.command.unjailforce
    - cgate.trigger
    - essentials.hat
    Admin:
    default: false
    permissions:
    - modifyworld.*
    - warpsigns.use
    - warpsigns.create
    - jail.command.jail
    - jail.command.unjail
    - jail.command.jaillist
    - jail.command.jaillistcells
    - jail.command.unjailforce
    - cgate.trigger
    - idisguise.*
    - essentials.hat
    God:
    default: false
    permissions:
    - modifyworld.*
    - warpsigns.use
    - warpsigns.create
    - jail.command.jail
    - jail.command.unjail
    - jail.command.jaillist
    - jail.command.jaillistcells
    - jail.command.unjailforce
    - cgate.trigger
    - idisguise.*
    - essentials.hat
    Owner:
    default: false
    prefix 'Lord '
    permissions:
    - modifyworld.*
    - WarpSigns.use
    - '*'
    users:
    BeeHawk:
    group:
    - Owner



    Im Beehawk If you couldn't guess..
     
  2. Offline

    TomYaMee

    Try make it like this. http://pastie.org/7727731
    Make sure you use spacebar instead of tab. Use tab will not work.
    Also you can try using Notepad++
     
  3. Offline

    Beehawk

    I am using space bar aaaand ++...Ill try it now!

    Same thing. When I copy/pasted the text into a fresh .yml file and all the text was red. Is that a problem?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  4. Offline

    TomYaMee

    I used 'Tab' instead of 'spacebar' in the pastie to show you how the format should look like... you have to use spacebar from the most left side.

    EG:
    groups:
    (spacex4)Peasant:
    (spacex8)default: true
     
  5. Offline

    Beehawk

    Okay, I think its something to do with essentials...Let me check all of that and ill get back to you.
     
  6. Offline

    Necrodoom

    i hope you werent trying to run both permissionsex and groupmanager.
     
  7. Offline

    Beehawk

    I took Essentials completely off.
    I just don't see a response from the YML file. I change up the group im in and nothing changes. I cant use any of the commands I need.

    Also, the prefix: isn't showing up either.

    groups:
    Peasant:
    default: true
    prefix: '&7Peasant '
    permissions:
    - modifyworld.*
    - WarpSigns.use
    Guard:
    default: false
    prefix: '&1Town Gaurd&f '
    permissions:
    - warpsigns.use
    - jail.command.jail
    - jail.command.unjail
    - jail.command.jaillist
    - jail.command.jaillistcells
    - jail.command.unjailforce
    - cgate.trigger
    Admin:
    default: false
    permissions:
    - modifyworld.*
    - warpsigns.use
    - warpsigns.create
    - jail.command.jail
    - jail.command.unjail
    - jail.command.jaillist
    - jail.command.jaillistcells
    - jail.command.unjailforce
    - cgate.trigger
    - idisguise.*
    God:
    default: false
    permissions:
    - modifyworld.*
    - warpsigns.use
    - warpsigns.create
    - jail.command.jail
    - jail.command.unjail
    - jail.command.jaillist
    - jail.command.jaillistcells
    - jail.command.unjailforce
    - cgate.trigger
    - idisguise.*
    Owner:
    default: false
    prefix 'Lord '
    permissions:
    - modifyworld.*
    - warpsigns.use
    - '*'
    users:
    BeeHawk:
    group:
    - Owner






    Does anyone know if the permissions are case sensitive?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  8. Offline

    joereider

    Just to tell you, if you use EssentialsChat for your chat manager, removing essentials would cause prefixes/suffixes to not work.
     
  9. Offline

    Beehawk

    joereider
    Yeah, I figured that was it. So I deleted the Essentials.
    Will other name altering plugins effect Prefixes too?
     
  10. Offline

    TomYaMee

  11. Offline

    Necrodoom

    that was completely unneeded.
    put essentials back and paste a startup log.
     
  12. Offline

    hunajameloni

    Beehawk Don't say that is your permissions.yml. Okey, I'll help you.

    Beehawk
    Code:
    groups:
      Peasant:
        default: true
        prefix: '&7[&7Peasant&7]&f '
        permissions:
        - modifyworld.*
        - WarpSigns.use
        - essentials.hat
      Guard:
        default: false
        prefix: '&1[&1TownGaurd&1]&f'
        permissions:
        - warpsigns.use
        - jail.command.jail
        - jail.command.unjail
        - jail.command.jaillist
        - jail.command.jaillistcells
        - jail.command.unjailforce
        - cgate.trigger
        - essentials.hat
      Admin:
        default: false
        permissions:
        - modifyworld.*
        - warpsigns.use
        - warpsigns.create
        - jail.command.jail
        - jail.command.unjail
        - jail.command.jaillist
        - jail.command.jaillistcells
        - jail.command.unjailforce
        - cgate.trigger
        - idisguise.*
        - essentials.hat
      God:
        default: false
        permissions:
        - modifyworld.*
        - warpsigns.use
        - warpsigns.create
        - jail.command.jail
        - jail.command.unjail
        - jail.command.jaillist
        - jail.command.jaillistcells
        - jail.command.unjailforce
        - cgate.trigger
        - idisguise.*
        - essentials.hat
      Owner:
        default: false
        prefix '&f[&fLord&f]&f'
        permissions:
        - modifyworld.*
        - WarpSigns.use
        - '*'
    users:
      BeeHawk:
        group:
        - Owner
    
    Fixed For You!
    May I get credits :3
    Yeah, and i think you want prefix for your Admin and God ranks?
    I don't support spaces in prefix so I removed them. And I added [] to prefix too, it looks cool and you should try it.
    This is what it shoud look like.

    Remove your old permissions and copy and paste this.

    And if you want text colour, add suffix: '(colour code)'
    Code:
    Example:
      default: false
      prefix: '&2[&2Example&2]&f'
      suffix: '&2'
     
     
    Notes: &f' after Rank Prefix is player's name colour
    My Example rank Have white name and green [Example] text
    also when Example type, his text will be Green
    tommy210 was also right.
    Beehawk add your essentials back and use my help.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  13. Offline

    Beehawk

    Thanks guys! I really dig the responses!
    Ill just be editing the perms in game from now on:p
     
  14. Offline

    hunajameloni

    Beehawk So my help worked? So I'm god now ? :3
     
Thread Status:
Not open for further replies.

Share This Page