Somthing wrong with my permissions?

Discussion in 'Bukkit Help' started by n30nex, Feb 21, 2011.

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

    n30nex

    My Player rank can't use /mvtp (multiverse.tp), did I do somthing wrong?


    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    groups:
        Default:
            default: true
            info:
                prefix: '&1[&6Minion&1]&2'
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn.*'
                - 'general.help'
                - 'general.playerlist'
        Player:
            default: false
            info:
                prefix: '&1[&1Player&1]&2'
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - '- multiverse.tp'
                - '- multiverse.world.setspawn'
                - '- multiverse.world.spawn'
                - '- multiverse.world.list'
                - 'nocheat.speedhack'
                - 'nocheat.moving'
                - 'signColours.*'
        Moderator:
            default: false
            info:
                prefix: '&1[&4Bishop&1]&2'
                suffix:
                build: true
            inheritance:
                - Player
            permissions:
                - '- worldedit.navigation.jumpto'
                - '- worldedit.navigation.thru'
    
        Admins:
            default: false
            info:
                prefix: '&1[&3Royal Viceroy&1]&2'
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
                - '- multiverse'
    
        Sogono:
            default: false
            info:
                prefix: '&1[&2Overlord&1]&2'
                suffix:
                build: true
            inheritance:
                - Admins
            permissions:
    
        Neonx:
            default: false
            info:
                prefix: '&1[&9Co-Overlord&1]&2'
                suffix:
                build: true
            inheritance:
                - Admins
            permissions:
      
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    
    # Admins
        Liquidd420:
            group: Admins
            permissions:
    
        andrewlavoie:
            group: Neonx
            permissions:
    
        sogono:
            group: Sogono
            permissions:
    
        Pannduh:
            group: Admins
            permissions:
    
        huminahumina:
            group: Admins
            permissions:
                - 'general.items'
                - 'multiverse.tp'
                - 'multiverse.world.setspawn'
                - 'multiverse.world.spawn'
                - 'multiverse.world.list'
    #Moderators
        TheChuckl3s:
            group: Moderator
            permissions:
            - 'nocheat.*'
    
    #Players
        Multipliez:
            group: Player
            permissions:
                - 'general.items'
    
        Nexzer:
            group: Player
            permissions:
    
        chriscross288:
            group: Player
            permissions:
    
        daleovope2010:
            group: Player
            permissions:
    
        Skittleking:
            group: Player
            permissions:
    
        c7hudson:
            group: Player
            permissions:
     
      
     
  2. Offline

    op7485kl

    Correct me if im wrong - Put i've never seen a - inside the command. Try "- 'multiverse.tp'"
     
  3. Offline

    n30nex

    It puzzled me as well, thats how the permissions hooks are listed on the Multiverse thread, with another dash.

    With or with out, they still cannot use. I'm using warpz0r as a gapstop, but now my players can use /warp and /sethome ect, but I cannot as the admin class or even as op!
     
  4. Offline

    op7485kl

    It may help to handwrite them in in notepad (vs. copy and paste or whatever) I do that to ensure no problems
     
Thread Status:
Not open for further replies.

Share This Page