lolz ; update

This commit is contained in:
rattatwinko
2025-05-02 15:10:15 +02:00
parent f78cf1b9d9
commit 6f4e9e5063

View File

@@ -113,6 +113,7 @@ class CrossBowShoot : JavaPlugin(), Listener {
} }
} }
private fun handlePlayerTrails() { private fun handlePlayerTrails() {
// Find players who have recently been launched // Find players who have recently been launched
for (player in server.onlinePlayers) { for (player in server.onlinePlayers) {
@@ -280,7 +281,7 @@ class CrossBowShoot : JavaPlugin(), Listener {
1, 0.0, 0.0, 0.0, 0.0 1, 0.0, 0.0, 0.0, 0.0
) )
// Add flame particles for rocket effect // Add flame particles for flame effects
player.world.spawnParticle( player.world.spawnParticle(
org.bukkit.Particle.FLAME, org.bukkit.Particle.FLAME,
player.location.clone().add(0.0, 1.0, 0.0), player.location.clone().add(0.0, 1.0, 0.0),