Skip to content

Fix particle API incompatibility for modern Bukkit/Spigot versions#53

Open
ljlericson wants to merge 1 commit intokous500:mainfrom
ljlericson:fix-particle-api
Open

Fix particle API incompatibility for modern Bukkit/Spigot versions#53
ljlericson wants to merge 1 commit intokous500:mainfrom
ljlericson:fix-particle-api

Conversation

@ljlericson
Copy link
Copy Markdown

This PR allows CurveBuilding to function in Minecraft version 1.21.11 by updating the SendParticles class to work with modern Bukkit/Spigot versions.

Changes:

  • Removed references to ParticleTypeMotion which no longer exists in the current API
  • Replaced ParticleNativeAPI usage with Bukkit's native particle system
  • Tested in Minecraft 1.21.11 Paper and verified that the particle effects render correctly

Not included:

  • No config version changes
  • Did not intentionally modify particle colours beyond compatibility fixes

@Wargroy
Copy link
Copy Markdown

Wargroy commented Apr 14, 2026

Could you share the jar?

@ljlericson
Copy link
Copy Markdown
Author

ljlericson commented Apr 14, 2026

I'd recommend that you build it yourself for security reasons. You can build my version by cloning my forked repository and build with './gradlew curvebuilding-bukkit:build'. Let me know if you need any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants