-
Notifications
You must be signed in to change notification settings - Fork 23
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
Adding PandaSpigot to Server Software #263
Comments
I will try looking into this, if you can give me the direction of the existing ones that use this maybe. I am pretty sure Paper or something itself also uses this API to retrieve stuff? |
Found out the external MCServerUpdater library is responsible for this, I will try and see if I can make changes at them and then PR them into there. EDIT: This is very easy, the API works the exact same as the one of Paper does! Am right now making changes to the MCServerUpdater repository using the fork to add PandaSpigot. |
Changes are made and it's working! I hope it to get merged into MCServerUpdater soon. As soon as that library gets a new release, the only thing that needs to happen here is to upgrade the version of the library linked to the AutoPlug-Client project, and edit the comment of the Java code generating the updater.yml config using dyml to include the new possible value and done! |
Great! My PR got merged. Now it's pure time to wait for the next release of their library. |
@Minionguyjpro nice while you are at it, if you are interested take a look at the other open issues over there |
As we know this has now been integrated by #264 |
Importance: 7/10
Problem:
I would like to use PandaSpigot along with AutoPlug, which is a well maintained fork of Paper for Minecraft 1.8.8.
Solution:
Add the feature, it shouldn't be so hard since there is an API for it available at https://downloads.hpfxd.com which seems based on OpenAPI and using GET requests stuff can be retrieved.
The text was updated successfully, but these errors were encountered: