Solved Protecting whole world doesn't allow openning chests/furnaces...

Discussion in 'Bukkit Help' started by MasterKitty, Feb 15, 2012.

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

    MasterKitty

    I want to protect the whole world in any sort of way, but to be able to allow players to open (unlocked) chests and furnaces. I want to also give players permission to lock 1 chest (I'm using LWC). So my question is, how do I do that? Here is the list of plugins I have:

    - anCasino
    - BorderGuard
    - ButtonWarp
    - ChestShop
    - DeathCounter
    - ecoCreature
    - Essentials
    - EssentialsChat
    - EssentialsProtect
    - EssentialsSpawn
    - iConomy
    - LWC
    - PermissionsBukkit (1.2)
    - PtWeaks
    - Reporter
    - SimpleRules
    - Vault
    - WeatherGods
    - WorldEdit
    - WorldGuard

    What I DID try is set it in worldguard, so I just protected bordered teritory and all, but then I would protect all chests, furnaces and I think workbenches as well... So I got another idea, why not just block everyone except admins in permissions to build, so I gave everyone permissions.build: false, and I still have the same income (yes, I did remove the worldguard defined region), in essentials there is an option:
    disable:
    use: <option>

    i put it to false because as it said in the instructions:
    # Should people with build: false in permissions be allowed to use items
    # Set true to disable useing for those people

    if there is a way to give players permission to open chests/furnaces/workbenches/enchantment tables/other stuff, but still disallow them from building/placing blocks with these plugins (or in fact, if there is an extra plugin needed, I'm open), suggest them.

    I know it's a long text, and I much appreciate you reading it.

    -MK
     
  2. Offline

    bassfader

    WorldGuard also has a flag "chest-access" (or something similar). Set it to "allow" for the desired region (if you want to affect a whole world just use the region "__global__") and people will then be able to access chests again. If you want them to be able to use buttons and levers etc.. too, then also set the "use" flag to "allow" for that region.

    To give the users the permissions to lock 1 chest you can then use LWC like you allready mentioned.
     
  3. Offline

    MasterKitty

    Oh wow, it worked. Thank you! I'm going to put it as solved. Thanks for help! :)
     
Thread Status:
Not open for further replies.

Share This Page