Removing item in InventoryClickEvent

Discussion in 'Plugin Development' started by Acer_Mortem, Aug 10, 2013.

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

    Acer_Mortem

    How could I remove the item in the inventoryclickevent? For some reason, nothing works =/
     
  2. Offline

    LinearLogic

    Odds are you're successfully removing the inventory, but since the inventory won't be immediately updated client-side (a long-standing issue with no apparent means of resolution), the change appears not to have occurred. Click around in your inventory to cause it to update.
     
  3. Offline

    iFamasssxD

    Can you be more specific as to what you are trying to do?
    You could just get the CursorItem or the CurrentItem and set them to air
     
Thread Status:
Not open for further replies.

Share This Page