Minecraft Serveris the officialMinecraftprogram forcreating our own private or public serverof the famous game of blocks. We will be able to play with our friends and people from any part of the world making constructions in thecreative Minecraft mode, or have an adventure in the Survival mode...
Jump To: Best Servers Modded Servers Survival Servers Minigame Servers Discovering the best Minecraft servers to plan your next big adventure? Minecraft is founded on bottomless creativity, but as you build up countless hours cave diving to run through ancient cities and boating around the ocean ...
import { world, DimensionLocation } from "@minecraft/server"; function incrementDynamicProperty( log: (message: string, status?: number) => void, targetLocation: DimensionLocation ) { let number = world.getDynamicProperty("samplelibrary:number"); log("Current value is: " + number); if (num...
Vanilla 对于 Java 版来说,绝大多数服务端的始祖便是 Mojang 提供的官方服务端了,按照习惯,我们把官服叫做 Vanilla(香草,代指纯净[纯净服务端有歧义]) 其实他本身的名字应该是 Minecraft_Server(但是大多数情况下我们不会用这个名字) Vanilla 有以下的属性 不支持除了原生 Minecraft 外的任何特性内容 Mojang 官方支...
Returns the@minecraft/server.Blockabove this block (positive in the Y direction). Parameters steps?:number=1 Number of steps above to step before returning. ReturnsBlock|undefined Notes: This function can throw errors. ThrowsLocationInUnloadedChunkError,LocationOutOfWorldBoundariesError ...
entity:@minecraft/server.Entity Entity to interact with. Returnsboolean 重要 This function can't be called in read-only mode. 警告 This function can throw errors. jump jump(): boolean Causes the simulated player to jump. Returnsboolean- True if a jump was performed. ...
entity: @minecraft/server.Entity Entity to interact with. Returns boolean 重要 This function can't be called in read-only mode. 警告 This function can throw errors. jump jump(): boolean Causes the simulated player to jump. Returns boolean - True if a jump was performed. 重要 This function...
/setjump [JUMP|reset](设置跳跃的高度 落地伤害和移动 1:1) /setspawn [ X,Y,Z轴 ](设置当前位置) /scoreboard(管理玩家或队伍) /seed(显示此世界种子) /setspeed [速度|重置](设置移动速度) /spawn(产生某个生物) /setblock(将一个方块变成另一个方块) /setidletimeout(设置自动踢出挂机玩...
The speed, jump height and health of a baby is now a variation of the average of the parents' attributes, rather than being biased towards the average possible value. 繁殖后产下的新个体的速度、跳跃高度和生命值现在会在双亲对应属性平均值附近浮动,而不再只趋近双亲对应属性的平均值This change ...
world-size=29999984 # 最大世界大小(单位)取决于worldbounder位置,设置为1000允许玩家在2000*2000范围内function-permission-level=2 # 数据包函数权限等级rcon.port=25575 # 远程连接所用端口server-port=25565 # 服务器绑定端口server-ip=spawn-npcs=trueallow-flight=false # 是否允许生存模式飞行level-name=world...