group perms

Need help seting up a server, or have a question on how to run one? This is the place.
Post Reply
User avatar
halo3
Private First Class
Private First Class
Posts: 122
Joined: Tue Dec 27, 2005 11:24 pm
Location: ohio,usa
Contact:

group perms

Post by halo3 »

how would i make it so someone cannot talk or spawn?
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Post by joevano »

Add them to a group, and then use -ALL, or -TALK -SPAWN in the group file for that group.
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

You can add "-spawn -talk" to a group.

If you don't want it for a general group of people, you must use a userdb and:

Code: Select all

/setgroup "player" -spawn
/setgroup "player" -talk
Individual permissions, from what I have been told, are valid in a userdb.
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
temporal distraction
Sergeant
Sergeant
Posts: 250
Joined: Wed Jan 05, 2005 3:12 pm

Re: group perms

Post by temporal distraction »

halo3 wrote:how would i make it so someone cannot talk or spawn?
How about banning them?

Short of that you could make it so only registered players can spawn or talk by using the negative permissions -TALK -SPAWN in the EVERYONE line of your groups.txt file. This will stop everyone who is not registered from being able to use your server. You should probably add the positive perms to the VERIFIED group (ie TALK SPAWN). The VERIFIED group includes everyone that has registered and identified correctly.

Here's a post that list (probably) all the permissions generally available.
http://my.bzflag.org/bb/viewtopic.php?t ... s&start=15
User avatar
halo3
Private First Class
Private First Class
Posts: 122
Joined: Tue Dec 27, 2005 11:24 pm
Location: ohio,usa
Contact:

Post by halo3 »

alright thank u all but a temporal distraction i want it so no one but the ppl in the player group can spawn or talk this is for a private gu match practice server
User avatar
macsforme
General
General
Posts: 2069
Joined: Wed Mar 01, 2006 5:43 am

Post by macsforme »

Assuming the GU league group is GU.LEAGUE, put

Code: Select all

GU.LEAGUE: +SPAWN +TALK
in your groups file.
User avatar
that exploding tank
Private First Class
Private First Class
Posts: 149
Joined: Sun Jul 16, 2006 4:38 pm
Location: Georgia, U.S.

Post by that exploding tank »

Also, in your EVERYONE and LOCAL.GLOBAL perms, just put

Code: Select all

EVERYONE: -SPAWN -TALK
LOCAL.GLOBAL: -SPAWN -TALK
Post Reply