overallAuth.txt

From OpenKore Wiki
Revision as of 11:58, 4 November 2009 by GM05 (talk | contribs)
Jump to navigation Jump to search

The file overallAuth.txt basically lists player names authorized to use Chat Commands on Kore. By default, players not appearing on this file are not authorized.

Actually, you don't have to edit this file at all. Kore automatically generates the contents of this file when you use the console command auth, or when a player PM'ed you your adminPassword.

Syntax

The format of this file is simply a set of lines that observes the following syntax:

<player's name> <authorized flag>

Details

<player's name>

This is the name of the player that you want to authorize or unauthorize.

<authorized flag>

This is a boolean flag that controls if Kore should allow the player to use chat commands on Kore. Specify either 1 to authorize the player, or 0 to unauthorize.

Examples

In the following example, player botMaster will be able to command Kore using Chat Commands.

botMaster 1

Note. Lines that begin with the pound sign (#) are comment lines. They are ignored by Openkore.