Allow Multi-Platform, starting with Fabric#8
Draft
Peashooter101 wants to merge 3 commits intomainfrom
Draft
Conversation
RhythmicSys
reviewed
Nov 18, 2025
Member
RhythmicSys
left a comment
There was a problem hiding this comment.
I don't think I had any code changes I saw that were needed, just general directional ideas
Member
There was a problem hiding this comment.
Would eventually like to extract the commands to common, since they use brig
Member
There was a problem hiding this comment.
Would like to move this into common along with commands
Member
There was a problem hiding this comment.
Would also like to move this into common, unsure if other platforms will need separate types of exceptions and handling
Member
There was a problem hiding this comment.
I am unsure how the other platforms handle permissions, this might be able to be changed and made a common class, or converted into some sort of enum with wrappers for the different platforms
This was referenced Nov 19, 2025
Created modules for paper and fabric platforms Paper is functional on maven package Code is not refactored to common yet, common empty
97d345e to
2502ede
Compare
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.
Warning
This PR is incomplete and should not be merged until final code review is completed.
This PR is to enable multi-platform support for SimplePMs. It is likely we will not merge until Fabric is implemented, but this is unclear right now.
Steps