Features
- Buff Blocking - Remove problematic buffs or buffs you don't want on your server
- Class-Based Filtering - Block buffs by their class name
- Simple Configuration - Just add buff class names to the list
Configuration
Code:
{
"ClassesToPrevent": [ // Array of buff class names to block
"Buff_CS_GlobalBuff_C", // Example: Cyber Structures global buff
"CS_SPlusPersistentActor", // Example: S+ persistent actor
"CS_GlobalActor", // Example: Global actor
"Buff_CS_ConfigurationBuff" // Example: Configuration buff
]
}
Notes
- Buff class names must match exactly as they appear in the game
- Use this to block problematic mod buffs or exploitable buffs
- Adding a class to the list will prevent it from being applied to any player