6 然后,设置server.properties,详见wiki,这是我的设置:#Minecraft server properties#Fri Jul 27 23:01:10 CST 2018spawn-protection=200max-tick-time=60000generator-settings=force-gamemode=falseallow-nether=truegamemode=0broadcast-console-to-ops=trueenable-query=falseplayer-idle-timeout=0difficulty=1spaw...
管理命令/resadmin lease set [领地名] [#天数/infinite] - 设置领地的时间限制或不限时/resadmin removeall [玩家名] - 移除某玩家的所有领地/resadmin setowner [领地名] [玩家名] - 将某领地以交给某玩家/resadmin server [领地名] - 将某领地设置为服务器领地/resload - 载入领地插件. *注* 在res...
2)“server-ip=”,是设置你的服务器地址的位置,一般会在后面填写你的外网IP/服务器域名/hamachi的IPv4地址,如图:3)“max-build-height=256”,这个最高的建筑高度,一般来说,高度越高,会对网络和电脑配置的也就越高;4)“spawn-npcs=true”,这个是是否生产NPC(和村庄);5)“white-lis...
spawn-animals=true white-list=false rcon.password= generate-structures=true online-mode=true max-build-height=256 level-seed= prevent-proxy-connections=false use-native-transport=true motd=A Minecraft Serverenable-rcon=false 让我们看一下列表中比较重要的属性: difficulty(默认为 easy)- 这会设置游戏的...
远程连接所用端口server-port=25565 # 服务器绑定端口server-ip=spawn-npcs=trueallow-flight=false # 是否允许生存模式飞行level-name=world # 世界名字view-distance=10 # 视距 建议调大一点 resource-pack= # 资源包spawn-animals=true # 是否生成动物white-list=false # 是否开启白名单rcon.password= # 远程...
import { ItemStack, DimensionLocation } from "@minecraft/server"; import { MinecraftItemTypes } from "@minecraft/vanilla-data"; function spawnFeatherItem(log: (message: string, status?: number) => void, targetLocation: DimensionLocation) { const featherItem = new ItemStack(MinecraftItemTypes.Feathe...
Creating a Minecraft server gives youfull control of both the in-game worlditself and the back end - you can useadmin commandsto teleport, spawn items, change the time of day, and so much more. If you want to go a step further, there’s even a whole world ofplayer-made modifications...
import { DimensionLocation } from "@minecraft/server"; import { MinecraftEntityTypes, MinecraftEffectTypes } from "@minecraft/vanilla-data"; function quickFoxLazyDog(log: (message: string, status?: number) => void, targetLocation: DimensionLocation) { const fox = targetLocation.dimension.spawnEnt...
-e MAX_BUILD_HEIGHT=128 \ -e PLAYER_IDLE_TIMEOUT=60 \ -e SNOOPER_ENABLED=false \ -e SPAWN_PROTECTION=10 \ -e MAX_WORLD_SIZE=14999992 \ bymatej/minecraft-server TheStrongPa55!is, obviously, not myactualpassword. :) Stopping the server ...
server-port=255565#服务器端口,默认25565 level-seed=#生成地图的种子 max-build-height=256#服务器最高建筑距离 spawn-npcs=true#生成NPC white-list=false#白名单 spawn-animals=true#生成动物 online-mode=false#是否开启正版登录 pvp=true#是否开启PVP ...