2023-02-25
服务器运维
00
请注意,本文编写于 665 天前,最后修改于 19 天前,其中某些信息可能已经过时。

目录

目录
文件位置
Java版
基岩版
server.properties
Java版
基岩版
Minecraft服务器属性
Java版
基岩版
Minecraft Classic 服务器属性

server.properties是储存多人游戏(Minecraft或Minecraft Classic)服务器所有设置的文件。

在编辑server.properties时,就算不同行之间的顺序可以打乱,确保其与原始的文件有相同的结构也很重要。每一行的等号之前的文本为变量名,你不应该修改这些内容。等号后面为变量的值,你可以按照规则自行编辑。以#开头的行为注释,添加、修改或移除注释行不会对游戏造成影响。

保存了server.properties的更改之后,服务端必须重新启动才能使更改生效,另一种选择是在服务器控制台或游戏中使用/reload命令重新加载,这也能获得同样的效果。

如果server.properties文件未列出下文中所有的属性(例如服务端版本更新加入新属性,或该文件还未创建),那么服务器在启动时会重写server.properties补全缺失的属性,并将缺失的属性值设为默认值。

server.properties文件只是一个普通的UTF-8编码文本文件,尽管它有扩展名,因此可以使用任何文本编辑器进行编辑,比如用于Windows的Notepad、用于Mac的TextEdit或者用于Linux的nano和vim。

目录

文件位置

Java版

该文件会在服务端第一次运行时自动生成(如果本来没有的话)。

操作系统文件位置注解
Windowsserver.jar 的相同目录下
LinuxUnix Unix/Mac工作目录路径(pwd)如果你在你的 home 目录下启动(/home/用户名),服务端文件也会在/home/用户名下创建。请按照下列步骤确保服务端文件能够如你预期地正确生成。准备一个完整的文件夹来存放所有服务端文件。(如果你不这么做的话事情会一团糟)把server.jar放置(复制、移动)进去。使用官方指导设置你的Minecraft服务端启动脚本。(我们假设你的Minecraft服务端启动脚本名是./start.sh)确保它位于你的可执行目录 $PATH确保你具有启动脚本的执行权限(chmod +x start.sh,或使用文件夹管理器)./start.sh

基岩版

本文件会与bedrock_server.exe一同下载。

操作系统文件位置
Windowsbedrock_server.exe的相同目录下
Linuxbedrock_server的相同目录下

AD

server.properties

新安装的Minecraft服务器具有以下默认设置:

Java版

以下内容来自22w42a

#Minecraft server properties #(文件修改时间戳) enable-jmx-monitoring=false rcon.port=25575 level-seed= gamemode=survival enable-command-block=false enable-query=false generator-settings={} enforce-secure-profile=true level-name=world motd=A Minecraft Server query.port=25565 pvp=true generate-structures=true max-chained-neighbor-updates=1000000 difficulty=easy network-compression-threshold=256 max-tick-time=60000 require-resource-pack=false use-native-transport=true max-players=20 online-mode=true enable-status=true allow-flight=false initial-disabled-packs= broadcast-rcon-to-ops=true view-distance=10 server-ip= resource-pack-prompt= allow-nether=true server-port=25565 enable-rcon=false sync-chunk-writes=true op-permission-level=4 prevent-proxy-connections=false hide-online-players=false resource-pack= entity-broadcast-range-percentage=100 simulation-distance=10 rcon.password= player-idle-timeout=0 force-gamemode=false rate-limit=0 hardcore=false white-list=false broadcast-console-to-ops=true spawn-npcs=true spawn-animals=true function-permission-level=2 initial-enabled-packs=vanilla level-type=minecraft\:normal text-filtering-config= spawn-monsters=true enforce-whitelist=false spawn-protection=16 resource-pack-sha1= max-world-size=29999984

基岩版

以下内容来自1.19.50.25

