world
Control and manage Minecraft Bedrock world settings: adjust time, weather, day/night cycles, query world data, send messages, execute commands, and sequence actions for precise server operations.
Instructions
World management: time, weather, environment, day/night cycles, world queries, connections
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | World management action to perform | |
command | No | Minecraft Bedrock Edition command to execute (without /). For correct syntax and available commands, use the minecraft_wiki tool to search for specific command information. Examples: "give @p diamond_sword", "tp @p 0 64 0", "setblock ~ ~ ~ stone" | |
duration | No | Weather duration in ticks (optional) | |
message | No | Message to send to all players | |
steps | No | Array of world actions for sequence. Each step should have "type" field and relevant parameters. | |
target | No | Target player for message (optional, defaults to all players) | |
time | No | Time in ticks (0-24000, where 0=dawn, 6000=noon, 12000=dusk, 18000=midnight) | |
weather | No | Weather type to set |