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.
| Platform | Location |
|---|---|
| CraftBukkit/Spigot/Paper | /plugins/BanManager/exemptions.yml |
| BungeeCord | /plugins/BanManager/exemptions.yml |
| Fabric | /config/banmanager/exemptions.yml |
| Sponge | /config/banmanager/exemptions.yml |
| Velocity | /plugins/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 -
baniprange- Set to true to exempt this player from IP range bans -
tempbaniprange- Set to true to exempt this player from temporary IP range bans -
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 -
deniedNotify- Set to true to exempt this player from triggering denied join notification messages
-
Example
b55249d4-9226-4c11-9877-d757c3fe180f:
ban: true
tempban: true
baniprange: true
tempbaniprange: true
mute: true
tempmute: true
warn: true
tempwarn: true
alts: true
deniedNotify: true
ae51c849-3f2a-4a37-986d-55ed5b02307f:
ban: true
tempban: true
baniprange: true
tempbaniprange: true
mute: true
tempmute: true
warn: true
tempwarn: true
alts: true
deniedNotify: true