Skip to content

Example Particle Effects

poqdavid edited this page Mar 18, 2022 · 7 revisions

Sponge

[
	{
		"EffectsData": {
			"name": "Wing",
			"id": "wing",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:redstone_dust;Color{red=0, green=128, blue=0}"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 0.8,
						"z": 0.0
					}
				},
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:redstone_dust;Color{red=0, green=0, blue=255}"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 0.6,
						"z": 0.0
					}
				},
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:redstone_dust;Color{red=255, green=0, blue=0}"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 0.4,
						"z": 0.0
					}
				},
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:redstone_dust;Color{red=139, green=0, blue=139}"
					},
					"Vector3d": {
						"x": 0.0,
						"y": -0.2,
						"z": 0.0
					}
				},
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:redstone_dust;Color{red=0, green=255, blue=0}"
					},
					"Vector3d": {
						"x": 0.0,
						"y": -0.2,
						"z": 0.0
					}
				}
			]
		}
	},
	{
		"EffectsData": {
			"name": "Fire",
			"id": "fire",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:mobspawner_flames"
					},
					"Vector3d": {
						"x": 0.0,
						"y": -0.1,
						"z": 0.0
					}
				}
			]
		}
	},
	{
		"EffectsData": {
			"name": "Magic",
			"id": "magic",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:instant_spell"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 0.1,
						"z": 0.0
					}
				}
			]
		}
	},
	{
		"EffectsData": {
			"name": "Smoke",
			"id": "smoke",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:smoke"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 0.1,
						"z": 0.0
					}
				}
			]
		}
	},
	{
		"EffectsData": {
			"name": "Heart",
			"id": "heart",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:heart"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 0.1,
						"z": 0.0
					}
				}
			]
		}
	},
	{
		"EffectsData": {
			"name": "Pearl",
			"id": "pearl",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:ender_teleport"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 0.1,
						"z": 0.0
					}
				}
			]
		}
	},
	{
		"EffectsData": {
			"name": "Witch",
			"id": "witch",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "onmove",
						"relatedlocation": false,
						"relatedrotation": false,
						"cleartime": 3000,
						"data": "sponge:witch_spell"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 0.1,
						"z": 0.0
					}
				}
			]
		}
	}
]

Forge

[
	{
		"EffectsData": {
			"name": "Forge",
			"id": "forge",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "always",
						"relatedlocation": true,
						"relatedrotation": true,
						"cleartime": 3000,
						"data": "minecraft:fireworksSpark;offset{x=0.0,y=0.0,z=0.0}"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 1,
						"z": -1.5
					}
				},
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "always",
						"relatedlocation": true,
						"relatedrotation": true,
						"cleartime": 3000,
						"data": "minecraft:fireworksSpark;offset{x=0.0,y=0.0,z=0.0}"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 2,
						"z": -1.5
					}
				},
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "always",
						"relatedlocation": true,
						"relatedrotation": true,
						"cleartime": 3000,
						"data": "minecraft:fireworksSpark;offset{x=0.0,y=0.0,z=0.0}"
					},
					"Vector3d": {
						"x": 0.0,
						"y": 3,
						"z": -1.5
					}
				}
			]
		}
	}
]

Pixelmon

[
	{
		"EffectsData": {
			"name": "Pixelmon",
			"id": "pixelmon",
			"interval": 500,
			"ParticleDataList": [
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "always",
						"relatedlocation": true,
						"relatedrotation": true,
						"cleartime": 3000,
						"data": "pixelmon:shiny;PixelmonOptions{motionx=0,motiony=0,motionz=0,floatsize=1}"
					},
					"Vector3d": {
						"x": -1,
						"y": 2,
						"z": 0
					}
				},
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "always",
						"relatedlocation": true,
						"relatedrotation": true,
						"cleartime": 3000,
						"data": "pixelmon:bluemagic;PixelmonOptions{motionx=0,motiony=0,motionz=0,floatsize=1}"
					},
					"Vector3d": {
						"x": -2,
						"y": 2,
						"z": 0
					}
				},
				{
					"ParticlesEffect": {
						"type": "Particle",
						"event": "always",
						"relatedlocation": true,
						"relatedrotation": true,
						"cleartime": 3000,
						"data": "pixelmon:electric;PixelmonOptions{motionx=0,motiony=0,motionz=0,floatsize=1};ElectricOptions{age=1,parent=true,pitch=1.0,yaw=1.0,velocity=1.0,innaccuracy=1.0,r=238.0,g=75.0,b=43.0,a=1.0}"
					},
					"Vector3d": {
						"x": -3,
						"y": 2,
						"z": 0
					}
				}
			]
		}
	}
]

Clone this wiki locally