{{include("header")/}}

Experiment: Ban System

{{if(options.expEnabled)}}
Add Ban:
Possible identifier types: steam, license, xbl, live, discord

Note: This is the most basic example of a ban system.
The real version will be better integrated and have more features.

Please do not modify any file related to this experiment.

Ban List:
{{if(options.log.length === 0)}}
  • No bans recorded.
  • {{#else}} {{log|safe}} {{/if}}
    {{/if}} {{include("footer")/}} {{if(options.expEnabled)}} {{/if}}