Disable Inventory or Disable Opening Inventory!

Discussion in 'Archived: Plugin Requests' started by matthewthegoodman, Nov 3, 2013.

  1. I would like for someone to make me a plugin that can disable editing (moving items) in your own inventory. Or disable opening the inventory itself.

    Thank you
     
  2. Offline

    SuperSniper1379

    I might be able to do this, as it sounds like a pretty simple plugin. However, disabling opening the inventory itself is client - side, and so server plugins can't do it without a client mod, which Bukkit does not support.
     
  3. Offline

    whitehooder

    Spam the client with Packet101CloseWindow() to stop the opening of anything. The best way to accomplish this would be as you suggested, to cancel all the click events.
     
  4. Offline

    Mathias Eklund

    <Edit by Moderator: Redacted mediafire url>
    noinventory.use
     
    Last edited by a moderator: Nov 4, 2016

Share This Page