AdmincraftA
Admincraft17mo ago
Swift

shop plugin suggestions (that support custom nbt)`

I'm looking for a shop plugin that would allow me to give items with custom nbt.

Anything that works would be lovely. Or a way to convert some nbt data to a /give command, either or.

Nbt data example: (json format)
{
  "minecraft:custom_name": "{\"extra\":[{\"bold\":false,\"color\":\"#68DE99\",\"italic\":false,\"obfuscated\":false,\"strikethrough\":false,\"text\":\"Fertilizer\",\"underlined\":false}],\"text\":\"\"}",
  "minecraft:custom_data": {
    "PublicBukkitValues": {
      "litefarm:id": "1723934876003"
    }
  }
}


Paid of free does not matter
Was this page helpful?