Error: You don't have permission to use this.

Discussion in 'Bukkit Help' started by toon7, Apr 24, 2011.

Thread Status:
Not open for further replies.
  1. How can i fix the error You don't have permission to use this.?
    it shows up if a non admin is breaking/building blocks
    its really annoying if someone know please tell

    its possible in WorldEdit / Guard
     
  2. Offline

    Petomatick

    what plugins do you have installed?
     
  3. Offline

    Andre_9796

    What are you trying to use?
     
  4. Well it happens if a non op builds they can build it but everyblock an error...
    its Worldedit/Guard For sure all other plugins are clean
    thx for posts
     
  5. Offline

    Killie01

    do the blocks dissapear or is it spam?
     
  6. Offline

    Killie01

    make a full list of plugins, just to be sure
    also: does it have [worldguard] or anything like that in front of the message
     
  7. it just say You don't have permission to use this

    Code:
    adminchat
    appletree
    authme
    craftbookcommon
    craftbookcircuits
    craftbookmechanisms
    craftbokvehicles
    essentials
    iConomy
    levelcraft
    lockette
    loginmessage
    moblimiter
    mothernature
    realshop
    tentthis
    worldedit
    worldguard
    wormholextreme
     
  8. Offline

    Andre_9796

    post worldguards config please, i think theres something wrong
     
  9. here it is
    Code:
    #
    # WorldGuard's configuration file.
    #
    # This is the a per-world configuration file. It only affects one
    # corresponding world.
    #
    # 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 comments and so they are ignored.
    #
    
    summary-on-start: on
    pumpkin-scuba: off
    
    protection:
        item-durability: on
        remove-infinite-stacks: off
    
    simulation:
        sponge:
            enable: on
            redstone: off
            radius: 3
    
    physics:
        no-physics-gravel: off
        no-physics-sand: off
        allow-portal-anywhere: off
        disable-water-damage-blocks: []
    
    ignition:
        block-tnt: true
        block-lighter: true
    
    fire:
        disable-all-fire-spread: on
        disable-fire-spread-blocks: []
        disable-lava-fire-spread: on
        lava-spread-blocks: []
    
    mobs:
        block-creeper-explosions: off
        block-creeper-block-damage: off
        block-creature-spawn: []
        anti-wolf-dumbness: false
    
    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
        disable-void-damage: off
        teleport-on-void-falling: off
    
    regions:
        enable: on
        wand: 287
        max-claim-volume: 30000
        claim-only-inside-existing-regions: off
        max-region-count-per-player: 30
        high-frequency-flags: off
    
    iconomy:
        enable: on
        buy-on-claim: on
        # Price per block for buying on claim
        buy-on-claim-price: 2
    
    chest-protection:
        enable: off
    
    blacklist:
        use-as-whitelist: off
        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/%w-%Y-%m-%d.log
                open-files: 10
    
    thx for helping

    Also heres WorldEdit settings
    Code:
    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
        dir: craftscripts
    
    saving:
        dir: schematics
    
    history:
        size: 15
    
    wand-item: 271
    shell-save-type:
    no-double-slash: false
    no-op-permissions: false
    debug: false
    
    # See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit
    permissions:
        groups:
            default:
                permissions:
                    - /reloadwe
                    - /worldeditselect
        users:
            sk89q:
                permissions:
                    - /worldedit
                    - /reloadwe
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  10. Offline

    Andre_9796

    i cant see something wrong in there. post your error on worldedits/worldguards page.
     
  11. Offline

    Drength

    I believe I had that problem earlier and it is likely craftbook.

    Add these permissions and see if it works better:
    Code:
    craftbook.mech.*
    craftbook.ic.*
    
    If that works and you don't want people to have all of those permissions, you could always start disabling pieces until you find out what specific one is causing it.
     
    paully104 likes this.
  12. Offline

    paully104

    I am also having this issue on my server, i added those craft-book permissions just now. I'll let you know if it worked here in a bit.

    craftbook.mech.* craftbook.ic.*

    Is in fact the solution to the spam, thank you Dregth!

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

    1lann

    Well it looks like you don't have a plugin for permissions, so all the plugins rely on your op list to tell which player gets what commands. I'd say get Permissions configure it and add the nodes available here or if you would not like to use Permissions, got to the nodes page I mentioned before and scroll down to the section about Flat File permissions and follow those steps on configuring the permissions.

    EDIT: Looks like the posters above probably found your solution to the problem! Try their way first before trying mine.
     
  14. Offline

    xXTechmanXx

    Ok I think mech and ic is fucked up by the Developer of the Plugin , I think it needs a fix or else everyone can make laggy ICs and Gates and Elevators.
     
Thread Status:
Not open for further replies.

Share This Page