{{include("header")/}}

Player Manager BETA

{{message|safe}}
Total Players
{{stats.players}}
Total Playtime
{{stats.playTime}}
Warns
{{stats.warns}}
Bans
{{stats.bans}}
Last 15 Whitelist requests:
{{if(!options.disableWhitelist)}} {{/if}}
{{if(options.disableWhitelist)}}

Whitelist checking disabled

{{#else}} {{if(options.lastWhitelistBlocks.length == 0)}}

No pending whitelist requests

{{#else}} {{foreach(options.lastWhitelistBlocks)}} {{/foreach}}
Actions Time ID Name
{{if(options.permsDisable.whitelist)}} ACCEPT {{#else}} ACCEPT {{/if}} {{@this.time}} {{@this.id}} {{@this.name}}
{{/if}} {{/if}}
Ban Identifiers:
{{if(options.disableBans)}}

ban checking disabled

{{#else}} {{if(options.permsDisable.ban)}}

you can't ban people

{{#else}}
Valid identifiers: steam, license, xbl, live, discord, fivem. You can insert multiple IDs separated by comma.
Note: The ban will be applied to all identifiers.
{{/if}} {{/if}}
Database Actions (bans/warns/whitelists)
Last xxx joined players
{{if(options.lastJoinedPlayers.length == 0)}}

no players yet...

{{#else}} {{foreach(options.lastJoinedPlayers)}}
  • 05:05:08 AmazingNickname123 steam:1100002h3g23hg
  • {{/foreach}} {{/if}}
    {{if(options.actionHistory.length == 0)}}

    no actions yet...

    {{#else}}
    {{foreach(options.actionHistory)}}
    {{@this.message|safe}} {{@this.date}} {{if(!options.permsDisable.revoke)}} {{if(@this.isRevoked)}} REVOKED {{#else}}  REVOKE  {{/if}} {{/if}}
    {{@this.reason|unnull}} {{if(@this.footerNote)}} {{@this.footerNote}} {{/if}}
    {{/foreach}}
    {{/if}}
    {{include("footer")/}}