server-name=Dedicated Server # Used as the server name # Allowed values: Any string without semicolon symbol. gamemode=survival # Sets the game mode for new players. # Allowed values: "survival", "creative", or "adventure" force-gamemode=false # force-gamemode=false (or force-gamemode is not defined in the server.properties) # prevents the server from sending to the client gamemode values other # than the gamemode value saved by the server during world creation # even if those values are set in server.properties after world creation. # # force-gamemode=true forces the server to send to the client gamemode values # other than the gamemode value saved by the server during world creation # if those values are set in server.properties after world creation. difficulty=easy # Sets the difficulty of the world. # Allowed values: "peaceful", "easy", "normal", or "hard" allow-cheats=false # If true then cheats like commands can be used. # Allowed values: "true" or "false" max-players=10 # The maximum number of players that can play on the server. # Allowed values: Any positive integer online-mode=true # If true then all connected players must be authenticated to Xbox Live. # Clients connecting to remote (non-LAN) servers will always require Xbox Live authentication regardless of this setting. # If the server accepts connections from the Internet, then it's highly recommended to enable online-mode. # Allowed values: "true" or "false" allow-list=false # If true then all connected players must be listed in the separate allowlist.json file. # Allowed values: "true" or "false" server-port=19132 # Which IPv4 port the server should listen to. # Allowed values: Integers in the range [1, 65535] server-portv6=19133 # Which IPv6 port the server should listen to. # Allowed values: Integers in the range [1, 65535] enable-lan-visibility=true # Listen and respond to clients that are looking for servers on the LAN. This will cause the server # to bind to the default ports (19132, 19133) even when `server-port` and `server-portv6` # have non-default values. Consider turning this off if LAN discovery is not desirable, or when # running multiple servers on the same host may lead to port conflicts. # Allowed values: "true" or "false" view-distance=32 # The maximum allowed view distance in number of chunks. # Allowed values: Positive integer equal to 5 or greater. tick-distance=4 # The world will be ticked this many chunks away from any player. # Allowed values: Integers in the range [4, 12] player-idle-timeout=30 # After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely. # Allowed values: Any non-negative integer. max-threads=8 # Maximum number of threads the server will try to use. If set to 0 or removed then it will use as many as possible. # Allowed values: Any positive integer. level-name=Bedrock level # Allowed values: Any string without semicolon symbol or symbols illegal for file name: /\n\r\t\f`?*\\<>|\": level-seed= # Use to randomize the world # Allowed values: Any string default-player-permission-level=member # Permission level for new players joining for the first time. # Allowed values: "visitor", "member", "operator" texturepack-required=false # Force clients to use texture packs in the current world # Allowed values: "true" or "false" content-log-file-enabled=false # Enables logging content errors to a file # Allowed values: "true" or "false" compression-threshold=1 # Determines the smallest size of raw network payload to compress # Allowed values: 0-65535 compression-algorithm=zlib # Determines the compression algorithm to use for networking # Allowed values: "zlib", "snappy" server-authoritative-movement=server-auth # Allowed values: "client-auth", "server-auth", "server-auth-with-rewind" # Enables server authoritative movement. If "server-auth", the server will replay local user input on # the server and send down corrections when the client's position doesn't match the server's. # If "server-auth-with-rewind" is enabled and the server sends a correction, the clients will be instructed # to rewind time back to the correction time, apply the correction, then replay all the player's inputs since then. This results in smoother and more frequent corrections. # Corrections will only happen if correct-player-movement is set to true. player-movement-score-threshold=20 # The number of incongruent time intervals needed before abnormal behavior is reported. # Disabled by server-authoritative-movement. player-movement-action-direction-threshold=0.85 # The amount that the player's attack direction and look direction can differ. # Allowed values: Any value in the range of [0, 1] where 1 means that the # direction of the players view and the direction the player is attacking # must match exactly and a value of 0 means that the two directions can # differ by up to and including 90 degrees. player-movement-distance-threshold=0.3 # The difference between server and client positions that needs to be exceeded before abnormal behavior is detected. # Disabled by server-authoritative-movement. player-movement-duration-threshold-in-ms=500 # The duration of time the server and client positions can be out of sync (as defined by player-movement-distance-threshold) # before the abnormal movement score is incremented. This value is defined in milliseconds. # Disabled by server-authoritative-movement. correct-player-movement=false # If true, the client position will get corrected to the server position if the movement score exceeds the threshold. server-authoritative-block-breaking=false # If true, the server will compute block mining operations in sync with the client so it can verify that the client should be able to break blocks when it thinks it can. chat-restriction=None # Allowed values: "None", "Dropped", "Disabled" # This represents the level of restriction applied to the chat for each player that joins the server. # "None" is the default and represents regular free chat. # "Dropped" means the chat messages are dropped and never sent to any client. Players receive a message to let them know the feature is disabled. # "Disabled" means that unless the player is an operator, the chat UI does not even appear. No information is displayed to the player. disable-player-interaction=false # If true, the server will inform clients that they should ignore other players when interacting with the world. This is not server authoritative. client-side-chunk-generation-enabled=true # If true, the server will inform clients that they have the ability to generate visual level chunks outside of player interaction distances.

