

ParticleAnimationLibCommands
An extension for the ParticleAnimationLib library that adds a convenient command system for creating and managing particle special effects! The perfect solution for server administrators and regular players who want to decorate their world with impressive visual effects without deep technical knowledge.
Using simple commands, you can create various particle animations of different shapes and configurations. The mod is completely server-side, so installation on the client side is not required. Inspired by the well-known EffectLib plugin for CraftBukkit servers.
The following visual effects are currently available:
3D Effects
- Animated Sphere
- Static Sphere
- Rectangular Parallelepiped
- Vortex
- Cone
- Toroidal Shape (Donut)
2D Effects
- Arc Line
- Straight Line
- Animated Circle
- Images
- Text Effects
Important Note: The main ParticleAnimationLib library is required as a separate mod for operation!
Watch the mod's capabilities demonstration in our video review:
Video demonstration of some effects from version 0.0.1
Using Commands
To manage effects, use the pal
or particleanimationlib
commands with TAB auto-completion. Since there are quite a few parameters, it is recommended to first review the detailed documentation and instructions.
Quick launch of any effect demo is done with the command: /pal <effect_name> demo <particle_type> <position> <duration>
Separate Project
This extension was separated into an independent project for ease of support and updates. The developer's main efforts are focused on developing the main library designed for mod creators, so updates to the command part may appear with some delay. The separation allows the main library to work in various Minecraft versions without the need to rebuild for each game update.
Technical Features
This modification (based on the main PAL library) was created under the influence of the EffectLib plugin from the elBukkit team. The effects were adapted and improved for compatibility with Fabric/Forge mods, with additional functionality added.
Licensing
The project is distributed under the MIT license