用法: /< command > [list|reset|day|night|dawn|17 30|4pm|4000ticks] [玩家|*]别名: playertime,eplayertime,eptime pweather 介绍: 修改一位玩家的天气用法: /< command > [list|reset|storm|sun|clear] [player|*]别名: playerweather,eplayerweather,epweather recipe 介绍: 显示物品的合成配方。用...
/spawnpoint Sets the spawn point for a player. Game Directors Yes /spreadplayers Teleports entities to random locations. Game Directors Yes /stop Stops the server. This command is for use on a dedicated server only. Owner Yes /stopsound Stops a sound. Game Directors Yes /structure Saves or...
This command teleports the player named Steve to the coordinates (0, 250, 0)./summon zombie ~ ~ ~ {CustomName:"Zombie King"}This command summons a zombie with the custom name “Zombie King.”/setblock 0 250 0 minecraft:diamond_block...
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 modificationst...
用法: /< command > [read|clear|send [to] [文本]|sendall [文本]] 别名: email,eemail me 介绍: 在接下来说的话中添加星号前缀。 用法: /< command > < 描述 > 别名: action,eaction,describe,edescribe,eme motd 介绍: 查看今日服务器消息。
sendMessage("/warp <warp> - Teleport to <warp>"); sender.sendMessage("/warp create <warpname> - Creates a warp at your current location"); } @Default public static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName)); } @Subcommand("create...
import{ world, DimensionLocation }from"@minecraft/server";functioncustomCommand(targetLocation: DimensionLocation){constchatCallback = world.beforeEvents.chatSend.subscribe((eventData) =>{if(eventData.message.includes("cancel")) {// Cancel event if the message contains "cancel"eventData.cancel =true;...
To do this, you have to combine the teleport command with the “/execute” command in your command area. Just follow this command “/execute in DimensionName run tp PlayerName ~ ~ ~” and you will be directly teleported to your desired dimension. ...
.addItem(newItemStack(MinecraftItemTypes.Dirt,64)); player.teleport(Vector3Utils.add(ARENA_VECTOR_OFFSET, { x:-3, y:0, z:-3}), { dimension: overworld, rotation: { x:0, y:0}, }); } world.sendMessage("BREAK THE TERRACOTTA"); }functiongameTick(){try{ curTick++;if(curTick =...
Type:boolean Notes: This property can't be edited in read-only mode. player player: Player; Object that represents the player that joined the game. Type:Player Notes: This property can't be edited in read-only mode.