SquadJS Plugin for Guardian Onlybans
- This plugin will check if joining players are in Guardian Onlyban's BOLO Players list. BOLO Players are players that we suspect of Cheating but don't yet have enough evidence on them to Ban. If you get a BOLO Player in your Server, monitor them and gather evidence if they are indeed Cheating.
Example in Discord Example in Game Example in Guardian Discord
- Latest Version of SquadJS
- Add
guardian.jsto your./squad-server/pluginsfolder. - Add to your
config.jsonchannelIDis the Discord Channel ID that you want Embed Notifications to be posted to.coloris the color of the Embed.pingGroupsis a comma separated array of Roles to ping.pingHerewill enabled pinging @here to ping people that can see the Channel and are online.warnInGameAdminswill send an Admin Warn to in game admins.
Releases will be given a version number with the format v{major}.{minor}.{patch}, e.g. v3.1.4. Changes to {major}/{minor}/{patch} will imply the following:
{major}- The release contains a new/updated feature that is (potentially) breaking, e.g. changes to event outputs that may cause custom plugins to break.{minor}- The release contains a new/updated feature.{patch}- The release contains a bug fix.