Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Paper
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last month
Updated 2 weeks ago
Changelog
- Merge Ignite/Eclipse files to avoid uneccessary management
- Eclipse gradle plugin :
- Updated to
1.2.0
Eclipse - Includes AccessWideners for IDE environment
- Bundles the mixin/mixinextras libraries
- Includes the Eclipse jar for development
- Updated to
- Uses
paper-plugin.yml
(or.yaml
) for mixin defining instead ofmixin-plugin.json
- Fix JVM args from not being provided to new
ProcessBuilder
- DOES NOT work for args like--nogui
yet, making a Paper PR for access to that in plugin bootstrap - Add
MixinPlugin
API access, meaning you can now cast aJavaPlugin
to aMixinPlugin
, and it will provide nullable methods for getting information from Ignite(if any of those is null, then the plugin is NOT a mixin plugin) - Documents the mixins in Eclipse a bit more
- Rewrite the
ModernPluginLoadingStrategyMixin
to just use normal injectors rather than using@Overwrite
- Better support for library loading with paper plugins
- With mixin plugins, it is HIGHLY different in classloading, and some instances will frankly just fail to apply. I am working on a new feature that will bundle libraries like Fabric Loom does for mixin plugins, but that will be in
1.3.0
along with properMinecraftServer
optionset providers for bootstrapping.
- With mixin plugins, it is HIGHLY different in classloading, and some instances will frankly just fail to apply. I am working on a new feature that will bundle libraries like Fabric Loom does for mixin plugins, but that will be in
- Rewrite
PaperGameLocator
to a newEclipseGameLocator
to be more version-agnostic and fix possible jar-corruption of the server jar during Eclipse process init. - Better cleanup of the Eclipse process
- Some more debugging logs
- Better termination output logs
Files
Metadata
Release channel
ReleaseVersion number
1.2.0-SNAPSHOTLoaders
Game versions
1.21–1.21.1Downloads
10Publication date
October 10, 2024 at 8:32 PMPublisher
Dueris
Member