-
Notifications
You must be signed in to change notification settings - Fork 3
Permissions
Raphfrk edited this page Feb 13, 2011
·
4 revisions
Permissions are stored in the
/plugins/serverport/permissions/
directory.
Admins are granted all permissions. To set a player as an admin, place the player in the admins_list.txt file. One person should be added per line.
Most gate permissions have 4 parameters. For example, if the use_gate_type file was setup as follows:
# Allows gates of type <gate type> connecting <from> to <to> to be used
# <playername>, <gate type>, <from>, <to>
raphfrk,*,world,newworld
raphfrk,*,newworld,world
The raphfrk would have the right to travel with any gate (*) from world to newworld and back.