Need help with Permsions

Discussion in 'Bukkit Help' started by Syoss, Feb 18, 2011.

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

    Syoss

    Hey there,

    I got an Bukkit server but my Permissions wont work do you got an idea that i can be admin and stuff?
    Here are my Plugins:






    ExtendDay




    General




    HeroBounty




    Jail




    LevelCraft




    MinecartManiaCore




    MoveCraft




    Permissions




    SkyPirates




    War v0.9 (Simonds)




    WorldEdit




    WorldGuard




    dynmap




    mcMMO

    And there my Permissions:

    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: '', suffix: '', build: false}
             permissions:
        Trusted:
             default: false
             info: {prefix: '', suffix: '', build: true}
             inheritance:
             permissions: [general.spawn, essentials.msg, essentials.afk, essentials.rules, essentials.me, essentials.list, essentials.mail.send, essentials.help, essentials.tpaccept, essentials.tpdeny, essentials.tptoggle, essentials.spawn, essentials.warp, worldedit.superpickaxe.pickaxe, worldedit.superpickaxe.info, essentials.tpahere, essentials.tpa]
        Mods:
             default: false
             info: {prefix: '', suffix: '', build: true}
             inheritance: [Trusted]
             permissions: [worldedit.navigation.jumpto, worldedit.navigation.up, worldedit.navigation.thru, essentials.ban, essentials.kick, essentials.tp, essentials.tphere]
        Admins:
             default: false
             info: {prefix: '&6', suffix: '&6', build: true}
             inheritance: [Mods, Trusted]
             permissions: [worldgaurd.*, worldedit.superpickaxe.pickaxe.area, worldedit.superpickaxe.pickaxe.recursive, essentials.heal, essentials.plugin, essentials.ban, essentials.kick, essentials.setwarp, essentials.delwarp, essentials.tpo, essentials.tpohere]
        Owner:
             default: false
             info: {prefix: '&6', suffix: '&6', build: true}
             inheritance: [Admins]
             permissions: ['*']
    users:
        Micky5991:
            group: [Owner]
            permissions:
        Syoss:
            group: [Owner]
            permissions:
               - 'general.*'
               - 'War.*'
               - '*'
        Neuwelt:
            group: [Admins]
            permissions: [worldedit.wand, worldedit.wand.toggle, worldedit.region.*]
        Nalfmaster:
            group: [Mods]
            permissions: [worldedit.snow, worldedit.extinguish]
        Tim:
            group: [Default]
            permissions:
        Avaluque:
            group: [Trusted
            permissions:
        HaruhiSuzumiya:
            group: [Trusted]
            permissions:
    Whats wrong??
     
  2. Offline

    Sooks

    Was it working before, this exact config?
     
  3. Offline

    Syoss

    Nah first i had the normal config with names but that don't work too -.-
     
  4. Offline

    Sooks

    Can you provide the error you get? That would help a lot.
     
  5. Offline

    Syoss

    Thats the problem ther is NO Error -.-
     
  6. Offline

    Sooks

    Hmm strange, okay do trial and error. First use just permissions with 1 plugin, then add them slowly in till you know if there is something wrong with permissions or a plugin. Also update to the latest of each one.
     
  7. Offline

    Lewis

    Code:
      Avaluque:
            group: [Trusted
            permissions:
    Add a ] to the end of the [Trusted
     
  8. Offline

    Syoss

    lewis I did it but nothing works again
     
  9. Offline

    Lewis

    CB Version?
     
  10. Offline

    Syoss

  11. Offline

    Lewis

    Craftbukkit, sorry.
     
  12. Offline

    Syoss

    its version 0.0.1
     
  13. Offline

    Hawkheart

    What does it say when you type /version in game?
     
  14. Offline

    Syoss

    Craftbukkit-27 (MC:1.2_01)
     
  15. Offline

    Lewis

  16. Offline

    Syoss

    Doesn't Work again -.-
    --- merged: Feb 20, 2011 3:21 PM ---
    Got new Plugins:



    Achievements.jar

    BorderGuard.jar



    CraftEssence.jar



    DropChest.jar



    Elevators.jar



    ExtendDay.jar



    FindMe.jar



    Gastronomic.jar



    HeroBounty.jar



    Jail.jar



    MinecartManiaCore.jar



    MonsterHunt.jar



    MoveCraft.jar



    NPCTrader.jar



    Permissions.jar



    ProtectedDoors.jar



    RepairShop.jar



    SimpleProtect.jar



    SkyPirates.jar



    SpawnMob.jar



    Stats.jar



    VoidMage.jar



    WorldEdit.jar



    WorldGuard.jar



    mcMMO.jar



    And new Permissions:
    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:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
    
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
             - 'GodMode.*'
             - 'MoveCraft.*'
    ##
    # Syoss has control over all commands.
    # Syoss can use /spawn & /time
    ##
    users:
        Syoss:
            group: Admins
            permissions:
            - '*'
            - 'War'
            - 'War.Player'
            - 'npc.admin.*'
        Micky5991:
            group: Admins
            permissions:
            - '*'
             - 'GodMode.*'
        Hanssongamer:
            group: guest
            permissions:
                - 'none'
    
    ##
    #
    #
    ##
    users:
        jacke
            group: Guest
            permissions:
        sk89q:
            group: Default
            permissions:
                - 'general.time'
    HELP PLS!
     
Thread Status:
Not open for further replies.

Share This Page