Minecraft服务器属性

Java版

属性类型默认值描述
allow-flight布尔值false允许玩家在安装添加飞行功能的mod前提下在生存模式下飞行。允许飞行可能会使恶意破坏者更加常见,因为此设定会使他们更容易达成目的。在创造模式下无作用。false - 不允许飞行。悬空超过5秒的玩家会被踢出服务器。true - 允许飞行。玩家得以使用任何能飞行的mod飞行。
allow-nether布尔值true允许玩家进入下界false - 下界传送门不会生效。true - 玩家可以通过下界传送门前往下界。
broadcast-console-to-ops布尔值true向所有在线OP发送所执行命令的输出。
broadcast-rcon-to-ops布尔值true向所有在线OP发送通过RCON执行的命令的输出。
difficulty字符串easy定义服务器的游戏难度(例如生物对玩家造成的伤害,饥饿和中毒对玩家的影响方式等)。如果设置了旧的数字ID,则会自动转化为英文的难度名称。peaceful (0) - 和平easy (1) - 简单normal (2) - 普通hard (3) - 困难
enable-command-block布尔值false是否启用命令方块。
enable-jmx-monitoring布尔值false暴露一个具有对象名net.minecraft.server:type=ServerMBean和两个属性averageTickTimetickTimes用于暴露以毫秒为单位的tick时间。为了启用JRE的JMX,你需要添加在此处所述的一些JVM标志。
enable-query布尔值false允许使用GameSpy4协议的服务器监听器。用于获取服务器信息。
enable-rcon布尔值false是否允许远程访问服务器控制台。由于RCON协议传输数据时没有加密,所以不建议把RCON暴露在互联网上。RCON客户端和服务端交换的所有数据(包括RCON密码)都会泄露给正在监听此连接的人。
enable-status布尔值true使服务器在服务器列表中看起来是“在线”的。
enforce-secure-profile布尔值true要求玩家必须具有Mojang签名的公钥才能进入服务器。true - 不具有Mojang签名的公钥的玩家不能进入服务器。false - 不具有Mojang签名的公钥的玩家也可进入服务器。
enforce-whitelist布尔值false在服务器上强制执行白名单。当启用后,不在白名单(前提是启用)中的用户将在服务器重新加载白名单文件后从服务器踢出。true - 不在白名单上的用户会被踢出。false - 不在白名单上的在线用户不会被踢出。
entity-broadcast-range-percentage整数(10-1000)100此选项控制实体需要距离玩家有多近才会将数据包发送给客户端。更高的数值意味着实体可以在更远的地方就被渲染,同时也可能提高增加延迟的概率。这个值是以默认值的百分比来表示的。例如:将此值设为50,表示将渲染正常情况下一半距离以内的生物。此功能模仿了客户端视频设置中的功能,而不像客户端的渲染距离设置一样只能在服务器设置的限制下调整渲染距离。
force-gamemode布尔值false强制玩家加入时为默认游戏模式false - 玩家将以退出前的游戏模式加入true - 玩家总是以默认游戏模式加入
function-permission-level整数(1-4)2设定函数的默认权限等级。4个等级的详情见 #op-permission-level
gamemode字符串survival定义默认游戏模式。如果值是旧用的数字,会静默转换为对应游戏模式的英文名称。survival (0) - 生存模式creative (1) - 创造模式adventure (2) - 冒险模式spectator (3) - 旁观模式
generate-structures布尔值true定义是否能生成结构(例如村庄)。false - 新生成的区块中将不包含结构。true - 新生成的区块中将包含结构。**注:**即使设为false,地牢仍然会生成。
generator-settings字符串{}本属性质用于自定义世界的生成。详见超平坦世界自定义了解正确的设定及例子。
hardcore布尔值false如果设为 true,服务器难度的设置会被忽略并且设为 hard(困难),玩家在死后会自动切换至旁观模式。
hide-online-players布尔值false如果设为 true,服务端在响应客户端状态请求时不会返回在线玩家列表。
initial-disabled-packs字符串空白需要在创建世界过程中禁用的数据包名称,以逗号分隔。
initial-enabled-packs字符串vanilla需要在创建世界过程中启用的数据包名称,以逗号分隔。特别地,功能数据包必须在此指定才能生效。
level-name字符串world“level-name”的值将作为世界名称及其文件夹名。你也可以把你已生成的世界存档复制过来,然后让这个值与那个文件夹的名字保持一致,服务器就可以载入该存档。部分字符,例如 ' (单引号)可能需要在前面加反斜杠号 \ 才能被正常应用。
level-seed字符串空白与单人游戏类似,为你的世界定义一个种子。这里有一些例子:minecraft,404,1a2b3c。
level-type字符串minecraft
使用世界预设ID,确定地图所生成的类型。使用世界预设ID时,需要在其中的“:”前加“\”转义。原版世界预设ID可以省略其前面的“minecraft:”(即命名空间)。minecraft
- 带有丘陵,河谷,海洋等的标准的世界。minecraft
- 一个没有特性的平坦世界,可用generator-settings修改。minecraft
- 如同预设(default)世界,但所有生物群系都更大。minecraft
- 如同预设世界,但世界生成高度提高。minecraft
- 单一生物群系世界,可用generator-settings修改。
max-build-height整数256玩家在游戏中能够建造的最大高度。可能会在该值较小时生成超过该值的地形。
max-chained-neighbor-updates整数[需要更多信息]1000000限制连锁NC更新的数量,超过此数量的连锁NC更新会被跳过。若为负数则无限制。
max-players整数(0-2147483647)20服务器同时能容纳的最大玩家数量。请注意,在线玩家越多,对服务器造成的负担也就越大。同样注意,服务器的OP具有在人满的情况下强行进入服务器的能力:找到在服务器根目录下叫ops.json的文件并打开,将需要此能力的OP下的bypassesPlayerLimit选项设置为true即可(默认值为false),这意味着OP将不需要在服务器人满时等待有玩家离开后再加入。过大的数值会使客户端显示的玩家列表崩坏。
max-tick-time整数(0–(2^63 - 1))60000设置每个tick花费的最大毫秒数。超过该毫秒数时,服务器看门狗将停止服务器程序并附带上信息:服务器的一个tick花费了60.00秒(最长也应该只有0.05秒);判定服务器已崩溃,它将被强制关闭。遇到这种情况的时候,它会调用 System.exit(1)。译者注:如果你监测服务程序的返回代码,此时返回代码会为1。(习惯上,程序正常退出应当返回0)-1 - 完全停用看门狗(这个停用选项在 14w32a 快照中添加)
max-world-size整数(1-29999984)29999984设置可让世界边界获得的最大半径值,单位为方块。通过成功执行的命令能把世界边界设置得更大,但不会超过这里设置的最大方块限制。如果设置的 max-world-size 超过默认值的大小,那将不会起任何效果。例如:设置 max-world-size为1000将会有2000×2000的地图边界。设置 max-world-size为4000将会有8000×8000的地图边界。
motd字符串A Minecraft Server本属性值是玩家客户端的多人游戏服务器列表中显示的服务器信息,显示于名称下方。MOTD 支持样式代码。MOTD 支持特殊符号,比如"♥"。然而,这些符号需要转换为Unicode转义字符。你可以在这里找到一个转换器。如果MOTD超过59个字符,服务器列表很可能会返回“通讯错误”。
network-compression-threshold整数256默认会允许n-1字节的数据包正常发送, 如果数据包为n字节或更大时会进行压缩。所以,更低的数值会使得更多的数据包被压缩,但是如果被压缩的数据包字节太小将反而使压缩后字节更大。-1 - 完全禁用数据包压缩0 - 压缩全部数据包**注:**以太网规范要求把小于64字节的数据包填充为64字节。因此,设置一个低于64的值可能没有什么好处。也不推荐让设置的值超过MTU(通常为1500字节)。
online-mode布尔值true是否让服务器对比Minecraft账户数据库验证登录信息。只有在你的服务器并未与 Internet 连接时,才将这个值设为false。如果设为false,黑客就能够使用任意假账户连接服务器!如果minecraft.net服务器宕机或不可访问,那么该值设为true的服务器会因为无法验证玩家身份而拒绝所有玩家加入。通常,这个值设为true的服务器被称为“正版服务器”。故意设定该变量为false的服务器称为“破解服务器”(也称离线服务器),这类服务器允许拥有未授权的Minecraft副本的玩家加入。true - 启用。服务器会认为自己具有 Internet 连接,并检查每一位连入的玩家。false - 禁用。服务器不会尝试检查玩家。
op-permission-level整数(1-4)4设定使用/op命令时OP的权限等级。所有存档会从之前的存档继承能力和命令。1 - OP可以绕过重生点保护。2 - OP可以使用所有单人游戏作弊命令(除了/publish,因为不能在服务器上使用;/debug也是)并使用命令方块。命令方块和领域服服主/管理员有此等级权限。3 - OP可以使用大多数多人游戏中独有的命令,包括 /debug,以及管理玩家的命令(/ban/op等等)。4 - OP可以使用所有命令,包括 /stop, /save-all, /save-on/save-off
player-idle-timeout整数0如果不为0,服务器将在玩家的空闲时间达到设置的时间(单位为分钟)时将玩家踢出服务器**注:**当服务器接受到下列数据包之一时将会重置空闲时间:点击窗口附魔物品更新告示牌玩家挖掘方块玩家放置方块更换拿着的物品动画(挥动手臂)实体动作客户端状态聊天信息使用实体
prevent-proxy-connections布尔值false如果服务器发送的ISP/AS和Mojang的验证服务器的不一样,玩家将会被踢出。true - 启用。服务器将会禁止玩家使用虚拟专用网络或代理。false - 禁用。服务器将不会禁止玩家使用虚拟专用网络或代理。
pvp布尔值true是否允许PvP。也只有在允许PvP时玩家自己的箭才会受到伤害。true - 玩家可以互相残杀。false - 玩家无法互相造成伤害(也称作玩家对战环境PvE))。**注:**由玩家造成的间接伤害(例如熔岩TNT等,某种程度上还有沙子沙砾)还是会伤害其他玩家。
query.port整数(1-65534)25565设置监听服务器的端口号(参见 enable-query)。
rate-limit整数0设置玩家被踢出服务器前,可以发送的数据包数量。设置为0表示关闭此功能。
rcon.password字符串空白设置RCON远程访问的密码(参见enable-rcon)。RCON:能允许其他应用程序通过互联网与Minecraft服务器连接并交互的远程控制台协议。
rcon.port整数(1-65534)25575设置RCON远程访问的端口号。
require-resource-pack布尔值false当此选项启用(设为true)时,玩家会被提示作出选择(是否启用服务器资源包)。如果玩家拒绝则会被服务器断开连接。
resource-pack字符串空白可选选项,可输入指向一个资源包的URI。玩家可选择是否使用该资源包。注意若该值含":"和"="字符,需要在其前加上反斜线(),例如 http://somedomain.com/somepack.zip?someparam=somevalue 资源包大小理应不能超过50 MiB(1.15-pre5前)100 MiB(1.15-pre5到1.18-pre8)250 MiB(1.18-rc1起)注意,下载成功或失败由客户端记录,而非服务器。
resource-pack-prompt字符串空白可选,用于在使用require-resource-pack时在资源包提示界面显示自定义信息。与聊天组件语法一致,可以包含多行文本。
resource-pack-sha1字符串空白资源包的SHA-1值,必须为小写十六进制,建议填写它。这还没有用于验证资源包的完整性,但是它提高了资源包缓存的有效性和可靠性。
server-ip字符串空白将服务器与一个特定IP绑定。强烈建议留空该属性值!留空,或是填入你想让服务器绑定(监听)的IP。
server-port整数(1-65534)25565改变服务器(监听的)端口号。如果服务器在使用NAT的网络中运行,该端口必须被转发(在你有家用路由器/防火墙的前提下)。
simulation-distance整数(3-32)10设置服务端可更新实体范围的最大值,即玩家各个方向上的区块数量(是以玩家为中心的半径,不是直径)。超出此范围的实体不会被更新,对玩家也不可见。默认/推荐设置为10,如果有严重卡顿的话,减少该数值。
spawn-animals布尔值true决定动物是否可以生成。true - 动物可以正常生成。false - 动物生成后会立即消失。提示:如果你有严重的卡顿,可以设为false。
spawn-monsters布尔值true决定攻击型生物(怪物)是否可以生成。true - 启用。怪物会生成于夜晚和黑暗处。false - 禁用。不会有任何怪物。如果difficulty=0(即难度设置为和平)的话,该属性值不会有任何影响。提示:如果你有严重的卡顿,可以设为false。
spawn-npcs布尔值true决定是否生成村民true - 启用。生成村民。false - 禁用。不会有村民。
spawn-protection整数16通过将该值进行2x+1的运算来决定出生点的保护半径。设置为1会保护以出生点为中心的3×3方块的区域,2会保护5×5方块的区域,3会保护7×7方块的区域,以此类推。这个选项不在第一次服务器启动时生成,只会在第一个玩家加入服务器时出现。如果服务器没有设置OP,这个选项会自动禁用。设置为0将不会禁用出生点保护,但会保护位于出生点的那一个方块(13w05a前)。设置为0会禁用出生点保护(13w05a起,参见MC-666)。
sync-chunk-writes布尔值true启用后区块文件以同步模式写入。
text-filtering-config[需要更多信息]空白[需要更多信息]
use-native-transport布尔值true是否使用针对Linux平台的数据包收发优化。此选项仅会在Linux平台上生成。true - 启用。启用Linux数据包收发优化。false - 禁用。禁用Linux数据包收发优化。
view-distance整数(3-32)10设置服务端发送给客户端的世界数据量,也就是设置玩家各个方向上的区块数量(是以玩家为中心的半径,不是直径)。它决定了服务端的可视距离。(另见渲染距离)默认/推荐设置为10,如果有严重卡顿的话,减少该数值。
white-list布尔值false启用服务器的白名单。当启用时,只有白名单上的用户才能连接服务器。白名单主要用于私人服务器,例如提供给相识的朋友、通过应用流程谨慎选择的陌生人等。false - 不使用白名单。true - 从whitelist.json文件加载白名单。注: OP会自动被视为在白名单上,所以无需再将OP加入白名单。

