A plugin for minigames for the 2024 Halloween event
Go to file
Teriuihi 3411a38946 Fix entity destruction packet write method in HoverText.java
Changed the method from getIntegerArrays() to getIntegers() to ensure the correct destruction packet is sent. This fixes an issue where entities were not being correctly destroyed, thereby preventing potential memory leaks and display errors.
2024-10-20 19:22:13 +02:00
gradle/wrapper Initial commit 2024-10-20 19:05:26 +02:00
src/main Fix entity destruction packet write method in HoverText.java 2024-10-20 19:22:13 +02:00
.gitignore Initial commit 2024-10-20 19:05:26 +02:00
build.gradle.kts Initial commit 2024-10-20 19:05:26 +02:00
gradlew Initial commit 2024-10-20 19:05:26 +02:00
gradlew.bat Initial commit 2024-10-20 19:05:26 +02:00
Jenkinsfile Initial commit 2024-10-20 19:05:26 +02:00
settings.gradle.kts Initial commit 2024-10-20 19:05:26 +02:00
TODO.MD Initial commit 2024-10-20 19:05:26 +02:00