My IGN is billybobjrbud I want to be exempt from account commands this is litebans please assist me if you can here is the code! exempt: enable: true # By default, permission checks are global. You can set them to a specific world here. permission_world: default # Permission groups that are exempt from bans, mutes, warnings, and kicks. exempt_groups: [] # Players who are exempt from bans, mutes, warnings, and kicks. # Format: <name/UUID>[:type] # Type can be ban, mute, warning, or kick. (All types apply if not specified) # Example: # exempt_players: ['Player1', 'Player2', 'Player3', 'Player4:mute'] exempt_players: []
Well.. it tells you right there in the file comments: # exempt_players: ['Player1', 'Player2', 'Player3', 'Player4:mute'] So you would modify the config thus: Code (Text): exempt: enable: true # By default, permission checks are global. You can set them to a specific world here. permission_world: default # Permission groups that are exempt from bans, mutes, warnings, and kicks. exempt_groups: [] # Players who are exempt from bans, mutes, warnings, and kicks. # Format: <name/UUID>[:type] # Type can be ban, mute, warning, or kick. (All types apply if not specified) # Example: # exempt_players: ['Player1', 'Player2', 'Player3', 'Player4:mute'] exempt_players: ['billybobjrbud']