Java版1.12之前的版本中,announce-player-achievements 布尔值(默认为true)属性用于切换是否成就要广播给所有玩家。该属性已被移除,但如果已经设置了这条属性,则游戏规则announceAdvancements将自动更新,随后从文件中删除这条属性。

基岩版

属性名称可选值默认值何时生效作用备注
gamemodesurvival (0), creative (1), adventure (2)survival总是生效或新玩家进入时设定新玩家的游戏模式。survival (0) - 生存模式creative (1) - 创造模式 adventure (2) - 冒险模式
difficultypeaceful (0), easy (1), normal (2), hard (3)easy总是生效设置世界的游戏难度。peaceful (0) - 和平easy (1) - 简单 normal (2) - 普通 hard (3) - 困难
level-typeFLAT, LEGACY, DEFAULTDEFAULT生成地形时决定生成的地图的类型。FLAT-超平坦LEGACY-旧世界类型 DEFAULT-默认
server-name任意字符串Dedicated Server总是生效用作服务器的名称作为服务器在游戏内服务器列表中显示的名称。
max-players正整数10总是生效设置服务器同时能容纳的最大玩家数量。这是应该能在服务器上游戏的玩家的最大数量。较高的值可能会影响服务器性能。
server-port任意整数19132总是生效设置服务器监听的IPv4端口号。
server-portv6任意整数19133总是生效设置服务器监听的IPv6端口号。
level-name任意字符串level总是生效该值用于世界的名称以及文件夹名。你也可以复制你的存档到这里,并把该值修改成文件夹的名称,以此替换服务器加载的存档。使用/生成的存档名称。每个存档在/worlds中都有单独的文件夹。
level-seed任意字符串空白(th34f1ju34facjn5f871df312h)生成地形时用于将世界随机化为世界定义一个种子。留空将随机选择种子。
online-modetrue, falsetrue总是生效是否身份验证如果为true,则每个连接的玩家都必须与Xbox Live进行身份验证。
allow-listtrue, falsefalse总是生效是否开启白名单如果为true,则玩家都必须要在allowlist.json文件中才能登录服务器。
allow-cheatstrue, falsefalse总是生效是否允许作弊如果为true,则服务器将允许作弊行为(例如使用命令)。
view-distance任意整数10总是生效设置玩家可视距离最大值单位为区块。较高的值可能会影响服务器性能。
player-idle-timeout任意整数30总是生效设置空闲玩家被踢出的时间单位为分钟。玩家空闲时间到达设定值后将被踢出,如果设置为0或被移除。
max-threads整数8总是生效设置服务器尝试使用的最大线程数服务器会尽可能多地使用线程。
tick-distance范围[4, 12]内的整数4总是生效设置停止加载区块的距离当玩家远离某个区块的距离超过设定值后,该区块会停止加载。较高的值可能会影响服务器性能。
default-player-permission-levelvisitor, member, operatormember总是生效设置新玩家加入时的权限visitor-新玩家不可破坏方块member-新玩家正常加入 operator-新玩家加入时即为OP
texturepack-requiredtrue, falsefalse总是生效是否强制加载资源包如果为 true,则当服务器有资源包时,将强制客户端使用。
content-log-file-enabledtrue,falsefalse是否启用错误日志

