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] Unhandled exception occurred in onPacketSending(PacketEvent) #242

Open SrMonsterYT opened 2 weeks ago

SrMonsterYT commented 2 weeks ago

Terms

Discord tag (optional)

mauriciooficial

What happened?

sometimes some players get this bug, and another NPC appears inside the closet, and an error appears on the console:

video: https://www.youtube.com/watch?v=erCKJrHmYiQ

error: https://mclo.gs/H9XWxuh

Steps to reproduce the issue

enter the closet

Server version

git-Pufferfish-47 (MC: 1.20.4

CosmeticsCore Version

CosmeticsCore_1.3.0-release-1

ProtocolLib Version

5.3.0-SNAPSHOT-699

LoneLibs Version

LoneLibs 1.0.54

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: 1200
  fix_invisible_nametag: true
  hide_in_vanish: true
  worlds:
  - '*'
wardrobe_room:
  camera:
    hide_actionbar_texts: true
    use_invisibility_potion: false
    rotation:
      enabled: true
    zoom:
      enabled: true
      min: 2
    fade_effect: true
    location:
      world: world
      x: -268.2874916037305
      y: 77.62000000476837
      z: 18.129521984367553
      yaw: -105.29559
      pitch: 1.4961798
  mannequin:
    location:
      world: world
      x: -259.5618307035916
      y: 76.0625
      z: 16.4677081782611
      yaw: 88.35501
      pitch: -2.550044
  teleport_area:
    enter:
      world: world
      pos1:
        x: -270.0
        y: 78.0
        z: 14.0
      pos2:
        x: -270.0
        y: 76.0
        z: 18.0
    exit_location:
      world: world
      x: -272.7766411205636
      y: 76.0
      z: 16.600423822948617
      yaw: 89.85449
      pitch: 0.44618958
  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: 33,64,103
        owned: 56,67,100
        wearing: 57,70,195
        wearing_preview: 0,98,220
        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: false
  mysql:
    enabled: true
    url: ...
    username: ...
    password: ...
    table: ...
debug: false

Problematic items yml configuration file (optional)

No response

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

PSYCHEER commented 6 days ago

https://mclo.gs/HhLLngT Same issue here, steps to reproduce Have a cosmetic on head, put a carved pumpkin on head for cinematic overlay Sometimes overlay doesnt show up bcz of cosmetic on head(with disabled cosmetics on head, it works as should) image