PaperMixins: Difference between revisions
From Kaboom Wiki
Create page |
m fix typo |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
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 in the project's README]. | |||
[[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.