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

1.20.4 - Lags when moving an item #199

Closed jeongys1019 closed 8 months ago

jeongys1019 commented 10 months ago

Terms

Discord tag (optional)

sik1019

What happened?

My server version 1.20.1 -> 1.20.4 Update It's lagging too much when I flied and teleport function use.

If 20 people on my server move A tick over occurs. What's the problem?

Steps to reproduce the issue

  1. 1.20.4
  2. teleport or fly or Move fast [ 10 or more people ]
  3. tick over for a bit
  4. sometimes shutdown bukkik

Server version

git-paper-377 (MC: 1.20.4)

CosmeticsCore Version

CosmeticsCore_1.2.3b

ProtocolLib Version

5.2.0-SNAPSHOT-679

LoneLibs Version

1..0.42

FULL server log

[Server thread/WARN]: playername moved too quickly! -26403.961644422983,0.0,-19927.19999998808

Error (optional)

.

CosmeticsCore config.yml

lang: en
extract_default_assets: true
cosmetics:
  max_equippable:
    body: 2
    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
    rotation:
      enabled: true
    zoom:
      enabled: true
      min: 2
    fade_effect: true
    location:
      world: world
      x: 411.51084615644197
      y: 31.62000000476837
      z: 68.56551800749988
      yaw: 0.6062622
      pitch: 1.3679266E-5
  mannequin:
    location:
      world: world
      x: 411.5
      y: 30.0
      z: 73.5
      yaw: -177.89375
      pitch: -2.2500837
  teleport_area:
    enter:
      world: world
      pos1:
        x: 413.0
        y: 15.0
        z: 80.0
      pos2:
        x: 409.0
        y: 12.0
        z: 80.0
    exit_location:
      world: world
      x: 411.4340668370109
      y: 12.0
      z: 76.35736897706255
      yaw: 179.85805
      pitch: -0.14995582
  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: false
debug: false

Problematic items yml configuration file (optional)

No response

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

.

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

캡처4 캡처 캡처2 캡처3

LoneDev6 commented 9 months ago

Strange. This will be checked as soon as possible, didn't encounter this issue before.