-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Folia #253
Open
NahuLD
wants to merge
24
commits into
brainsynder-Dev:v5.0-Recode
Choose a base branch
from
LemonGamingLtd:Folia-v5.0-Recode
base: v5.0-Recode
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add support for Folia #253
NahuLD
wants to merge
24
commits into
brainsynder-Dev:v5.0-Recode
from
LemonGamingLtd:Folia-v5.0-Recode
Conversation
This file contains 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
…ecode # Conflicts: # MAIN/src/main/java/simplepets/brainsynder/PetCore.java # MAIN/src/main/java/simplepets/brainsynder/impl/PetOwner.java
… Folia-v5.0-Recode # Conflicts: # MAIN/src/main/java/simplepets/brainsynder/menu/items/list/Name.java
# Conflicts: # plugin-core/pom.xml # plugin-core/src/simplepets/brainsynder/PetCore.java # plugin-core/src/simplepets/brainsynder/hooks/ProtocolHook.java # plugin-core/src/simplepets/brainsynder/impl/PetOwner.java # plugin-core/src/simplepets/brainsynder/menu/items/list/Name.java
# Conflicts: # plugin-core/src/simplepets/brainsynder/commands/list/AddonCommand.java # plugin-core/src/simplepets/brainsynder/commands/list/RegenerateCommand.java # plugin-core/src/simplepets/brainsynder/hooks/ProtocolHook.java # plugin-core/src/simplepets/brainsynder/listeners/BrokenVersionListener.java # plugin-core/src/simplepets/brainsynder/listeners/SelectionGUIListener.java # plugin-core/src/simplepets/brainsynder/menu/items/list/Name.java
# Conflicts: # NMS_Master/src/main/java/simplepets/brainsynder/nms/pathfinder/PathfinderWalkToPlayer.java # nms/master/src/simplepets/brainsynder/nms/entity/EntityPet.java # plugin-core/src/simplepets/brainsynder/PetCore.java # plugin-core/src/simplepets/brainsynder/impl/PetOwner.java # plugin-core/src/simplepets/brainsynder/menu/items/list/Name.java # pom.xml
… Folia-v5.0-Recode
… Folia-v5.0-Recode
… Folia-v5.0-Recode
… Folia-v5.0-Recode # Conflicts: # nms/master/src/simplepets/brainsynder/nms/entity/EntityPet.java # plugin-distribution/pom.xml # resources/plugin.yml
… Folia-v5.0-Recode # Conflicts: # nms/master/src/simplepets/brainsynder/nms/entity/EntityPet.java # nms/master/src/simplepets/brainsynder/nms/entity/list/EntityShulkerPet.java
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.
Closes #247.
This PR seeks to add support for Folia by utilizing TechnicallyCoded's FoliaLib wrapper to add cross-compatibility between the different scheduler implementations.
Feel free to review and ask for any changes! This branch (with a few other tweaks) has been running on LemonCloud with no issues.
One minor issue is that the update tasks method had to be commented out because the dependency does not work on Folia.