toppev / strikepractice-public

StrikePractice bug tracking and some free resources
2 stars 3 forks source link

[BUG] Fight end message send sequence #13

Closed Yurinann closed 1 year ago

Yurinann commented 1 year ago

Describe the bug Sometimes message sequence not normal when a fight ends.

To Reproduce Steps to reproduce the behavior:

  1. Start a fight
  2. fight end
  3. display the message

Expected behavior all messages look like normal.

Screenshots Normal: image

Bug: image

Errors and console logs none

Checklist

Versions:

Other plugins ImanityPracticeAddon, ViaVersion, ViaRewind, ViaRewind-legacy-support, ...

Additional context none

toppev commented 1 year ago

That is 1.8.8 spigot, right? Did you try if that happens on regular spigot or paper (not a fork)? And how often does it happen? Can you post that part of your config?

toppev commented 1 year ago

Oh nvm, it happens because some parts are sent separately which may cause that. Will look into fixing it.

Yurinann commented 1 year ago

Hello, I wonder if I can try a latest build version? (I find the dev-build bot in discord but i didn't find a way to download it)

toppev commented 1 year ago

Hello, I wonder if I can try a latest build version? (I find the dev-build bot in discord but i didn't find a way to download it)

The devbuilds are no longer available. I will most likely update this to spigot within 1 week, most likely next weekend if not before.

I'll close this issue as the problem has been fixed in the code now

Yurinann commented 1 year ago

Hello, I wonder if I can try a latest build version? (I find the dev-build bot in discord but i didn't find a way to download it)

The devbuilds are no longer available. I will most likely update this to spigot within 1 week, most likely next weekend if not before.

I'll close this issue as the problem has been fixed in the code now

ok, thanks!

Yurinann commented 1 year ago

Hello, I wonder if I can try a latest build version? (I find the dev-build bot in discord but i didn't find a way to download it)

The devbuilds are no longer available. I will most likely update this to spigot within 1 week, most likely next weekend if not before.

I'll close this issue as the problem has been fixed in the code now

@toppev and this issue not only happens in fight-end message it also in some messages that use more lines like this:

  countdown-go: |
    \n
    &8&m----------------------------
    &b&lReunion &8| &f<kit>
    \n
    &7对手 &f<opponent> &8| &7地图 &f<arena>
    \n
    &b&l战斗开始!
    &8&m----------------------------

I set this from one line to more lines, and it sometimes will be disorganized.