1. Docs
  2. /
  3. BanManager
  4. /
  5. Configuration
  6. /
  7. exemptions.yml

exemptions.yml

Players listed here are exempt from certain punishments even when offline. This is required as Bukkit's permission system does not support offline players.

PlatformLocation
CraftBukkit/Spigot/Paper/plugins/BanManager/exemptions.yml
BungeeCord/plugins/BanManager/exemptions.yml
Sponge/config/banmanager/exemptions.yml
  • <playerUUID> - UUID of player to exempt
    • ban - Set to true to exempt this player from being banned
    • tempban - Set to true to exempt this player from being temporarily banned
    • mute - Set to true to exempt this player from being muted
    • tempmute - Set to true to exempt this player from being temporarily muted
    • warn - Set to true to exempt this player from being warned
    • tempwarn - Set to true to exempt this player from being temporarily warned
    • alts - Set to true to exempt this player from showing in alt detections, e.g. /alts and /bminfo

Example

b55249d4-9226-4c11-9877-d757c3fe180f:
  ban: true
  tempban: true
  mute: true
  tempmute: true
  warn: true
  tempwarn: true
  alts: true
ae51c849-3f2a-4a37-986d-55ed5b02307f:
  ban: true
  tempban: true
  mute: true
  tempmute: true
  warn: true
  tempwarn: true
  alts: true

About

  • by James Mortemore © 2012 - 2023