A plugin for minigames for the 2024 Halloween event
Go to file
Teriuihi d3d0aa182d Refactor armor stand spawning logic
Add pitch and yaw values to the spawn packet and use EntityType.ARMOR_STAND for setting the entity type. This change ensures the armor stand is created with the correct orientation and type.
2024-10-20 20:29:38 +02:00
gradle/wrapper Initial commit 2024-10-20 19:05:26 +02:00
src/main Refactor armor stand spawning logic 2024-10-20 20:29:38 +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