You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
Thanks for submitting your awesome plugin here and providing a delightful README. π·
Check this one out and I will share any issues I find. We can discuss on them to fix them. ππ»ββοΈ
Note that it would be great if you ensure me that this repository will be up to date. (As I checked, this repository contains your plugin's source code. If I am wrong please provide a view access to me.)
The text was updated successfully, but these errors were encountered:
I was testing your plugin that I just encountered an issue.
Challenge counter will be very fast after repeating the /challenge
At the first time I used /challenge, the counter was fine. It was counting normally. Exactly 1 per second. But for the second and third time counter was counting faster. I guess it grows linearly because of storing the history of challenges in a data-structure without destroying the unsuccessful challenges.
To Reproduce
Steps to reproduce the behavior:
Start the server with the plain plugin with no data saved.
Connect two players. Let call them p1 and p2.
p1 command: /challenge p2
Wait until the counter ends.
Do the 3rd step again.
Expected behavior
I expected normal behavior to remain the same.
HELLOO and Thank you so much for submitting your problem.π
I am so sorry you faced this bug. I kinda was aware of the problem but I don't know why I forgot to fix it.
The problem was because I used an old code (Minecraft 1.8 old π€¦ββοΈ), it's now fixed and I'll update it as soon as possible.
Thank you again for sharing this problem and if you happen to face more bugs I'd be happy to fix them for you.π
P.S: happy you liked the README file :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear @L000Pz
Thanks for submitting your awesome plugin here and providing a delightful README. π·
Check this one out and I will share any issues I find. We can discuss on them to fix them. ππ»ββοΈ
Note that it would be great if you ensure me that this repository will be up to date. (As I checked, this repository contains your plugin's source code. If I am wrong please provide a view access to me.)
The text was updated successfully, but these errors were encountered: