Just Some Help?

Discussion in 'Bukkit Help' started by M4yhem, Aug 18, 2013.

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

    M4yhem

    hi guys
    im not sure if i need a plugin for this or i can do it with something i already have but what i am looking to do is if i have a door i dont want a group to open but i want another group to open it with a button how do i do this?

    so i guess what im saying is ther a way to stop a group useing buttons in a difined region but they can use everything else?
     
  2. Offline

    Tomrocks99

    M4yhem Am I right in saying that you could do it with commands blocks?
     
  3. Offline

    M4yhem

    Tomrocks99
    i dont know sorry dont know where to start?
     
  4. Offline

    Tomrocks99

    M4yhem Make a pulser/input hooked up to a command block. Make the command line
    Code:
    testfor @p[name=<user>,r=3]
    Place a comparator coming out of it, and then the door.

    If you need more than 1 player, just put a new command block next the existing one with the same line inside, but different player.

    Hope it's not too complicated :p
     
  5. Offline

    M4yhem

    Tomrocks99
    where do i do this? and i dont need a player i need to stop a hole group form useing a button or maybe 2 groups if i add another
     
  6. Offline

    Tomrocks99

    M4yhem You do this under the door. How many people roughly do you want using this?
     
  7. Offline

    M4yhem

    Tomrocks99
    [QUOTEYou do this under the door. How many people roughly do you want using this?][/QUOTE]
    im wanting to do it for a hole group so i dont know how many ppl ther is going to be sorry
     
  8. Offline

    kahunahd

    You could use LWC
     
  9. Offline

    M4yhem

    kahunahd
    what does LWC do ?
     
  10. Offline

    Sweatyyyy

    M4yhem
    Look it up on the bukkitdev page.
    You could also make the house a region, and flag the region so only a certain group can enter the region you selected (done with world guard)
     
  11. Offline

    kahunahd

    M4yhem LWC allows you to make doors and chests private (only accessible by certain people) you can then add people to the list of users allowed to access the door, chest, etc.
     
  12. Offline

    M4yhem

    kahunahd
    thanks for that bud ill give it a look see how it goes
     
  13. Offline

    kahunahd


    No problem :)
     
Thread Status:
Not open for further replies.

Share This Page