FnS

Discussion in 'Plugin Development' started by 4lmutairi, Aug 10, 2015.

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

    4lmutairi

    How to make the flint and steel have 1 use when you kill 1 another use would be added like (play.destinymc.de)
     
  2. Offline

    Eos

    What?
     
  3. Offline

    ChipDev

    Erm.. what have you started with?
    Also, Don't copy others.
     
  4. Offline

    Cycryl

    simple:
    Code:
    ItemStack is = new ItemStack(Material.FLUNT_AND_STEEL);
    is.setDurability(0); //one use left;
    is.setDurability(1); //two uses left;
    :)
     
Thread Status:
Not open for further replies.

Share This Page