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

The plugin prevents you from leaving wardobe by canceling teleport #250

Closed w1th0utme closed 4 weeks ago

w1th0utme commented 3 months ago

Terms

Discord tag (optional)

No response

What happened?

For some reason, there's no way to leave wardobe. I just get teleported to the exit point and then back to wardobe location.

video: https://kappa.lol/R-F_j

Steps to reproduce the issue

  1. Create a wardobe
  2. Enter it
  3. Try to get out

Server version

Pufferfish 1.20.4

CosmeticsCore Version

1.3.0-release-1

ProtocolLib Version

5.2.0-SNAPSHOT-679

LoneLibs Version

1.0.55

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
  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: -203.20025675570966
      y: 64.62000000476837
      z: 147.30000001192093
      yaw: -34.446594
      pitch: 4.1149244
  mannequin:
    location:
      world: world
      x: -201.5095365095503
      y: 63.0
      z: 150.11131923853088
      yaw: -179.23967
      pitch: 3.217445
  teleport_area:
    enter:
      world: world
      pos1:
        x: -200.0
        y: 66.0
        z: 146.0
      pos2:
        x: -205.0
        y: 63.0
        z: 151.0
    exit_location:
      world: world
      x: -200.82611515072082
      y: 63.0
      z: 139.3474395200696
      yaw: 4.70674
      pitch: 10.24767
  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://127.0.0.1:3306/cosmetics
    username: user
    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 response

Ruler233 commented 2 months ago

I'm the same