No description
Find a file
amy adc8e8bf8a
Some checks are pending
Gradle CI / build (push) Waiting to run
style: remove duplicate space
2026-04-02 21:35:20 -03:00
.github/workflows
config/checkstyle
gradle
src/main
.gitignore
build.gradle.kts
gradle.properties
LICENSE
README.md
settings.gradle.kts

papermixins

Paper Mixins is a Ignite mod that applies various Free-OP related patches to Paper.

The mod is created for the Kaboom server.

Configuring

The configuration is located in config/kaboom-paper-mixins.properties. It is not created automatically. It uses the java properties format (the same one as server.properties).

Currently, all you can do through the config is toggle different fixes off.

Example:

# Disable this optimization specifically
perf.command_block_optimization=false

# Disable all new "features"
feat=false

# Except for this one
feat.execute_vanilla_only=true

Compiling

Use Gradle to compile the mod. For security reasons, the gradle wrapper is not provided. You must use a system-wide installation of Gradle.

gradle build

The generated .jar file will be located in the build/libs/ folder.

License

Unlicense