query.port=25565 rate-limit=0 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...
server-port=25565 # 是否允许远程访问服务器控制台 enable-rcon=false #为true时区块文件以同步模式写入(跟本地一样加载) sync-chunk-writes=true # 设定OP的权限等级: # 1 - OP可以无视重生点保护; # 2 - OP可以使用 /clear、/gamemode、/tp 等等命令,可编辑命令方块 OP可以使用 /ban、/deop、/kick...
query.port=25565 rate-limit=0 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...
#用于控制函数拥有的权限等级。 rcon.port=25575 #设置远程访问的端口号 server-port=25565 #设置服务器的IPv4端口号 server-ip= #将服务器与一个特定IP绑定。建议留空 #留空,或是填入你想让服务器绑定的域名。 spawn-npcs=true #决定是否生成村民 allow-flight=false #允许玩家在安装添加飞行功能的mod前提下在...
Access your server's control panel and navigate to the Files tab. 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
nano ~/server/eula.txt 保存并关闭文件。接下来,打开server.properties文件并启用rcon协议,并设置rcon密码: bash nano ~/server/server.properties 找到以下行并更新其值: properties rcon.port=25575 rcon.password=\u003cPASSWORD\u003e enable-rcon=true ...
~/server/server.properties rcon.port=25575 rcon.password=strong-password enable-rcon=true 不要忘记将 更改strong-password为更安全的内容。如果您不想从远程位置连接到 Minecraft 服务器,请确保 rcon 端口被防火墙阻止。 在这里,您还可以调整服务器的默认属性。有关服务器设置的更多信息,请访问server.properties页...
rcon.port=25575 server-port=25565 server-ip= spawn-npcs=true allow-flight=false level-name=worldview-distance=10 resource-pack= spawn-animals=true white-list=false rcon.password= generate-structures=true online-mode=true max-build-height=256 ...
nano server.properties 输入这个命令之后,你就会打开这个文件,然后你会看到: #Minecraft server properties #Thu Apr 30 23:42:29 UTC 2020 spawn-protection=16 max-tick-time=60000 query.port=25565 generator-settings= force-gamemode=false allow-nether=true ...
rcon.port=Sets the RCON network port.server-port=Changes the port the server is hosting on.server-ip=The player should set this if they want the server to bind to a particular IP. It is strongly recommended that the player leaves server-ip blank....