View Insides Of Chests.

Discussion in 'Archived: Plugin Requests' started by IdealIdeas, May 10, 2012.

  1. Offline

    IdealIdeas

    I want a plugin that allows me to set up specific chests so their insides may be viewed but nothing can be placed inside them and nothing can be removed from them (The owner still can).

    Either have it set up through signs or just straight commands.

    Having both options would be nice too.

    is this impossible to do?

    I hate it when nobody answers my requests... :/

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

    Mstabarrie

    Like if you had items in your chest and wanted people to be able to see it but not take it? If this is what you mean that is actually a pretty good idea for a plugin!
     
  3. Offline

    IdealIdeas

    Exactly what i mean.
    No sense in making things like an Armory if the chests are gonna be empty :/
     
  4. Offline

    Mstabarrie

    By empty, you mean viewable :)
     
  5. Offline

    IdealIdeas

    well right now.
    But if there was a plugin like i mentioned then it wouldnt be empty.
    But at the same time the items wouldnt be stealable
     
  6. Offline

    IdealIdeas

    Wow, was hoping this would see some light.

    I know this is an interesting idea.
     
  7. Offline

    NinjaW0lf

    Its posible, thats my 2 cents
     
  8. Offline

    mushroomhostage

    If anyone wants to do this, try listening for the InventoryClickEvent, and if a view-only chest is open, deny the click with setCancelled(true) and setResult(Event.Result.DENY). This would prevent players from taking items from the chest, should be easy. The part which I'm not quite sure how to best implement is determining which chest is protected. Anyone want to give this request a shot?
     
  9. Offline

    McLuke500

    Vanishnopacket has a any chest permission which allows access to any chest but you can't edit the stuff may e implement this into allowing own chests
     
  10. Offline

    Ne0nx3r0

    You could do the good ol' sign underneath technique.

    Or /command then click (onBlockBreak removes).

    Either one would work fine. I'd take this up, but I'm fearful of the feature requests that would follow maintaining it.
     
  11. Offline

    IdealIdeas

    wow a minor bump and I finally got some attention :)
     
  12. Offline

    BMX_ATVMAN14

    Lwc does this i believe
     
  13. Offline

    pom32

    just checked and yes it does! though everyone would need to have the lwc.mod perm node for this to word :/
    this sucks if u dont want to use permission plugin on the server (just default to the OP system)
     
  14. Offline

    IdealIdeas

    I have a permission plugin and everything but the problem is I use Lockette and the fact I have many players on at different times would be complete havoc to switch over.

    It would be easier just to have a plugin that links into other locking plugins that does this.
     
  15. Offline

    PoorBoyDrew

    Does LCW work good with ChestShop?
     
  16. Offline

    tr0lolol

    yes i got LWC and ChestShop running and got no problems
     
  17. Offline

    IdealIdeas

    Can anyone do this at all?
     

Share This Page