ActionParticles

⭐ — (0 endorsements) 📥 29 downloads 📌 v1.0.0 📅 7/5/2026
🟡 Updated this year

By Kiola · decoration

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/30/2026 📅 Created: 7/5/2026

🔍 Analysis

  • 🏆 #6 of 33 decoration mods in this game by downloads

📋 About This Mod

**ActionParticles** is a lightweight and highly customizable plugin for Minecraft servers that adds visual particle effects for various player actions. **Features:** - Spawns particles on player join, quit, death, and teleport - Fully configurable via configuration file - Support for multiple particle types per event - Configurable delay before particle spawn - Random particle selection from configured list - Asynchronous particle spawning for better performance - Permission-based bypass system for each event - Reload configuration without server restart - Test command to preview particles for any event **Commands:** - `/actionparticles reload` or `/aparticles reload` - Reload configuration - `/actionparticles test <event>` or `/aparticles test <event>` - Test particles for a specific event - `/actionparticles help` or `/aparticles help` - Show help menu **Events:** - `join` - Triggers when player joins the server - `quit` - Triggers when player leaves the server - `death` - Triggers when player dies - `teleport` - Triggers when player teleports **Permissions:** - `actionparticles.use` - Allows using commands - `actionparticles.reload` - Allows reloading configuration - `actionparticles.test` - Allows testing particles - `actionparticles.bypass` - Bypass all particle effects - `actionparticles.bypass.join` - Bypass join particles - `actionparticles.bypass.quit` - Bypass quit particles - `actionparticles.bypass.death` - Bypass death particles - `actionparticles.bypass.teleport` - Bypass teleport particles **Configuration:** Each event (join, quit, death, teleport) can be independently configured with: - `enabled` - Enable/disable particle spawning for this event - `delay` - Delay in ticks before spawning (-1 for instant) - `particles` - List of particle types with customizable count, speed, offset, and position <details> <summary>Example config.yml</summary> ```yaml particles: on-join: enabled: true delay: -1 # Delay in ticks (-1 for instant) particles: - type: "FIREWORKS_SPARK" count: 100 speed: 0.1 offset: x: 0.1 y: 0.5 z: 0.1 position: x: 0.0 y: 1.0 z: 0.0 on-quit: enabled: true delay: -1 particles: - type: "ASH" count: 150 speed: 1.0 offset: x: 0.1 y: 0.5 z: 0.1 position: x: 0.0 y: 1.0 z: 0.0 - type: "SMOKE" count: 100 speed: 0.1 offset: x: 0.2 y: 0.6 z: 0.2 position: x: 0.0 y: 1.2 z: 0.0 on-death: enabled: true delay: -1 particles: - type: "SMOKE" count: 150 speed: 0.1 offset: x: 0.1 y: 0.5 z: 0.1 position: x: 0.0 y: 1.0 z: 0.0 on-teleport: enabled: true delay: -1 particles: - type: "ENCHANT" count: 100 speed: 0.5 offset: x: 0.1 y: 0.5 z: 0.1 position: x: 0.0 y: 1.0 z: 0.0 - type: "PORTAL" count: 200 speed: 0.3 offset: x: 0.1 y: 0.5 z: 0.1 position: x: 0.0 y: 1.0 z: 0.0 ``` </details> ## Have an idea for plugin update? * Join our (https://discord.gg/ZpXerhFQjS)!

ActionParticles is a lightweight and highly customizable plugin for Minecraft servers that adds visual particle effects for various player actions.

Features: - Spawns particles on player join, quit, death, and teleport - Fully configurable via configuration file - Support for multiple particle types per event - Configurable delay before particle spawn - Random particle selection from configured list - Asynchronous particle spawning for better performance - Permission-based bypass system for each event - Reload configuration without server restart - Test command to preview particles for any event

Commands: - `/actionparticles reload` or `/aparticles reload` - Reload configuration - `/actionparticles test ` or `/aparticles test ` - Test particles for a specific event - `/actionparticles help` or `/aparticles help` - Show help menu

Events: - `join` - Triggers when player joins the server - `quit` - Triggers when player leaves the server - `death` - Triggers when player dies - `teleport` - Triggers when player teleports

Permissions: - `actionparticles.use` - Allows using commands - `actionparticles.reload` - Allows reloading configuration - `actionparticles.test` - Allows testing particles - `actionparticles.bypass` - Bypass all particle effects - `actionparticles.bypass.join` - Bypass join particles - `actionparticles.bypass.quit` - Bypass quit particles - `actionparticles.bypass.death` - Bypass death particles - `actionparticles.bypass.teleport` - Bypass teleport particles

Configuration: Each event (join, quit, death, teleport) can be independently configured with: - `enabled` - Enable/disable particle spawning for this event - `delay` - Delay in ticks before spawning (-1 for instant) - `particles` - List of particle types with customizable count, speed, offset, and position

Example config.yml ```yaml particles: on-join: enabled: true delay: -1 # Delay in ticks (-1 for instant) particles: - type: "FIREWORKS_SPARK" count: 100 speed: 0. 1 offset: x: 0. 1 y: 0. 5 z: 0. 1 position: x: 0. 0 y: 1. 0 z: 0. 0

on-quit: enabled: true delay: -1 particles: - type: "ASH" count: 150 speed: 1. 0 offset: x: 0. 1 y: 0. 5 z: 0. 1 position: x: 0. 0 y: 1. 0 z: 0. 0 - type: "SMOKE" count: 100 speed: 0. 1 offset: x: 0. 2 y: 0. 6 z: 0. 2 position: x: 0. 0 y: 1. 2 z: 0. 0

on-death: enabled: true delay: -1 particles: - type: "SMOKE" count: 150 speed: 0. 1 offset: x: 0. 1 y: 0. 5 z: 0. 1 position: x: 0. 0 y: 1. 0 z: 0. 0

on-teleport: enabled: true delay: -1 particles: - type: "ENCHANT" count: 100 speed: 0. 5 offset: x: 0. 1 y: 0. 5 z: 0. 1 position: x: 0. 0 y: 1. 0 z: 0. 0 - type: "PORTAL" count: 200 speed: 0. 3 offset: x: 0. 1 y: 0. 5 z: 0. 1 position: x: 0. 0 y: 1. 0 z: 0. 0 ```

## Have an idea for plugin update?

* Join our (https://discord.gg/ZpXerhFQjS)!

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Kiola
Version
1.0.0
Downloads
29
Endorsements
0
Category
decoration
Created
7/5/2026
Updated
6/30/2026
Game Versions
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
Tags
decoration, management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does ActionParticles support?

The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.

What is the latest version of ActionParticles?

Version 1.0.0, published 2026-06-30 with 29 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More decoration 👤 More by Kiola 🔎 Similar Mods 🌐 Best decoration (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods