Skip to content
TTS-STUDIO docs Discord

Plugins / ParticleForge

ParticleForge

Effects you compose in a file, not in Java

ParticleForge is a particle effect engine for Paper 1.21.x. Twenty-four finished effects you can play immediately, and eighteen building blocks to compose your own in a YAML file — no Java, no restart.

WHY PARTICLEFORGE

WHAT YOU GET

HOW IT WORKS IN PLAYYou want a spiral of colour when somebody claims land. You copy the closest of the twenty-four effects, change its colour and its radius, reload, and preview it at your feet until it looks right. Then you point your own plugin at it by name. On a Friday night with two hundred players online, the budget keeps that effect from becoming everybody's lag.WRITING AN EFFECTA complete effect: a ring that expands while a spiral climbs through it.[CODE=yaml] id: claim_marker duration: 40 # ticks steps: - type: RING particle: END_ROD radius: 1.5 points: 24 at: 0 # tick it starts on - type: SPIRAL particle: DUST color: "#4FA3FF" height: 3.0 turns: 2 at: 0 - type: BURST particle: FIREWORK amount: 30 at: 35 [/CODE]CONFIGURATION

Keep reading