An Endstone plugin for Technical Minecraft servers, specifically meant to fill in feature gaps in Canopy created by a lack of access in the vanilla Script API for Behavior Packs.
Can run standalone, but also integrates with Canopy.
Usage: /tick rate <tps: float>
Changes the world's tick speed.
Usage: /tick <freeze/unfreeze>
Starts or stops the tick speed.
Usage: /tick step [num: int]
Makes the tick speed run for a few ticks while frozen. Defaults to 1 if the number of steps is unspecified.
Usage: /tick sprint <num: int>
Makes the tick speed run as fast as possible for the desired number of ticks. Use /tick sprint 0 to interrupt the current sprint.
Usage: /tick query
Shows the current tick speed.
Usage: /flyspeed [multiplier: float]
Changes your creative mode flight speed. Shows your current flight speed multiplier if the multiplier is unspecified.
Usage: /loadnearbychunks [shouldLoad: bool]
Toggles whether chunks nearby the player are ticked. Defaults to true if the parameter is unspecified.
Usage: /pistonpushlimit [n: int]
Changes the maximum number of blocks a piston can push. If the parameter is unspecified, it displays the current push limit.
| Minecraft Version | Boreal Version |
|---|---|
| 26.0 | v0.1.2 |
| 1.21.130 | v0.1.1 |
| 1.21.80 | v0.1.0 |
- /tick Command
- Horizontal Flight Speed Control
- Vertical Flight Speed Control
- Disable Players Ticking Nearby Chunks
- No-clip
- In-depth performance profiler
- Piston push limit