Skip to content

Adding A Custom Particle Reward

Turkey2349 edited this page Mar 15, 2019 · 13 revisions

Before you add a particle reward, you need to have the basic reward setup. If you have not done that already, you need to head here to set up the base for the reward.

Fields:

Field Name Type Default Field Description
particle String explode The particle name or id to be shown
delay Integer 0 The delay for the message to wait after the Chance Cube is broken before being sent

Example:

{
	"Particle_Reward": 
	{
		"chance": 0,
		"Particle":
		[
			{"particle":"explode", "delay":0}
		]
	}
}

Config Tutorial:

Clone this wiki locally