No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] a87641a468
Some checks failed
Gradle CI / build (push) Has been cancelled
Gradle CI / attestation (push) Has been cancelled
Gradle CI / release (push) Has been cancelled
build(deps): bump actions/setup-java from 6.0.0 to 6.0.1
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-16 03:02:51 -03:00
.github build(deps): bump actions/setup-java from 6.0.0 to 6.0.1 2026-09-16 03:02:51 -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 feat: tweak some values 2026-09-13 19:45:41 -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