No description
Find a file
2025-05-04 15:34:18 -03:00
.github/workflows ci: run on all branches 2025-04-12 14:24:20 -03:00
config/checkstyle feat: basic ignite mod structure 2025-03-08 18:13:36 -03:00
gradle feat: plugin mixin () 2025-04-02 20:05:05 -03:00
src/main fix: prevent structure blocks from cloning themselves 2025-05-04 15:34:18 -03:00
.gitignore feat: basic ignite mod structure 2025-03-08 18:13:36 -03:00
build.gradle.kts feat: plugin mixin () 2025-04-02 20:05:05 -03:00
LICENSE docs: add license & consistent readme 2025-03-12 22:14:07 -03:00
README.md feat: config 2025-03-22 20:39:28 -03:00
settings.gradle.kts feat: basic ignite mod structure 2025-03-08 18:13:36 -03:00

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