# Custom Effect Format BattleArena has support for custom effects in a few places that are primarily cosmetic. ### Particle
**Name** | **Description** | **Type** |
particle | The name of the particle. See [Particle](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html). | <Particle> |
speed | The speed of the particle. | <number> |
count | The number of particles to display. | <number> |
offset | The offset of the particle. | Position: <x,y,z> |
data | The data for the particle. | Will vary for each particle (i.e. item\_crack will use [Item](https://docs.bplug.in/books/user-guide/page/item-syntax)) |
**Name** | **Description** | **Type** |
firework-type | The type of firework to display. See [FireworkEffect.Type](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/FireworkEffect.Type.html). | <FireworkEffect.Type> |
flicker | Whether the firework should flicker. | <true|false> |
trail | Whether the firework should have a trail. | <true|false> |
colors | The colors of the firework. | Color list: - \[#<hex>...\] |
fade-colors | The colors the firework should fade to. | Color list: - \[#<hex>...\] |
**Name** | **Description** | **Type** |
duration | How long to freeze the player for. See [Time Format](https://docs.bplug.in/books/user-guide/page/time-format). | <Duration> |
radius | In what radius players should be frozen for, if applicable. | <number> |