

GTFO-API.dll(0.4.1). It's include in BepInEx for GTFO 3.2.1.Make glow sticks' light can have customizable multiple colors.
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.
But color cannot sync with other players.
Network Sync is available now! But you need enable it in config file first. More information below, at 🌐ABOUT NETWORK SYNC.
There have two working modes you can choose one. Switch it in config file:
[A: GlowStick Properties Setting]
UseColorGenerator = <false|true>
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)
(Use comma separate R or G or B)
(Use space separate different color)
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
(Testing now, may happen something out of expectation)
To enable network syncing, turn on the option as below.
[D: Network Sync]
EnableSync = true
The plugin will send your glowsticks' data to other players in the lobby when you throwing glowsticks. Also, you will receive glowsticks' data from other players when they throwing. And if a player have no installed this plugin, you will see glowsticks of his is vanilla.
So remember, if you want to use this plugin to cheat(like make a large range glowstick to light up full map), stay disable network sync is better. Else make sure all players in the lobby are all agree you use it.
This add more fun to glowsticks. Its allow you use your prefined color pool more interest and show your style to other players. Or use glowsticks draw lot a color to choose one player go to do a danger work like kill a scout stealthy.
If you don't enable it, the plugin will work normally as before (and won't send data to other player). This can make you won't get affected by prankers.
These will be send when throwing glowsticks:
LightRange, LightTime, Color, Brightness.
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2