Difference between revisions of "overallAuth.txt"

From OpenKore Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
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.
 
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==
+
== Syntax ==
 
The format of this file is simply a set of lines that observes the following syntax:
 
The format of this file is simply a set of lines that observes the following syntax:
 +
 
  <player's name> <authorized flag>
 
  <player's name> <authorized flag>
  
==Details==
+
=== Details ===
===<player's name>===
+
----
 +
 
 +
; <[[References#Player Names|player's name]]>
 
This is the name of the player that you want to authorize or unauthorize.  
 
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==
+
; <authorized flag>
 +
This is a [[References#Basic Value and Parameter Types|boolean flag]] that controls if Kore should allow the player to use chat commands on Kore.
 +
 
 +
 
 +
== Example ==
 
In the following example, player botMaster will be able to command Kore using [[Chat Commands]].
 
In the following example, player botMaster will be able to command Kore using [[Chat Commands]].
 +
 
  botMaster 1
 
  botMaster 1
  
'''''Note.''''' Lines that begin with the pound sign (#) are comment lines. They are ignored by Openkore.
 
  
 
[[Category:Control]]
 
[[Category:Control]]

Revision as of 15:44, 14 December 2009

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.


Example

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

botMaster 1