Minecraft Classic 服务器属性

属性类型默认值描述
verify-names布尔值true验证玩家的IP是否与其连接Minecraft.net的IP相同。如果启用,在一台电脑上同时运行服务端和客户端的人会出现问题,服务器看见的是本地IP(127.0.0.1),而Minecraft.net看到的是外部IP。除非上述情况发生,建议启用该属性。true - 启用。服务器会和Minecraft.net检查所有的名字。false - 禁用。服务器会确保IP吻合。
admin-slot布尔值false允许OP在服务器人满时也能加入游戏。
public布尔值服务器是否显示在服务器列表里。true - 服务器会显示在服务器列表里,任何人都能看到。false - 只有掌握服务器 URL(可以在externalurl.txt中找到)的人和掌握IP和端口的人才能加入。
server-name字符串服务器名称,会显示在服务器名单上及有人正加入服务器时。单行文本。部分字符,例如 '(单引号)可能需要在前面加反斜杠号\才能正确应用。
max-players整数(0-256)服务器同时在线的最大玩家人数。注意,服务器上玩家越多,服务器使用的资源越多。同样注意,服务器管理员的连接不算在内。
max-connections整数(1-3)同一个IP允许的最大连接数。注: 如果你尝试设定的值大于3,它会被改回3。
motd字符串MOTD 是Message of the day(每日一句)的简写,尽管你不用每天更改。MOTD是玩家加入服务器时显示的信息。
grow-trees布尔值是否允许树苗长成为树木。true - 服务器会允许树苗长成为树木。false - 服务器不会允许树苗长成为树木。
如果对你有用的话,可以打赏哦
打赏
ali pay
wechat pay

本文作者:烈焰大火龙

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 © 烈焰大火龙 许可协议。转载请注明出处!