a plugin that allows players to use custom trails
Note
inspired by Nickelony/Trails-Chroma
{
"Prefix": "{red}[{orange}T{yellow}r{green}a{lightblue}i{darkblue}l{purple}s{red}]",
"Permission": "@css/reservation",
"MenuCommands": "trails,trail",
"MenuType": "html",
"ChatMessages": true,
"TicksForUpdate": 1,
"Trails": {
"1": {
"Name": "Rainbow Trail",
"Color": "rainbow"
},
"2": {
"Name": "Particle Trail",
"File": "particles/ambient_fx/ambient_sparks_glow.vpcf"
},
"3": {
"Name": "Red Trail",
"Color": "255 0 0",
"Width": 3,
"Lifetime": 2
},
"4": {
"Name": "Example Settings",
"File": "materials/sprites/laserbeam.vtex",
"Color": "255 255 255",
"Width": 1,
"Lifetime": 1
}
},
"ConfigVersion": 1
}