[$15 REWARD] Need help adding a Mythic Mobs Item to ShopGUI+

Jake4

Premium
Feedback score
5
Posts
851
Reactions
287
Resources
0
Hey,
I'm having an issue adding my MythicMobs Item to ShopGUI+, This is because of stupid NBT data Mythic Mobs adds to items created by them. (The problem is that the items do not match, so I can't sell the mythicmob item on /shop because the NBT data is slightly different).
If you believe you are able to do this, DM me on discord @ Jake4#2664
If you cannot DM me without being in the same server as me, join https://discord.com/invite/ZRmyCpp .


Mythic Mobs Item that I have
YAML:
EnchantedCod:
  Id: COD
  Data: 0
  Display: "&f&lEnchanted Cod"
  Lore:
  - "&7This item can be sold for &fHigh Value"
  - "&7on the server shop (/shop)"
  Enchantments:
  - DURABILITY:1
  Hide:
  - ENCHANTS
  Options:
    AppendType: false

ShopGUI+ Item (That I attempted to create for it)
YAML:
      7:
        type: item
        item:
          material: COD
          name: "&f&lEnchanted Cod"
          lore:
            - "&7This item can be sold for &fHigh Value"
            - "&7on the server shop (/shop)"
          quantity: 1
          enchantments:
            - DURABILITY:1
          flags:
            - HIDE_ENCHANTS
          nbt:
            1:
              type: INT
              key: MYTHIC_ITEM_VERSION
              value: 1
            2:
              type: INT
              key: HideFlags
              value: 1
        buyPrice: 24
        sellPrice: 18
        slot: 21

Enchanted Cod NBT Data (From MythicMobs)
JSON:
{
   "id":"minecraft:cod",
   "tag":{
      "Enchantments":[
         {
            "id":"minecraft:unbreaking",
            "lvl":1s
         }
      ],
      "MYTHIC_ITEM_VERSION":1,
      "display":{
         "Name":"{\"bold\":true,\"italic\":false,\"color\":\"white\",\"text\":\"Enchanted Cod\"}",
         "Lore":[
            "{\"italic\":false,\"color\":\"gray\",\"extra\":[{\"color\":\"white\",\"text\":\"High Value\"}],\"text\":\"This item can be sold for \"}",
            "{\"italic\":false,\"color\":\"gray\",\"text\":\"on the server shop (/shop)\"}"
         ]
      },
      "HideFlags":1
   },
   "Count":1b
}

Enchanted Cod NBT Data (From ShopGUI+)
JSON:
{
   "id":"minecraft:cod",
   "tag":{
      "MYTHIC_ITEM_VERSION":1,
      "Enchantments":[
         {
            "id":"minecraft:unbreaking",
            "lvl":1s
         }
      ],
      "HideFlags":1,
      "display":{
         "Name":"{\"extra\":[{\"bold\":true,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false,\"color\":\"white\",\"text\":\"Enchanted Cod\"}],\"text\":\"\"}",
         "Lore":[
            "{\"extra\":[{\"bold\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false,\"color\":\"gray\",\"text\":\"This item can be sold for \"},{\"italic\":false,\"color\":\"white\",\"text\":\"High Value\"}],\"text\":\"\"}",
            "{\"extra\":[{\"bold\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false,\"color\":\"gray\",\"text\":\"on the server shop (/shop)\"}],\"text\":\"\"}"
         ]
      }
   },
   "Count":1b
}
 
Type
Requesting
Provided by
Individual
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.
Top