How to remove item from inventory with specific name like "Ammo"

Discussion in 'Plugin Development' started by space1188, Feb 7, 2016.

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

    space1188

    Im making a gun plugin but i need to remove ammo from inventory. but the the ammo is renamed to ammo and how would i remove it from the inventory.
     
  2. Offline

    Irantwomiles

    loop through player inventory, get the itemmeta of the items and if the display name is ammo remove it.
     
Thread Status:
Not open for further replies.

Share This Page