nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Eclipse

Eclipse

Plugin

A MIXIN Plugin Library for Paper servers

Server Game MechanicsLibraryUtility

157 downloads
4 followers
Filter loader...
Filter versions...
Filter channels...

Eclipse 1.3.3

by Dueris on Nov 11, 2024
Download

Just a bunch of fixes :)

Update to 1.21.3

Add isprovidercontext argument

  • Improved logging impl
  • Datapack entrypoint
    • Allows loading your plugin as a vanilla datapack instance, similar to a fabric mod
  • Cleaned original server instance process more during startup
  • Mod entrypoint API
  • Clean redundant code
  • JVM ManagementFactory for identifying which JDK to use - resolves hosts not setting JAVA_HOME ENV_VAR
  • JVM Instrumentation for original process to retrieve OptionSet

Eclipse 1.2.2

by Dueris on Oct 13, 2024
Download

Hey guys! Another patch, this time improving the library loader implementation to only heighten the libraries used by mixin plugins to the higher classloader, instead of all libraries.

Eclipse 1.2.1

by Dueris on Oct 13, 2024
Download

Changelog:

  • Add Eclipse Plugins section to /plugins command

Eclipse 1.2.0

by Dueris on Oct 10, 2024
Download
  • 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
  • Uses paper-plugin.yml(or .yaml) for mixin defining instead of mixin-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 a JavaPlugin to a MixinPlugin, 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 proper MinecraftServer optionset providers for bootstrapping.
  • Rewrite PaperGameLocator to a new EclipseGameLocator 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

First official release of Eclipse! Changelog:

  • Fix Paper terminal console appender
  • Fix plugin classloading
  • Implemented dynamic server loading

First release, beta build. Changelog:

  • MIXINS.

External resources


Project members

Dueris

Member


Technical information

License
GPL-3.0-only
Project ID