https://github.com/forestoflight/boreal
An Endstone plugin for Technical Minecraft Bedrock Edition.
https://github.com/forestoflight/boreal
Last synced: 2 months ago
JSON representation
An Endstone plugin for Technical Minecraft Bedrock Edition.
- Host: GitHub
- URL: https://github.com/forestoflight/boreal
- Owner: ForestOfLight
- License: mit
- Created: 2025-02-13T16:48:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T19:43:39.000Z (about 1 year ago)
- Last Synced: 2025-09-23T03:33:47.317Z (9 months ago)
- Language: C++
- Size: 22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Boreal
[](https://github.com/ForestOfLight/Boreal/releases/latest)
[-brightgreen)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
[](https://discord.gg/9KGche8fxm)
An Endstone plugin for Technical Minecraft servers, specifically meant to fill in feature gaps in
**[Canopy](https://github.com/ForestOfLight/Canopy)** created by a lack of access in the vanilla [Script API for Behavior Packs](https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/?view=minecraft-bedrock-stable).
Can run standalone, but also integrates with **[Canopy](https://github.com/ForestOfLight/Canopy)**.
## Commands
### Tick
**Usage: `/tick rate `**
Changes the world's tick speed.
**Usage: `/tick `**
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 `**
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.
### Flyspeed
**Usage: `/flyspeed [multiplier: float]`**
Changes your creative mode flight speed. Shows your current flight speed multiplier if the multiplier is unspecified.
### Load Nearby Chunks
**Usage: `/loadnearbychunks [shouldLoad: bool]`**
Toggles whether chunks nearby the player are ticked. Defaults to true if the parameter is unspecified.
## Piston Push Limit
**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.
## Force Open
**Usage: `/forceopen [enable: bool]`**
Allows all players to open all containers, even if the container would normally be blocked from opening.
## Supported Versions
Please use Boreal with its corresponding Minecraft version.
| Minecraft Version | Boreal Version |
|-------------------|----------------|
| 1.26.12.2 | v0.1.3 |
| 1.26.0.2 | v0.1.2 |
| 1.21.130.3 | v0.1.1 |
| 1.21.80.3 | v0.1.0 |
## Roadmap
- [x] /tick Command
- [x] Horizontal Flight Speed Control
- [ ] Vertical Flight Speed Control
- [x] Disable Players Ticking Nearby Chunks
- [ ] No-Clip
- [ ] In-Depth Performance Profiler
- [x] Piston Push Limit
- [x] Force Open Containers