PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
55 stars 21 forks source link

Some issues with entities #1663

Closed Palgia closed 2 years ago

Palgia commented 2 years ago

Discord tag (optional)

Palgia#3428

What happened?

I'm using the new method for custom entities.

Sometimes when they walk, their models is not facing right direction, they walk backwards.

Another bug more important: after spawning, some mobs are glitched after a while. For example, I spawned a mob, and got afk for 1 hour. When I came back, I found this: 2022-04-25_23 43 15

Steps to reproduce the issue

Spawn your mob and that's it.

Server version

Paper git-Paper-132

ItemsAdder Version

3.1.1

ProtocolLib Version

4.8.0

LoneLibs Version

1.0.18

Problematic items yml configuration file (optional)

soul_stealer:
    display_name: "Soul stealer"
    type: WITHER_SKELETON
    model_folder: entity/soul_stealer
    silent: false
    can_sun_burn: false
    speed:
      movement: 1
      flying: 1
    max_health: 40
LoneDev6 commented 2 years ago

Entities walking backwards:

I'll try to find a fix for that problem, seems it's because of my body/head rotation fix which avoids entities from looking stuttering while turning (vanilla mobs have this problem, you can notice that on zombies).

Other bug

after spawning, some mobs are glitched after a while.

This issue is hard to identify, I'll try to find a solution

Palgia commented 2 years ago

Entities walking backwards:

I'll try to find a fix for that problem, seems it's because of my body/head rotation fix which avoids entities from looking stuttering while turning (vanilla mobs have this problem, you can notice that on zombies).

Other bug

after spawning, some mobs are glitched after a while.

This issue is hard to identify, I'll try to find a solution

I think it was a server issue, because it never happened again. I don't know what caused this.

LoneDev6 commented 2 years ago

Fixed in the upcoming update https://streamable.com/qp5kpj