

Make every single type glow sticks' light can have customizable multiple colors.
But color cannot sync with other players.
This plugin can only modify the light of glow sticks, not their models' color. So the effect look like a green stick glowing red light.
There have two working modes you can choose one. Switch it in config file:
[A: GlowStick Properties Setting]
......
## Use the [Color Generator Mode], generate a completely random color everytime.(Else use [Prefined Color Mode])
...
UseColorGenerator = false
......
Randomly generate colors. Every next one color is completely unknown.
If config option "ForceBright" disable, glow sticks may use very dark colors (like black).
Pick one color from the predefined color pool. You can custom color pool as your idea.
Format of option "ColorPool":
<R>,<G>,<B> [<R>,<G>,<B> [...(more)]]
(number use 0 - 255 integer)
Example 1: [include #FFFFFF(white) #000000(black) , both they have 50% chance]
255,255,255 0,0,0
Example 2: [include #FF0000(red) #00FF00(green) #0000FF(blue) , both they have 1/3 chance]
255,0,0 0,255,0 0,0,255
Example 3: [include #99FF33(lime) #FF88FF(pink) , 75% chance for lime , 25% chance for pink]
153,255,51 153,255,51 153,255,51 255,136,255
1.2.1
1.2.0
1.1.0
1.0.2