/give quantum armor

  • I want players to get quantum armor that actually works with BuyCraft. Currently, players are getting full charged quantum that does not work and dying when they buy quantum.
    Below, the players get the quantum and the quantum does not work.
    /give {name} 30174:1
    /give {name} 30173:1
    /give {name} 30172:1
    /give {name} 30171:1
    Should I be using a different data value or something?

  • Every IC2 item has nbttagcompond. There is key "charge" that contains the charge of item. TMI (or /give as in this example) gives you an item where nbttagcompound = null, and charge is also null (easy-to-say, it has damage value = 1, but charge is zero). You have to place it in charge slot to set up nbttag and see actual charge state.
    Give your players {ID}:27 of any electric item.