LaserSlime
LaserSlime
If I open the same gui for multiple players at once and one of them clicks a GuiStateElement, the Element is changed for the other players too. If I understand...
If you double click a GuiElement and let's say print out a message each time it is clicked, you get 3 messages instead of only 2.
- [x] This issue is not solved in a development build **Describe the bug** ``` [14:27:07] [Server thread/ERROR]: [AntiHealthIndicator] Unhandled exception occurred in onPacketSending(PacketEvent) for AntiHealthIndicator java.util.ConcurrentModificationException: null at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:970)...
**Describe the bug** The display name and lore of item stacks is always italic. Even when putting a §r at the beginning of the string. The only way to prevent...
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no If you...
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no In BungeeCord...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Currently there...
### Repro steps When I try to intercept my app, it fails to download some files for some reason. The downloads appear to just get stuck and the file remains...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no What will...
This plugin keeps references to worlds even after they are unloaded. This prevents the garbage collection from removing them properly, causing memory leaks in the long run. ...