Provided by:
wesnoth-server_1.4.5-1_i386 
SERVER CONFIG
The general syntax is:
[tag]
key="value"
key="value,value,..."
[/tag]
Global keys:
connections_allowed
The number of allowed connections from the same IP. 0 means
infinite. (default: 5)
disallow_names
服务器不允许使用的用户名/昵称。可以使用`*'和`?'通配符来定义。更多信息请查看
glob(7) 。默认值(如果用户没有指定则自动使用)是:
*admin*,*admln*,*server*,ai,ai?,computer,human,network,player.
max_messages
messages_time_period中允许存在的消息数。 (默认值: 4)
messages_time_period
消息泛滥(message flooding)检测时间间隔(秒)。 (默认值: 10 秒)
motd 当日新闻
passwd 获取管理员权限的密码。通常以`admin '开头。
versions_accepted
用逗号分隔的服务器接受的版本号列表。支持`*'和`?'通配符。(默认为(与服务器)一致的wesnoth版本)
例如: versions_accepted="*" 允许所有版本连接。
Global tags:
[redirect] 服务器用来重定向特定客户端版本的标签。
host 重定向到的服务器地址
port 连接端口
version
用逗号分隔的需要重定向的版本号列表。同样可以使用`*'和`?'通配符。
[proxy]
这个标签告诉服务器扮演代理服务器角色,把用户连接重定向到另一台服务器。与[redirect]接受一样的参数。
者
由 David White <davidnwhite@verizon.net>编写。 Nils Kneuper
<crazy-ivanovic@gmx.net>, ott <ott@gaon.net> 和 Soliton
<soliton.de@gmail.com>修改。这个帮助页最早由Cyril Bouthors
<cyril@bouthors.org>编写。
访问官方网站: http://www.wesnoth.org/
COPYRIGHT
Copyright (C) 2003-2007 David White <davidnwhite@verizon.net>
这是一个自由软件;使用由FSF发布的GPL v2幸槭谌āT文如下:This is Free
Software; this software is licensed under the GPL version 2, as
published by the Free Software Foundation. There is NO warranty; not
even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
见
wesnoth(6), wesnoth_editor(6)