Permission Probleme

Discussion in 'Bukkit Help' started by mangaultime, Feb 20, 2011.

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

    mangaultime

    Hi,

    We run a server with the last CraftBukkit version (git-Bukkit-jenkins-dev-CraftBukkit-35-b{36}jnks (MC: 1.2_01)) and some plugins :
    Permissions v2.0
    Antibuild v1.0
    Big Brother v1.5
    WorldEdit v3.2.2
    WorldGuard v3.2.2
    Essentials b180
    OnlineUsers v1.5

    The server run very well and we can't build when we aren't register (see permissions after). Also we change our server two days ago, and we copy all minecraft repertory including maps, plugins, config files, etc... On the new server, nothing happen with permissions. The default group can build, and all groups can't execute the commands that they theoretically can.
    There are three types of messages :
    "- You don't have sufficient permission."
    "- You do not have access to that command."
    - And another one that I forgot.

    I repeat : The server WELL RUN two days ago on an old server (and run because we have this old server for 2 or 3 days...) but the permissions DON'T RUN on the new server (it's the SAME files, from .jar to .yml).

    Here is the console output :

    Code:
    2011-02-19 17:06:47 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-19 17:06:47 [INFO] Loading properties
    2011-02-19 17:06:47 [INFO] Starting Minecraft server on 91.121.7.74:25565
    2011-02-19 17:06:47 [INFO] This server is running Craftbukkit version git-Bukkit-jenkins-dev-CraftBukkit-35-b{36}jnks (MC: 1.2_01)
    2011-02-19 17:06:47 [INFO] Preparing level "world"
    2011-02-19 17:06:47 [INFO] Preparing start region
    2011-02-19 17:06:48 [INFO] Preparing spawn area: 44%
    2011-02-19 17:06:49 [INFO] WorldGuard 3.2.2 loaded.
    2011-02-19 17:06:49 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-02-19 17:06:49 [INFO] WorldGuard: Single session is enforced.
    2011-02-19 17:06:49 [INFO] WorldGuard: TNT ignition is PERMITTED.
    2011-02-19 17:06:49 [INFO] WorldGuard: Lighters are PERMITTED.
    2011-02-19 17:06:49 [INFO] WorldGuard: Lava fire is blocked.
    2011-02-19 17:06:49 [INFO] WorldGuard: Fire spread is UNRESTRICTED.
    plugins/Essentials/spawn.yml
    2011-02-19 17:06:49 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-19 17:06:49 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-19 17:06:49 [INFO] WorldEdit 3.2.2 loaded.
    2011-02-19 17:06:49 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-19 17:06:49 [INFO] [AntiBuild] version [1.0] (Reborn) loaded
    2011-02-19 17:06:49 [INFO] Loaded EssentialsHelp b180 by Zenexer, ementalo, Eris, and EggRoll
    2011-02-19 17:06:49 [INFO] OnlineUsers version 1.5 is enabled!
    MapMarkers version 0.2.5.3 enabled
    2011-02-19 17:06:50 [INFO] Loaded Essentials build 180 by Zenexer, ementalo, Eris, and EggRoll
    2011-02-19 17:06:50 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-19 17:06:50 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-19 17:06:50 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-19 17:06:50 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-19 17:06:50 [INFO] Loaded EssentialsHome build 180 by Zenexer, ementalo, Eris, and EggRoll
    MapMarkers version 0.2 enabled
    2011-02-19 17:06:50 [INFO] Loaded EssentialsSpawn bTeamCity by Zenexer, ementalo, Eris, and EggRoll
    2011-02-19 17:06:50 [INFO] Loaded EssentialsWarp build 180 by Zenexer, ementalo, Eris, and EggRoll
    2011-02-19 17:06:50 [INFO] [BBROTHER] Permissions enabled.
    2011-02-19 17:06:50 [INFO] BigBrother 1.5 initialized
    2011-02-19 17:06:50 [INFO] Done! For help, type "help" or "?
    Here is the permissions file :
    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
            inheritance:
            permissions:
                - 'general.spawn'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.helpop'
                - 'essentials.ping'
                - 'essentials.spawn'
        Members:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.mail.send'
                - 'essentials.nick'
                - 'essentials.eco'
                - 'essentials.worth'
                - 'essentials.sell'
                - 'essentials.help'
                - 'essentials.tpa'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'worldedit.chunckinfo'
                - 'worldedit.listchuncks'
                - 'worldedit.extinguish'
                - 'general.spawn'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.helpop'
                - 'essentials.ping'
                - 'essentials.spawn'
        Modos:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
                - 'essentials.top'
                - 'essentials.jump'
                - 'essentials.back'
                - 'essentials.whois'
                - 'essentials.clearinventory'
                - 'essentials.broadcast'
                - 'essentials.kill'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tp'
                - 'essentials.tpahere'
                - 'essentials.tphere'
                - 'essentials.tppos'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.kick'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.setspawn'
                - 'worldedit.superpickaxe.drawing.brush.*'
                - 'worldedit.clipboard.*'
                - 'worldedit.hcyl'
                - 'worldedit.hsphere'
                - 'worldedit.history.*'
                - 'worldedit.navigation.*'
                - 'worldedit.selection.*'
                - 'worldedit.snow'
                - 'worldedit.thaw'
                - 'worldedit.butcher'
                - '/stopfire'
                - '/allowfire'
                - '/slay'
                - '/heal'
                - '/locate'
                - 'general.spawn'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.mail.send'
                - 'essentials.nick'
                - 'essentials.eco'
                - 'essentials.worth'
                - 'essentials.sell'
                - 'essentials.help'
                - 'essentials.tpa'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'worldedit.chunckinfo'
                - 'worldedit.listchuncks'
                - 'worldedit.extinguish'
                - 'general.spawn'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.helpop'
                - 'essentials.ping'
                - 'essentials.spawn'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
                - '/stopfire'
                - '/allowfire'
                - '/slay'
                - '/heal'
                - '/locate'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        cau3t:
            group: Admins
            permissions:
                - 'essentials.modgrpoverride'
        mangaultime:
            group: Admins
            permissions:
                - 'essentials.modgrpoverride'
        lbc_grayfox:
            group: Modos
        ravnshado:
            group: Modos
        naskz:
            group: Modos
        gogo91:
            group: Modos
        mounkk:
            group: Modos
        drhouses:
            group: Modos
        benji_napo:
            group: Modos
        felixlecha:
            group: Members
        octalfr:
            group: Members
    Just a last thing :
    The both servers are two different java versions. Can it be a problem ?
    Java version for the old server : 1.6.0_0
    Java version for the new server : 1.6.0_22

    Hope you will be able to resolve the problem,
    Cau3T

    PS : I repeat the commands for all class because I remark that the inheritant field don't work for us... I test it since three days so don't tell me... It's a inheritant problem ;)
     
  2. Offline

    TnT

    Java isn't the problem. Other than your Java updating, I'm guessing your permissions/craftbukkit versions updated as well. Check for a new permissions template from the permissions thread and build it fresh.
     
  3. Offline

    Cau3T

    Ok. The java wasn't the problem and the permission config file wasn't the problem too...
    We resolve it by reinstalling craftbukkit and all plugins one by one and we transfer the old map only at the end.
     
Thread Status:
Not open for further replies.

Share This Page