Skip to content

Instantly share code, notes, and snippets.

@cm8263
Created September 9, 2019 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cm8263/3cc8892c25f688c296377562b803eda5 to your computer and use it in GitHub Desktop.
Save cm8263/3cc8892c25f688c296377562b803eda5 to your computer and use it in GitHub Desktop.
#
# Permissions
# Add your player's identifiers in the sections below.
#
# Basic User
# Commands:
# - /command1
add_principal identifier.steam:1100001076264E1 whitelist.group.user
# Advanced User
# Commands:
# - /command1
# - /command2
# Events:
# - event
add_principal identifier.steam:1100001076264E1 whitelist.group.advanced_user
#
# Whitelisting Permissions to groups
# Add your whitelisting entries to your groups here.
#
add_principal whitelist.group.advanced_user whitelist.group.user
add_ace whitelist.group.user "whitelist.command1" allow
add_ace whitelist.group.advanced_user "whitelist.command2" allow
add_ace whitelist.group.advanced_user "whitelist.event" allow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment