feature: Rewrite of the protocol, removal of NeoForge for now, new API reworks, better platform independent structure#144
Merged
Conversation
Contributor
|
Not sure if this is the place but it would be great if lot of stuff like packet, component and Rule classes were made platform independent with some kind of adapter class to adapt them to platform specific stuff kinda like Pathetic or Spark. I have recently implemented Noxesium integration into my minecraft server implementation (DockyardMC/Dockyard#205) for a server I'm working on and it was quite a lot of work and quite a lot of duplicate code I had to write |
Still need to sort out things on Paper's side, Fabric should be fine to handshake during config phase
Also send server the reason for destroying it
Spoiler alert: it does not
Just not possible to work around
Last major feature, and the one that made the API unstable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Start of a longer project to rework Noxesium into a better platform for others to work with. Turns all features used by Noxesium into APIs that other mods can use properly through an entrypoint.
Major Changes:
A full server-side plugin is now available and ready to use for everyone as well!
New features (through various MRs that were edited a bit):