No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
opt da35dcb055
Some checks failed
Gradle CI / build (push) Has been cancelled
Gradle CI / attestation (push) Has been cancelled
Gradle CI / release (push) Has been cancelled
fix: update lambda id for log spam mixin
2026-08-17 00:37:01 -03:00
.github build(deps): bump actions/attest from 4.2.1 to 4.2.2 2026-08-14 01:34:14 -03:00
config/checkstyle feat: basic ignite mod structure 2025-03-08 18:13:36 -03:00
gradle chore: bump dependencies 2026-08-08 15:41:49 -03:00
src/main fix: update lambda id for log spam mixin 2026-08-17 00:37:01 -03:00
.editorconfig style: some attempt at consistency 2026-07-17 03:36:23 -03:00
.gitignore feat: basic ignite mod structure 2025-03-08 18:13:36 -03:00
build.gradle.kts feat: port to 26.1.2 2026-04-11 16:01:02 -03:00
gradle.properties build: bump dependencies 2025-11-15 12:56:36 -03:00
LICENSE docs: add license & consistent readme 2025-03-12 22:14:07 -03:00
README.md feat: port to 26.2 2026-08-05 00:28:15 -03:00
settings.gradle.kts feat: basic ignite mod structure 2025-03-08 18:13:36 -03:00

papermixins

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

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