PaperMixins: Difference between revisions

From Kaboom Wiki
m Add to server mods category
Hcesaropz (talk | contribs)
m fix typo
 
Line 5: Line 5:
Some of these improvements target plugins, which is not a functionality natively provided by Ignite, so as such it creates another mixin loader specifically for plugins. Currently [[FastAsyncWorldEdit]], [[Essentials]] and [[Geyser]] are modified via plugin mixins.
Some of these improvements target plugins, which is not a functionality natively provided by Ignite, so as such it creates another mixin loader specifically for plugins. Currently [[FastAsyncWorldEdit]], [[Essentials]] and [[Geyser]] are modified via plugin mixins.


Specific mixins can be disabled via the <code>config/kaboom-paper-mixins.properties</code> configuration file. [https://github.com/kaboomserver/papermixins/tree/master#configuring There is more information about this process the project's README].
Specific mixins can be disabled via the <code>config/kaboom-paper-mixins.properties</code> configuration file. [https://github.com/kaboomserver/papermixins/tree/master#configuring There is more information about this process in the project's README].


[[Category:Server mods]]
[[Category:Server mods]]

Latest revision as of 09:13, 4 August 2026

PaperMixins is a mod for the Ignite Paper mixin loader, developed primarily for Kaboom.

It features a number of exploit patches, performance improvements and feature additions.

Some of these improvements target plugins, which is not a functionality natively provided by Ignite, so as such it creates another mixin loader specifically for plugins. Currently FastAsyncWorldEdit, Essentials and Geyser are modified via plugin mixins.

Specific mixins can be disabled via the config/kaboom-paper-mixins.properties configuration file. There is more information about this process in the project's README.