Difference between revisions of "Advanced Server Administration Guide"

From Armagetron
 
Line 11: Line 11:
 
One common way is to have a group of moderators available so that your server usually has people logged in and playing who can use in-game admin to kick evil-doers out of the server.  You do this by setting <code>ADMIN_PASS</code> in your settings_custom.cfg file and then giving that password out to your preferred moderators.  Then they will use the password like this:
 
One common way is to have a group of moderators available so that your server usually has people logged in and playing who can use in-game admin to kick evil-doers out of the server.  You do this by setting <code>ADMIN_PASS</code> in your settings_custom.cfg file and then giving that password out to your preferred moderators.  Then they will use the password like this:
  
While playing on the server, in a chat prompt, type "/login ADMIN_PASS", replacing "ADMIN_PASS" with the password you have set for the server.  This logs the player into the in-game admin system.  Now you can execute commands with "/admin COMMAND ARGUMENTS".  Use "/logout" to leave the in-game admin system.
+
While playing on the server, in a chat prompt, type <code>/login ADMIN_PASS</code>, replacing <code>ADMIN_PASS</code> with the password you have set for the server.  This logs the player into the in-game admin system.  Now you can execute commands with <code>/admin COMMAND ARGUMENTS</code>.  Use <code>/logout</code> to leave the in-game admin system.
  
Here are the available commands:
+
Every command is available, so be cautious to whom you give your <code>ADMIN_PASS</code>!
 
 
TODO (heh)
 
  
 
=== Voting ===
 
=== Voting ===

Revision as of 00:10, 22 October 2005

So you've been running a server for awhile and now you'd like to do more with it? Maybe you've found that there are some punk-ass players out there that you really want to kick off your server? Maybe your players are asking for more, and you're saying "Hell yeah!" but you don't know what to actually do about it?

You've come to the right place!

Dealing with unruly players

There are several ways to deal with unruly players. We'll touch on each of them here.

Moderation

One common way is to have a group of moderators available so that your server usually has people logged in and playing who can use in-game admin to kick evil-doers out of the server. You do this by setting ADMIN_PASS in your settings_custom.cfg file and then giving that password out to your preferred moderators. Then they will use the password like this:

While playing on the server, in a chat prompt, type /login ADMIN_PASS, replacing ADMIN_PASS with the password you have set for the server. This logs the player into the in-game admin system. Now you can execute commands with /admin COMMAND ARGUMENTS. Use /logout to leave the in-game admin system.

Every command is available, so be cautious to whom you give your ADMIN_PASS!

Voting