GateKeeper Pro 1.0.0 README
-------------------

GateKeeper is a palace server plugin that allows only blessed users to gain god/wiz/owner 
privileges with a certain password, allowing 3 levels, wizards, gods and owners, only 
owners can use gatekeeper commands.

It was developed by Martyn Gilbertson

Questions about this plugin? Write to the plugin devolper at plugins@all4palace.com

Copyright (c) 2004 Martyn Gilbertson. All Rights Reserved Worldwide.

Installation
------------

The following installation instructions assume that the Palace server
has been installed in /usr/local/palace.

GateKeeper is a standard Palace server plugin. It is installed by
placing the plugin gatekeeper.so, in the Palace binary folder,
/usr/local/palace/bin, and adding the following line to the plugin
configuration file: /usr/local/palace/<palace-name>/psdata/plugin.conf

bin/gatekeeper/gatekeeper.so psdata/gatekeeper.list

The gatekeeper list file is created in /usr/local/palace/<palace-name>/psdata.
Note that gatekeeper reads and writes to this file. Therefore, it cannot be edited.



God Commands:
-------------

gatekeeper adds the following owner commands to the Palace server.

'gatekeeper bless [password] [wiz/god/owner] <[reghash] [name]>/[whisper] - bless a user.
'gatekeeper list - list all blessed users.
'gatekeeper unbless [reghash/whisper] - unbless a user.
'gatekeeper change -p [new password] [reghash/whisper] - change a users password.
'gatekeeper change -n [new name] [whisper]  - change a users name.
'gatekeeper change -h [new reghash] [old reghash] - change a users reghash.
'gatekeeper change -r [new rank] [reghash/whisper] - change a users rank.

the ranks are:
  wizard - normal wizard privileges.
  god    - normal owner  privileges.
  owner  - normal owner and gatekeeper privileges.