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

Cosmestic didnt vanish with vanish user #151

Closed Duhhero closed 1 year ago

Duhhero commented 1 year ago

Terms

Discord tag (optional)

shiroe7654

What happened?

CosmesticCore cosmestic didnt vanish with vanish user

for example: a Mod go into vanish mode, their packback float on air and follow them whenever they go

Steps to reproduce the issue

  1. wear any cosmestic (prefer body)
  2. go /vanish or /v (need plugin that have vanish)
  3. and cosmestic will floating and follow the vanish player

Server version

1.20.1

CosmeticsCore Version

CosmeticsCore_1.2.2f

ProtocolLib Version

ProtocolLib #660

LoneLibs Version

LoneLibs 1.0.25

FULL server log

No Error log

Error (optional)

No response

CosmeticsCore config.yml

lang: en
extract_default_assets: true
cosmetics:
  max_equippable:
    body: 3
    balloon: 2
wardrobe_room:
  camera:
    hide_actionbar_texts: true
    rotation:
      enabled: true
    zoom:
      enabled: true
      min: 2
    fade_effect: true
    location:
      world: spawn
      x: -126.5872291610669
      y: 73.25656304775924
      z: 49.636192325254754
      yaw: 123.13599
      pitch: -1.6965828
  mannequin:
    location:
      world: spawn
      x: -131.5
      y: 72.0
      z: 46.5
      yaw: -89.98516
      pitch: 3.2512186
  teleport_area:
    enter:
      world: flat
      pos1:
        x: 167
        y: -61
        z: 42
      pos2:
        x: 167
        y: -57
        z: 37
    exit_location:
      world: spawn
      x: -129.4590894429077
      y: 71.0
      z: 45.50685242456869
      yaw: -96.00281
      pitch: 11.884093
  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)

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 screenshot can take

LoneDev6 commented 1 year ago

Will be checked, although vanish should already be supported. Thanks for the patience!

LoneDev6 commented 1 year ago

This happens because you didn't set a teleport area portal. Anyway I will fix that in the next update so that you won't be required to set a teleport area portal for vanish to work.