Skip to content
Raphfrk edited this page Feb 13, 2011 · 4 revisions

Permissions

Permissions are stored in the

/plugins/serverport/permissions/

directory.

Admin list

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.

Gate permissions

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.

Clone this wiki locally