nano ~/server/eula.txt 保存并关闭文件。接下来,打开server.properties文件并启用rcon协议,并设置rcon密码: bash nano ~/server/server.properties 找到以下行并更新其值: properties rcon.port=25575 rcon.password=\u003cPASSWORD\u003e enable-rcon=true 确保您设置了强密码,并且在服务器外部访问时没有打开rcon端口。
rcon.password= rcon.port=25575 region-file-compression=deflate require-resource-pack=false resource-pack= resource-pack-id= resource-pack-prompt= resource-pack-sha1= server-ip= server-port=25565 simulation-distance=10 spawn-animals=true spawn-monsters=true spawn-npcs=true spawn-protection=16 sync-...
~/server/eula.txt eula=true 关闭并保存文件。 接下来,打开server.properties文件并启用 rcon 协议并设置 rcon 密码: nano ~/server/server.properties 找到以下几行并更新它们的值,如下所示: ~/server/server.properties rcon.port=25575 rcon.password=strong-password enable-rcon=true 不要忘记将 更改strong-pa...
rcon.password= # 当进入AFK模式,在规定时间内T出服务器,设置成0为不T出服务器 player-idle-timeout=0 debug=false # 玩家加入服务器时强制变成默认游戏模式 force-gamemode=false # 速率限制 ,带宽限制? rate-limit=0 # 极限模式 hardcore=false # 白名单 white-list=false #出生点保护半径(若没有op则不...
rcon.password= rcon.port=25575 region-file-compression=deflate require-resource-pack=false resource-pack= resource-pack-id= resource-pack-prompt= resource-pack-sha1= server-ip= server-port=25565 simulation-distance=10 spawn-animals=true spawn-monsters=true ...
server-port=25565 enable-rcon=false sync-chunk-writes=true op-permission-level=4 prevent-proxy-connections=false resource-pack= entity-broadcast-range-percentage=100 rcon.password= player-idle-timeout=0 debug=false #是否开启调试模式(建议不开启) ...
rcon.password= #远程访问密码 generate-structures=true #定义是否在生成世界时生成结构(如村庄) online-mode=true #线上模式是否开启 (即正版模式) max-build-height=256 #玩家在游戏中能够建造的最大高度 level-seed= #世界种子 prevent-proxy-connections=false ...
Find the server.properties file, and click its name to edit it Set the enable-rcon field to true Change the rcon.port field to your newly generated additional port Set the rcon.password field to your desired unique password Save the file, then restart your server ...
rcon.password=Sets the password for RCON.generate-structures=Defines whether structures (like villages) can be generated.max-build-height=The maximum height allowed for building, the maximum for this setting is 256.online-mode=Server checks connecting players against Minecraft account database, if ...
选择记事本,先找到 level-name=这一行,在后面填上自己想要的服务器名称再找到rcon.password=一行,可以将它清空,再在server-ip=这一行填上主机的联机用的IP,其余可以看文件夹内的 服务器设置说明.txt 设置,接下来运行 启动服务器.bat 第一次运行需要联网进行下载,之后不用外网联机的用户就可以关闭互联网。...