Permission with WE and WG and other plugins

Discussion in 'Bukkit Help' started by luna0316, Jan 29, 2011.

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

    luna0316

    so i just started using bukkit and am still trying to get used to all of the new file types, and the way everything works so please bear with me. I cant seem to get WG and WE to correctly use my permissions plugin, or cant even tell if the plugin is working as the only way i (or anyone) can use a command is if the belong to ops.txt which i thought would be uneeded as with the permissions plugin everything should be through there. but even when set as an admin in Permissions, i cant do any server commands with out ops.txt.

    here is my Permissions .yml 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: true
            inheritance:
            permissions:
                - 'general.spawn'
                - '/regionclaim'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
                - 'cleaner.*'
                - 'tplus.*'
                - 'wg.*'
                - '/worldedit'
                - '/stack'
                - '/locate'
                - '/region'
                - '/regionclaim'
                - '/rules'
                - '/registration'
                - '/motd'
                - '/news'
    
    
    
    
    ## Users
    users:
        lifeline24:
            group: Admins
            permissions:
    
        luna0316:
            group: Admins
            permissions:
    
        luvb3ar:
            group: Admins
            permissions:
                
    and here is my config file for WorldEdit
    Code:
    #
    # WorldEdit's configuration file
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    #   you use an editor like Notepad++ (recommended for Windows users), you
    #   must configure it to "replace tabs with spaces." In Notepad++, this can
    #   be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    #   in categories (like "max-blocks-changed" is in the "limits"
    #   category.
    # - If you want to check the format of this file before putting it
    #   into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
    #   and see if it gives "ERROR:".
    # - Lines starting with # are commentsand so they are ignored.
    #
    
    limits:
        max-blocks-changed:
            default: -1
            maximum: -1
        max-radius: -1
        max-super-pickaxe-size: 5
        max-brush-radius: 5
        disallowed-blocks: [6, 7, 14, 15, 16, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 56, 59, 69, 73, 74, 75, 76, 77, 81, 83]
    
    use-inventory:
        enable: false
        allow-override: true
    
    logging:
        log-commands: false
        file: worldedit.log
    
    super-pickaxe:
        drop-items: true
        many-drop-items: false
    
    snapshots:
        directory:
    
    navigation-wand:
        item: 345
        max-distance: 100
    
    scripting:
        timeout: 3000
    
    wand-item: 271
    shell-save-type:
    no-double-slash: false
    debug: false
    
    # See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit
    permissions:
        groups:
            default:
                permissions:
                    - /reloadwe
                    - /worldeditselect
            Admins:
                permissions:
                    - /reloadwe
                    - /worldeditselect
                    - /worldedit
                    - /reloadwe
        users:
            luna0316:
                permissions:
                    - /worldedit
                    - /reloadwe
            luvb3ar:
                permissions:
                    - /worldedit
                    - /reloadwe
    and lastly here is my world guard
    Code:
    #
    # WorldGuard's configuration file
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    #   you use an editor like Notepad++ (recommended for Windows users), you
    #   must configure it to "replace tabs with spaces." In Notepad++, this can
    #   be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    #   in categories (like "enforce-single-session" is in the "protection"
    #   category.
    # - If you want to check the format of this file before putting it
    #   into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
    #   and see if it gives "ERROR:".
    # - Lines starting with # are commentsand so they are ignored.
    #
    # WARNING:
    # Remember to check the compatibility spreadsheet for WorldGuard to see
    # if any features are currently broken in your version of Bukkit.
    #
    
    summary-on-start: on
    
    protection:
        enforce-single-session: on
        item-durability: on
    
    simulation:
        classic-water: off
        sponge:
            enable: on
            radius: 3
    
    physics:
        no-physics-gravel: off
        no-physics-sand: off
        allow-portal-anywhere: off
        disable-water-damage-blocks: []
    
    ignition:
        block-tnt: off
        block-lighter: off
    
    fire:
        disable-all-fire-spread: off
        disable-fire-spread-blocks: []
        disable-lava-fire-spread: on
        lava-spread-blocks: []
    
    mobs:
        block-creeper-explosions: off
        block-creeper-block-damage: off
    
    spawn:
        login-protection: 3
        spawn-protection: 0
        kick-on-death: off
        exact-respawn: off
        teleport-to-home-on-death: off
    
    player-damage:
        disable-fall-damage: off
        disable-lava-damage: off
        disable-fire-damage: off
        disable-drowning-damage: off
        disable-suffocation-damage: off
        disable-contact-damage: off
        teleport-on-suffocation: off
    
    regions:
        enable: on
        wand: 287
        default:
            build: true
            chest-access: false
    
    blacklist:
        logging:
            console:
                enable: on
            database:
                enable: off
                dsn: jdbc:mysql://localhost:3306/minecraft
                user: root
                password: pass
                table: blacklist_events
            file:
                enable: on
                path: worldguard/logs/%Y-%m-%d.log
                open-files: 10
    
    # See http://wiki.sk89q.com/wiki/WorldGuard/Permissions/Bukkit
    permissions:
        users:
            luna0316:
                permissions:
                    - /region
                    - /reloadwg
            luvb3ar:
                permissions:
                    - /region
                    - /reloadwg
    and this is what comes up when i start my server
    Code:
    2011-01-29 23:12:31 [INFO] Starting minecraft server version Beta 1.2_01
    2011-01-29 23:12:31 [INFO] Loading properties
    2011-01-29 23:12:31 [INFO] Starting Minecraft server on *:25565
    2011-01-29 23:12:31 [INFO] Preparing level "world"
    2011-01-29 23:12:31 [INFO] Preparing start region
    Preparing spawn area: 28%
    Preparing spawn area: 65%
    Preparing spawn area: 93%
    2011-01-29 23:12:35 [INFO] [iConomy] version [2.2] (Aime) loaded
    2011-01-29 23:12:35 [INFO] [Permissions] version [1.9] (Handler) loaded
    2011-01-29 23:12:35 [INFO] [WarpGate] version [1.4] (Polarized) loaded
    2011-01-29 23:12:35 [INFO] WorldEdit 2.15.2 loaded.
    2011-01-29 23:12:35 [INFO] WorldEdit: Permissions plugin detected! Using Permiss
    ions plugin for permissions.
    2011-01-29 23:12:35 [INFO] WorldGuard 3.1.2 loaded.
    2011-01-29 23:12:35 [INFO] WorldGuard: Permissions plugin detected! Using Permis
    sions plugin for permissions.
    2011-01-29 23:12:35 [INFO] WorldGuard: Single session is enforced.
    2011-01-29 23:12:35 [INFO] WorldGuard: TNT ignition is PERMITTED.
    2011-01-29 23:12:35 [INFO] WorldGuard: Lighters are PERMITTED.
    2011-01-29 23:12:35 [INFO] WorldGuard: Lava fire is blocked.
    2011-01-29 23:12:35 [INFO] WorldGuard: Fire spread is UNRESTRICTED.
    MCDocs version 4.3 is enabled!
    2011-01-29 23:12:36 [INFO] [TELEPLUS] Permissions enabled.
    2011-01-29 23:12:36 [INFO] TelePlus 1.5.3 enabled
    2011-01-29 23:12:36 [INFO] Done! For help, type "help" or "?"
    138 recipes
    so anyway any help would be greatly appreciated as to being able to tell me why my character when logged in seems only to care about the ops.txt and not use my permissions plugin
    EDIT oh and as you can see world guard and edit report that they are using permissions plugin so idk :/
     
  2. Offline

    8e8

    If WG/WE hasn't been updated for craftbukkit 168 then don't use it.
     
  3. Offline

    luna0316

    does this really sound like a plugin not being updted problem, because as long as my players are in the ops.txt they can use commands, as in the plugins are still working, but it seems that my permission system is messed up somewhere

    EDIT and all the other plugins listed in my server start up do the same thing, so maybe its permissions?
     
  4. Offline

    8e8

    Okay let me rephrase... If the plugin you're using hasn't been updated for craftbukkit 168 then don't use 168(it)
     
  5. Offline

    luna0316

    Okay let me rephrase, how come my permissions are being loaded when server starts but no one can use commands unless they are in ops.txt I know that i have the most up to date craftbukkit, as well as the plugins associated (all updated) yet it seems that my permissions are being over rode by ops.txt, not that permissions arent working. any info i can give to help?

    EDIT tried olded version of the craftbukkit and plugins still does the same thing (just tested it with essentials, warpgate, and spawnmob)
     
  6. Offline

    h0us3cat

    remove
    Code:
                - 'cleaner.*'
                - 'tplus.*'
                - 'wg.*'
                - '/worldedit'
                - '/stack'
                - '/locate'
                - '/region'
                - '/regionclaim'
                - '/rules'
                - '/registration'
                - '/motd'
                - '/news'
    from the permissions config at admin group part
     
Thread Status:
Not open for further replies.

Share This Page