-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
There are currently two different config files, both located in the root dir of nBAM.
Before you set anything up, they are called 'groups.default.txt' and 'permissions.default.txt'.
The first thing that you need to do, is to copy them (to 'groups.txt' and 'permissions.txt', respectively).
That way, your modifications can't interfere with git.
Keep in mind, that nBAM will load the default files if no 'groups.txt' or no 'permissions.txt' was found.
Now to the fun part:
###groups.txt
In the groups.txt you can set up users and give them permissions.
Permissions are defined in the file below.
You can add as many users as you want, add one per line. Use the following format:
SteamID | groupname
Example:
'STEAM_0:1:30490065 | owner'
Every player that is not added to this file, gets added to the default group 'player'!
###permissions.txt
In this file you can define what a member of a group can do.
That means, you can allow everyone in the 'player' group to use the !goto command,
but disallow them to use the !kick command.
If you are fine with the default settings, you don't need to do anything,
as stated above, the default settings are loaded in that case.