Problem/Bug No inventory move if non OP

Discussion in 'Bukkit Help' started by Insomnia-GTA, Feb 22, 2015.

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

    Insomnia-GTA

    HELP! I am having a problem with my server! Players that are not oped can not move items in their inventory! (Armour, items) Is there a permission node or something... if you need more information just ask!
     
  2. Offline

    shades161

    If you have essentials Protect or Essentials Build installed make sure they are configured properly in the config.yml in the essentials folder, this happened to me, turns out i had it configured wrong.
     
  3. Offline

    Insomnia-GTA

    Take a look at this:
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                EssentialsAntiBuild                   | #
    # +------------------------------------------------------+ #
    ############################################################
    
      # Disable various default physics and behaviors
      # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
    
        # Should people with build: false in permissions be allowed to build?
        # Set true to disable building for those people.
        # Setting to false means EssentialsAntiBuild will never prevent you from building.
        build: true
    
        # Should people with build: false in permissions be allowed to use items?
        # Set true to disable using for those people.
        # Setting to false means EssentialsAntiBuild will never prevent you from using items.
        use: false
    
        # Should we tell people they are not allowed to build?
        warn-on-build-disallow: false
    
      # For which block types would you like to be alerted?
      # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
      # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
      alert:
        on-placement: 10,11,46,327
        on-use: 327
        on-break:
    
      blacklist:
    
        # Which blocks should people be prevented from placing?
        placement: 10,11,46,327
    
        # Which items should people be prevented from using?
        usage: 327
    
        # Which blocks should people be prevented from breaking?
        break:
    
        # Which blocks should not be pushed by pistons?
        piston:
    
        # Which blocks should not be dispensed by dispensers
        dispenser:
    
    Do I set that to true or false... it was false before!??!
     
  4. Offline

    shades161

    There is a node that is marked true at the very beginning of that, turn it to false and see if that fixes it. If not, what other plugins do you have installed?
     
  5. Offline

    Insomnia-GTA

    Still not working... here are my plugins. The ones in bold are the ones I think might be the problem
    • NoJoinMessage
    • BarAPI
    • Buycraft
    • ConsoleScheduler
    • UltimateHub
    • NoFall
    • Spawn-TP
    • PluginGUI
    • QuickTrade
    • FrameProtect
    • WorldEdit
    • Essentials
    • VipSlot
    • ClearLag
    • Crackshot
    • ChatControl
    • Votifier
    • CashControl
    • Wardrobe
    • Multiverse-Core
    • ProtocolLib
    • NoCheatPlus
    • Police
    • EssentialsChat
    • iConomy
    • PermissionsEX
    • CS-CoreLib
    • Multiverse-Portals
    • CustomJoinItems
    • GALister
    • Vault
    • HubEssentials
    • HolographicDisplays
    • WorldGuard
    • StockExchange
    • UniqueMOTD
    • uCars
    • ChestCommands
    • EssentialsProtect
    • Multiverse-Inventories
    • PhatLoots
    • MessageFilter
    • EssentialsSpawn
    • Sign_Casino_Slots
    • CombatLog
    • RandomTP
    • WhatIsIt
    • Citizens
    • CololoredTags
    • OnTime
    • BossMessage
    • EchoPet
    • CommandOverride
    • ChatEX
    • floAuction
     
  6. Offline

    shades161

    Make sure all your plugins are up to date. Also check the WorldGuard config and make sure its set up properly as it can disallow players to interact with items. If that still doesn't work. Are there any crash reports or error logs? try removing the plugins that you think are causing it. Often times if you remove one plugin at a time and see what is causing the bug, you can find a fix for that or find an alternative plugin (as this happened with my chatmanager and factions).
     
  7. Offline

    Insomnia-GTA

    Here is my WorldGuard config... I can't find what your talking about!

    Code:
    #
    # WorldGuard's main configuration file
    #
    # This is the global configuration file. Anything placed into here will
    # be applied to all worlds. However, each world has its own configuration
    # file to allow you to replace most settings in here for that world only.
    #
    # 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.
    #
    
    regions:
        use-scheduler: true
        uuid-migration:
            perform-on-next-start: false
            keep-names-that-lack-uuids: true
        use-creature-spawn-event: true
        sql:
            use: false
            dsn: jdbc:mysql://localhost/worldguard
            username: worldguard
            password: worldguard
            table-prefix: ''
        enable: true
        invincibility-removes-mobs: false
        fake-player-build-override: true
        explosion-flags-block-entity-damage: true
        high-frequency-flags: false
        protect-against-liquid-flow: false
        wand: 334
        max-claim-volume: 30000
        claim-only-inside-existing-regions: false
        max-region-count-per-player:
            default: 7
    auto-invincible: false
    auto-invincible-group: false
    auto-no-drowning-group: false
    use-player-move-event: true
    use-player-teleports: true
    security:
        deop-everyone-on-join: true
        block-in-game-op-command: false
    host-keys: {}
    summary-on-start: true
    op-permissions: true
    build-permission-nodes:
        enable: false
        deny-message: '&eSorry, but you are not permitted to do that here.'
    event-handling:
        block-entity-spawns-with-untraceable-cause: false
        interaction-whitelist: []
        emit-block-use-at-feet: []
    protection:
        item-durability: true
        remove-infinite-stacks: false
        disable-xp-orb-drops: false
        disable-obsidian-generators: false
    gameplay:
        block-potions: []
        block-potions-overly-reliably: false
    simulation:
        sponge:
            enable: false
            radius: 3
            redstone: false
    default:
        pumpkin-scuba: false
        disable-health-regain: false
    physics:
        no-physics-gravel: false
        no-physics-sand: false
        vine-like-rope-ladders: false
        allow-portal-anywhere: false
        disable-water-damage-blocks: []
    ignition:
        block-tnt: false
        block-tnt-block-damage: true
        block-lighter: true
    fire:
        disable-lava-fire-spread: true
        disable-all-fire-spread: true
        disable-fire-spread-blocks: []
        lava-spread-blocks: []
    mobs:
        block-creeper-explosions: false
        block-creeper-block-damage: true
        block-wither-explosions: true
        block-wither-block-damage: true
        block-wither-skull-explosions: true
        block-wither-skull-block-damage: true
        block-enderdragon-block-damage: true
        block-enderdragon-portal-creation: true
        block-fireball-explosions: false
        block-fireball-block-damage: false
        anti-wolf-dumbness: false
        allow-tamed-spawns: true
        disable-enderman-griefing: true
        disable-snowman-trails: true
        block-painting-destroy: true
        block-item-frame-destroy: true
        block-plugin-spawning: true
        block-above-ground-slimes: true
        block-other-explosions: false
        block-zombie-door-destruction: true
        block-creature-spawn: []
    player-damage:
        disable-fall-damage: false
        disable-lava-damage: false
        disable-fire-damage: false
        disable-lightning-damage: true
        disable-drowning-damage: false
        disable-suffocation-damage: false
        disable-contact-damage: false
        teleport-on-suffocation: false
        disable-void-damage: false
        teleport-on-void-falling: false
        disable-explosion-damage: false
        disable-mob-damage: false
        disable-death-messages: true
    chest-protection:
        enable: false
        disable-off-check: false
    crops:
        disable-creature-trampling: true
        disable-player-trampling: true
    weather:
        prevent-lightning-strike-blocks: []
        disable-lightning-strike-fire: true
        disable-thunderstorm: true
        disable-weather: true
        disable-pig-zombification: true
        disable-powered-creepers: false
        always-raining: false
        always-thundering: false
    dynamics:
        disable-mushroom-spread: trye
        disable-ice-melting: true
        disable-snow-melting: true
        disable-snow-formation: false
        disable-ice-formation: false
        disable-leaf-decay: true
        disable-grass-growth: false
        disable-mycelium-spread: true
        disable-vine-growth: true
        disable-soil-dehydration: true
        snow-fall-blocks: []
    blacklist:
        use-as-whitelist: false
        logging:
            console:
                enable: true
            database:
                enable: false
                dsn: jdbc:mysql://localhost:3306/minecraft
                user: root
                pass: ''
                table: blacklist_events
            file:
                enable: false
                path: worldguard/logs/%Y-%m-%d.log
                open-files: 10
     
  8. Offline

    shades161

    nevermind then about worldguard. Just try removing one plugin at a time until you can find whats causing this.
     
  9. Offline

    Insomnia-GTA

    :( Thatis going to take soooooo long!
     
Thread Status:
Not open for further replies.

Share This Page