Broken Wings is a creative flight blocker. It works per-dimension.
The default settings block flight in dimension 7, the Twilight Forest. It can be configured as a whitelist or a blacklist for dimensions to allow flight in, or to blanket-ban all creative flight in all dimensions. You can also choose to block elytra flight.
This fork features a implementation for GameStages (as long as fix if required).
This work is dedicated to the public domain.
Please check out the original repo at here.
- New config to disable bypass keys.
- Support GameStages, CraftTweaker (and GroovyScript in Java way).
- Clone this repository you have created with this template.
- In the local repository, run the command
gradlew setupDecompWorkspace
- Open the project folder in IDEA.
- Right-click in IDEA
build.gradle
of your project, and selectLink Gradle Project
, after completion, hitRefresh All
in the gradle tab on the right. - Run
gradlew runClient
andgradlew runServer
, or use the auto-imported run configurations in IntelliJ like1. Run Client
.