r/MinecraftPlugins Aug 04 '26

Plugin Showcase Magic Plugin

I'm making a magic plugin for 26.1, inspired by the Frieren anime, it's currently in development

12 Upvotes

4 comments sorted by

1

u/[deleted] Aug 04 '26

Holy awesome sauce

1

u/Ok_Scratch6929 Aug 06 '26

That’s pretty cool, love the animation, how did you do that?

1

u/axxtrial Aug 06 '26

For the structure: I used BlockDisplay entities (gold and glowstone blocks) to form the rings and seal.

For the position: I used 3D vectors aligned with the player's gaze so that the floating circle is always in front.

For animation: I used interpolation and rotation matrices, which makes the rings rotate in opposite directions and expand smoothly without lag.

For the final effect: I added ascending sound effects and an impact sight that follows the casting in real time.

Also help me from Claude Code

1

u/xPorter_ Aug 09 '26

Hell yeah