[This is preliminary documentation and is subject to change.]
ConfigKey section/category.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public enum ConfigSection
Members
| Member | Value | Description |
|---|---|---|
| General | 0 | General server configuration (name, port, default rank, etc). |
| Chat | 1 | Chat-related configuration (colors, whether to announce certain events, etc). |
| Worlds | 2 | World-related configuration (main world, default build rank, map folder, etc). |
| Security | 3 | Security-related configuration (name verification, connection limit per IP, anti-spam, etc). |
| SavingAndBackup | 4 | Saving- and backup-related configuration (save interval, backup intervals, etc). |
| Logging | 5 | Logging-related configuration (what events to log, how to store log files, etc). |
| IRC | 6 | IRC-related configuration (network, channel list, bot nick, etc). |
| Advanced | 7 | Advanced configuration (performance adjustments, protocol tweaks, experimental features, etc). |
| GetKeys | Returns a list of all keys in a section. |