PluginBugs / Issues-CosmeticsCore

Repository used to keep track of issues of my plugin CosmeticsCore
https://lonedev.gitbook.io/cosmeticscore/
0 stars 0 forks source link

CosmeticsCore duplicate VanillaCustomizer tags on items #214

Open PSYCHEER opened 4 months ago

PSYCHEER commented 4 months ago

Terms

Discord tag (optional)

PSYCHEER

What happened?

image image

I was full armored in cosmeticscore wardrobe dressing room, changed what I wanted to, go out, all items from IA had tags, but like 4 times same tags...

Steps to reproduce the issue

I was full armored in cosmeticscore wardrobe dressing room, changed what I wanted to, go out, all items from IA had tags, but like 4 times same tags...

Server version

image

CosmeticsCore Version

image

ProtocolLib Version

image

LoneLibs Version

image

FULL server log

No response

Error (optional)

No response

CosmeticsCore config.yml

lang: en
extract_default_assets: true
cosmetics:
  max_equippable:
    body: 1
    balloon: 1
  hide_during_combat:
    enabled: true
    combat_duration_ticks: 10000
  hide_in_vanish: true
  worlds:
  - '*'
  fix_invisible_nametag: true
wardrobe_room:
  camera:
    hide_actionbar_texts: true
    rotation:
      enabled: true
    zoom:
      enabled: true
      min: 2
    fade_effect: true
    location:
      world: TheBlossomingForest
      x: 535.8351603382185
      y: 76.04603093147277
      z: -168.59570956485362
      yaw: -139.96017
      pitch: 17.849821
    use_invisibility_potion: false
  mannequin:
    location:
      world: TheBlossomingForest
      x: 537.2705260045994
      y: 74.0
      z: -170.45599985444414
      yaw: 90.292114
      pitch: 8.099422
  teleport_area:
    enter:
      world: TheBlossomingForest
      pos1:
        x: 533.0
        y: 75.0
        z: -172.0
      pos2:
        x: 533.0
        y: 74.0
        z: -170.0
    exit_location:
      world: TheBlossomingForest
      x: 532.5609902306403
      y: 74.0
      z: -170.53851553345362
      yaw: 88.79013
      pitch: 9.749842
  gui:
    cursor_default: fermented_spider_eye:9000001
    cursor_rotate: fermented_spider_eye:9000002
    cursor_pointer: fermented_spider_eye:9000003
    dyeing_pointer: fermented_spider_eye:9100003
    tutorial_gui: fermented_spider_eye:9100004
    tutorial_gui_checked: fermented_spider_eye:9100005
    slots:
      colors:
        not_owned: 195,147,57
        owned: 56,67,100
        wearing: 57,70,195
        wearing_preview: 195,120,57
        max_amount_reached: 111,111,111
      add_item_in_blank_slots:
        # This is useful only for some expert users that need to do some crazy stuff.
        # Do not enable it if you don't know what you are doing.
        enabled: false
        type: PAPER
        custom_model_data: 1337666
send_creative_hidden_hat_message: true
save:
  # Use only one at a time
  file:
    enabled: true
  mysql:
    enabled: false
    url: jdbc:mysql://my_url_database_69.com:3306/database_name
    username: username
    password: password
    table: cosmeticscore_saved
debug: false

Problematic items yml configuration file (optional)

Yes

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

No response

LoneDev6 commented 4 months ago

Remove VanillaCustomizer, join the server, check if the item still has repeated tags. If it still has repeated tags it might be due to the fact that you was in creative gamemode. Minecraft creative gamemode has issues because it thinks that packet based items are real items and apply the changes even if it's not supposed to do.

Let me know

PSYCHEER commented 4 months ago

image image enabled vanilla customizer before and after wardrobe image image without vanilla customizer before and after wardrobe both in survival without changing gamemode