Changing ALL of certain item to a name

Discussion in 'Plugin Development' started by Hoolean, Feb 19, 2013.

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

    Hoolean

    Hey guys! What would be the most efficient way of renaming every item of a certain type to something else, preferably without packets although I will result to that if that will end up being the easiest way :)

    E.g. ALL["Cocoa Beans"] --> ["Cookie Plant Children"]
     
  2. Offline

    ZeusAllMighty11

    What is 'everything'??

    Is it literally every item, block, mob, potion, armour, tool, etc?
     
  3. Offline

    Hoolean

    Sorry I didn't make myself clear :)

    In this case, every material, so like the example above, every cocoa bean get's renamed to the chosen alternative :D
     
  4. Offline

    Deckerz

    Do a for loop, for every item in inventory of every player and same when a chest is opened and when something is crafted and change the meta then
     
  5. Offline

    gomeow

Thread Status:
Not open for further replies.

Share This Page