PluginBugs / Issues-ItemsAdder

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

"/iaemote cancel" or "/iacancelemote" or "/iaemote <emotename> <playername> cancel" #3178

Open glutaminus opened 10 months ago

glutaminus commented 10 months ago

Terms

Discord tag (optional)

No response

Describe the solution you'd like

I want more ways to stop player from emote instead of only take damage or sneak etc. by having command so we can stop emotes through other mechanics.

Is your feature request related to a problem?

i wanna make some advanced skill with itemsadder emotes and cancel emote by just using options we have right now is not enough. also this is related to this bug #3177

Describe alternatives you've considered

if you can fix the #3177 bug. because I always use this "short emote" to cancel emote.

Additional context

3177

github-actions[bot] commented 10 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 10 months ago

You should use the API for this kind of stuff instead of commands or trigger sneak manually, it's cleaner. Why not using the API for that?

glutaminus commented 10 months ago

Sneak option is like something player can choose, I use it but, there are sometimes when I don't want player to choose whether they want to stop or not.

for example, I made a sneak near the wall to climb skript. which I will also use a loop-type emote and I don't want it to be stopped because player is sneaking, I want emote to stop when player toggle off the sneaking, so this is why I need to use outside script where it will run "/iaemote cancel" (which rn I used the 0.05 sec emote instead) whenever player turn off the sneak. and the problem we have here right now is that player will become invisible if they sneak after playing short emote.

https://github.com/PluginBugs/Issues-ItemsAdder/assets/90768288/985eece8-1edf-4ed5-9224-e38c94109a7d

LoneDev6 commented 10 months ago

I will implement an API method to stop running emotes for a player and also implement the command.