This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Sample Group File: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
No edit summary
Zehra (talk | contribs)
removed external links to site which is currently offline
 
(10 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{|
==Sample==
|
What follows is a sample group file
<nowiki>#</nowiki> An excellent groupdb builder exists at this location  http://groupdb.links-clan.net/
<pre>
 
# In this example everyone in the SAMPLE.ADMIN group also gets the permissions
<nowiki>#</nowiki> In this example everyone in the SAMPLE.ADMIN group also gets the permissions
# of SAMPLE.COP, because of the *SAMPLE.COP entry which adds the permissions
<nowiki>#</nowiki> of SAMPLE.COP, because of the *SAMPLE.COP entry which adds the permissions
# of SAMPLE.COP to SAMPLE.ADMIN, and everyone in the SAMPLE.OWNER
<nowiki>#</nowiki> of SAMPLE.COP to SAMPLE.ADMIN, and everyone in the SAMPLE.OWNER
# group gets the permissions of SAMPLE.ADMIN (including the SAMPLE.COP) permissions
<nowiki>#</nowiki> group gets the permissions of SAMPLE.ADMIN (including the SAMPLE.COP) permissions
# because of the *SAMPLE.ADMIN entry.
<nowiki>#</nowiki> because of the *SAMPLE.ADMIN entry.
   
   
SAMPLE.COP:+FLAGHISTORY +KICK +KILL +BANLIST +PLAYERLIST +POLL +VETO +PRIVATEMESSAGE +ACTIONMESSAGE +ADMINMESSAGESEND +ADMINMESSAGERECEIVE +IDLESTATS +SPAWN +TALK +SAY +MUTE +UNMUTE +ANTIBAN +ANTIPOLL +ANTIPOLLBAN +ANTIPOLLKICK +ANTIDEREGISTER +REJOIN +SAY +MATCHSTART +MATCHEND +MATCHCONFIG +FLAGMASTER
# Must all be on one line
SAMPLE.COP:+FLAGHISTORY +KICK +KILL +BANLIST +PLAYERLIST +POLL +VETO +PRIVATEMESSAGE +ACTIONMESSAGE +ADMINMESSAGESEND +ADMINMESSAGERECEIVE +IDLESTATS +SPAWN +TALK +SAY +MUTE +UNMUTE +ANTIBAN +ANTIPOLL +ANTIPOLLBAN +ANTIPOLLKICK +ANTIDEREGISTER +REJOIN +SAY +FLAGMASTER
    
    
SAMPLE.ADMIN: *SAMPLE.COP +BAN +UNBAN
SAMPLE.ADMIN: *SAMPLE.COP +BAN +UNBAN
    
    
SAMPLE.OWNER: *SAMPLE.ADMIN +BAN +UNBAN +SETVAR +SHUTDOWNSERVER
SAMPLE.OWNER: *SAMPLE.ADMIN +SETVAR +SHUTDOWNSERVER
    
    
MUTE: !TALK
MUTE: !TALK
    
    
<nowiki>#</nowiki> There are 2 "default" groups which are on every server they are
# There are 2 "default" groups which are on every server they are
<nowiki>#</nowiki> EVERYONE and VERIFIED. EVERYONE is, well, everyone, including
# EVERYONE and VERIFIED. EVERYONE is, well, everyone, including
<nowiki>#</nowiki> those in other groups. VERIFIED are users who have Globally Identified,
# those in other groups. VERIFIED are users who have Globally Identified,
<nowiki>#</nowiki> also including those in other groups. You may include them in
# also including those in other groups. You may include them in
<nowiki>#</nowiki> your group file. Permissions can be prefixed by one of 3 symbols +, -.
# your group file. Permissions can be prefixed by one of 3 symbols +, -, or !
<nowiki>#</nowiki>
 
<nowiki>#</nowiki> +PERM adds the permission
# +PERM adds a permission
<nowiki>#</nowiki> -PERM removes a permission
# -PERM removes a permission
<nowiki>#</nowiki> !PERM denies a permission, even if you inherit it from one of the other
# !PERM denies a permission, even if it is inherited from another group.
<nowiki>#</nowiki>  groups you belong to
 
<nowiki>#</nowiki>
# If the permission has no symbol + is assumed. If there is a conflict in perms
<nowiki>#</nowiki> If the permission has no symbol + is assumed. If there is a conflict in perms
# between groups a person belongs to the order of precedence (from lowest to highest)
<nowiki>#</nowiki> between groups a person belongs to the order of presidence (from lowest to highest)
# is -, +, !.  This means if there is a -PERM and +PERM, the permissions that the
<nowiki>#</nowiki> is -, +, !.  This means if there is a -PERM and +PERM, the permissions that the
# user gets is +PERM. On the other hand if there is a +PERM and a !PERM the user
<nowiki>#</nowiki> user gets is +PERM. On the other hand if there is a +PERM and a !PERM the user
# is denied that PERM. The order in which the permissions are in the group file
<nowiki>#</nowiki> is denied that PERM. The order in which the permissions are in the group file
# is not important.
<nowiki>#</nowiki> is not important.  
 
<nowiki>#</nowiki>
# The line below removes all of the default permissions from the EVERYONE group and then
<nowiki>#</nowiki> The line below removes all of the default permissions from the EVERYONE group and then
# gives them back TALK and SPAWN.
<nowiki>#</nowiki> gives them back TALK and SPAWN.
# EVERYONE: -ALL +SPAWN +TALK
<nowiki>#</nowiki>
 
<nowiki>#</nowiki> EVERYONE: -ALL +SPAWN +TALK  
</pre>
<nowiki>#</nowiki>
 
|}
[[Category:Sample]]
[[Category:Server]]
[[Category:Server]]

Latest revision as of 23:13, 28 November 2016

Sample

What follows is a sample group file

# In this example everyone in the SAMPLE.ADMIN group also gets the permissions
# of SAMPLE.COP, because of the *SAMPLE.COP entry which adds the permissions
# of SAMPLE.COP to SAMPLE.ADMIN, and everyone in the SAMPLE.OWNER
# group gets the permissions of SAMPLE.ADMIN (including the SAMPLE.COP) permissions
# because of the *SAMPLE.ADMIN entry.
 
# Must all be on one line
SAMPLE.COP:+FLAGHISTORY +KICK +KILL +BANLIST +PLAYERLIST +POLL +VETO +PRIVATEMESSAGE +ACTIONMESSAGE +ADMINMESSAGESEND +ADMINMESSAGERECEIVE +IDLESTATS +SPAWN +TALK +SAY +MUTE +UNMUTE +ANTIBAN +ANTIPOLL +ANTIPOLLBAN +ANTIPOLLKICK +ANTIDEREGISTER +REJOIN +SAY +FLAGMASTER
  
SAMPLE.ADMIN: *SAMPLE.COP +BAN +UNBAN
  
SAMPLE.OWNER: *SAMPLE.ADMIN +SETVAR +SHUTDOWNSERVER
  
MUTE: !TALK
  
# There are 2 "default" groups which are on every server they are
# EVERYONE and VERIFIED. EVERYONE is, well, everyone, including
# those in other groups. VERIFIED are users who have Globally Identified,
# also including those in other groups. You may include them in
# your group file. Permissions can be prefixed by one of 3 symbols +, -, or !

# +PERM adds a permission
# -PERM removes a permission
# !PERM denies a permission, even if it is inherited from another group.

# If the permission has no symbol + is assumed. If there is a conflict in perms
# between groups a person belongs to the order of precedence (from lowest to highest)
# is -, +, !.  This means if there is a -PERM and +PERM, the permissions that the
# user gets is +PERM. On the other hand if there is a +PERM and a !PERM the user
# is denied that PERM. The order in which the permissions are in the group file
# is not important.

# The line below removes all of the default permissions from the EVERYONE group and then
# gives them back TALK and SPAWN.
# EVERYONE: -ALL +SPAWN +TALK