docs: improve README example

This commit is contained in:
Price Hiller 2023-12-18 10:08:34 -06:00
parent 97bdae1cc2
commit c8f92f43d4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -38,7 +38,38 @@
"Yehorivka_RAAS_v13"
"Mestia_Invasion_v2"
];
admins = global_admin_config;
admins = {
Admin = {
comment = "Admin Group";
accessLevels = [
"changemap"
"pause"
"balance"
"chat"
"kick"
"ban"
"cameraman"
"teamchange"
"forceteamchange"
"canseeadminchat"
"reserve"
"config"
"cheat"
"featuretest"
];
members = [
{
id = 76561199101367413;
comment = "Atrocity";
}
{
id = 76561198153769543;
comment = "MaxRecon";
}
# ...
];
};
};
};
};
};