World Actions
Manipulate global environment variables.
Configuration
time_action
Sets the exact time of day.
time — Long
Ticks (0-24000). 0=Dawn, 6000=Noon, 18000=Midnight.
world — String
Target world (optional).
weather_action
Sets the weather state.
weather — Enum
CLEAR, RAIN, STORM.
duration — Duration
How long it lasts.
tree_spawn_action
Spawns a specific tree structure.
location — Location
Where to grow the tree.
type — Enum
OAK, BIRCH, JUNGLE, etc.
Example Usage
time_action:
time: 18000
weather_action:
weather: STORM
duration: 20m