PluginBugs / Issues-ItemsAdder

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

using emote with short duration will make player invisible if they sneak after emote end. #3177

Open glutaminus opened 11 months ago

glutaminus commented 11 months ago

Terms

Discord tag (optional)

No response

What happened?

when using emote with short duration (0.05 for example) after that if player press sneak, they will be invisible.

Steps to reproduce the issue

  1. playing emotes with short duration.
  2. press sneak button.
  3. become invisible.

Server version

git-Purpur-1985 (MC: 1.19.4)

ItemsAdder Version

3.6.2-beta-r4

ProtocolLib Version

5.1.1-SNAPSHOT-673

LoneLibs Version

1.0.27

FULL server log

No response

Error (optional)

No response

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)

github-actions[bot] commented 11 months ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

LoneDev6 commented 11 months ago

Please can you provide an emote file example? Also a video? Anyway 0.05 is an extremely low duration for an emote, I don't think it's something should really be possible.

glutaminus commented 11 months ago

https://github.com/PluginBugs/Issues-ItemsAdder/assets/90768288/92b08f43-b21c-44e6-996f-1600fd652b6e

glutaminus commented 11 months ago

I used to use this emote back then so I think it is possible, this is possible as well but after I press shift that's what happened. https://www.dropbox.com/scl/fi/0bwrsa06ajulovb6v5baj/cancel.iaentitymodel?rlkey=u7l2857ejmdejhgbewcwvrynh&dl=0

LoneDev6 commented 11 months ago

You should not really create that short emotes, it lasts like less than 1 second, so please create an emote of at least 1-2 seconds and test. I'm not sure what you're trying to achieve with such short emotes.

glutaminus commented 11 months ago

Well, back then before I update I think there's no such problem like this? What I'm trying to achieve is, I use this emote as a canceler, when player is playing any other emote, I will cancel them with this short emote with some conditions rather than just sneak or take damage etc. Please take a look at my latest comment in #3178

So it's either I need this bug to be fixed or new command to cancel emote. (sorry if I shouldn't create new issue like this, since I thought they're bug report and feature request)

But if you feel that short emote like this shouldn't exist, I want you to atleast add more way to stop emote such as using command (which is probably could be the best for creating some advanced works)