Examples & Usages

View some basic examples of effect creation and the uses of them.

Examples

A normal particle: /be create EXAMPLE SLIME
A normal particle spanning multiple blocks: /be create EXAMPLE HEART Modifying the particle to span multiple blocks: /be modify EXAMPLE OFFSET 3 3 3 (Uses XYZ)
A particle that uses an item to display: /be create EXAMPLE ITEM_CRACK Modifying the particle to show a specific item: /be modify EXAMPLE ITEM DIAMOND_BLOCK
A particle that uses a block to display: /be create EXAMPLE BLOCK_DUST Modifying the particle to show a specific block: /be modify EXAMPLE BLOCK DIAMOND_BLOCK
A particle that has a solid color: /be create EXAMPLE REDSTONE Modifying the particles color: /be modify EXAMPLE COLOR 100 100 100 (Uses RGB Format)
A particle that has a transitioning color: /be create EXAMPLE DUST_COLOR_TRANSITION Modifying the particles main color: /be modify EXAMPLE COLOR 100 100 100 Modifying the particles transition color: /be modify EXAMPLE COLORTRANSITION 200 200 200

Usages

You can use BlockEffects for a variety of things, but here are some creative uses: โ€ข Waterfall Mist โ€ข Volcano Smoke โ€ข Crate Animations โ€ข Falling Leaves On Trees โ€ข Biome Ambience

Last updated