Auto-administrator adder - this resets the ports and stuff when the player
disconnects. Available types are "basic", "progress" and "fast" -
basic only resets after 15 seconds or so.
Progress admins reset ports, firewall and proxy progress, but only if the player isn't the admin.
Super admins reset passwords instantly on fast mode
for servers that insta-reset whenever you disconnect use:
<admin type="fast" resetPassword="true" isSuper="true">
for general computers, it's best practice to use a progress admin unless you want port changes to persist between disconnects.
<admin type="progress">
For computers that have the "security" number in the header set to more than 4, remove the auto-added admin with this:
<admin type="none">
Auto-administrator adder - this resets the ports and stuff when the player disconnects. Available types are
"basic"
,"progress"
and"fast"
- basic only resets after 15 seconds or so. Progress admins reset ports, firewall and proxy progress, but only if the player isn't the admin. Super admins reset passwords instantly on fast modefor servers that insta-reset whenever you disconnect use:
<admin type="fast" resetPassword="true" isSuper="true">
for general computers, it's best practice to use a progress admin unless you want port changes to persist between disconnects.
<admin type="progress">
For computers that have the "security" number in the header set to more than 4, remove the auto-added admin with this:
<admin type="none">
Locale CN
自动管理员添加器 - 当玩家断开连接时,此功能会重置端口等设置。 可用类型包括
"basic"
、"progress"
和"fast"
: basic 仅在大约15秒后重置。 progress 会重置端口、防火墙和代理进度,但仅当玩家不是管理员时生效。 fast 会立即重置密码。若需在玩家断开连接时立即重置的服务器,请使用:
<admin type="fast" resetPassword="true" isSuper="true">
对于普通计算机,最佳实践是使用进度管理员,除非你希望在断开连接后端口不关闭:
<admin type="progress">
对于"security"属性值大于4的节点,可通过这样声明移除自动添加的管理员:
<admin type="none">