[This is preliminary documentation and is subject to change.]

ConfigKey section/category.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public enum ConfigSection

Members

MemberValueDescription
General0
General server configuration (name, port, default rank, etc).
Chat1
Chat-related configuration (colors, whether to announce certain events, etc).
Worlds2
World-related configuration (main world, default build rank, map folder, etc).
Security3
Security-related configuration (name verification, connection limit per IP, anti-spam, etc).
SavingAndBackup4
Saving- and backup-related configuration (save interval, backup intervals, etc).
Logging5
Logging-related configuration (what events to log, how to store log files, etc).
IRC6
IRC-related configuration (network, channel list, bot nick, etc).
Advanced7
Advanced configuration (performance adjustments, protocol tweaks, experimental features, etc).
GetKeys
Returns a list of all keys in a section.

See Also