renaming

Discussion in 'Plugin Development' started by chunkaymonkay, Nov 9, 2014.

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

    chunkaymonkay

    hey guys how would i change the name and lore of an item on drop? like when the item is droped the name is set to something and so would the lore?
     
  2. Offline

    Skionz

    Get the drops, get the item meta, set the display name, set the item meta.
     
  3. Offline

    Dudemister1999

    chunkaymonkay

    1. Use this event: [click]
    2. Check if it's the item you want
    3. Get the Item entity, get it's ItemStack, and set the lore/name/data as you wish.
     
Thread Status:
Not open for further replies.

Share This Page