-
Notifications
You must be signed in to change notification settings - Fork 139
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 minecraft-autoplug
Template
#241
Conversation
Ohhhh I accidentally edited the purpur files. I will restore them. |
Okay done, I fixed/restored it back as it was. Now all changes shall be correct. |
Can you please order the properties of the files the same? Please refer to https://github.com/PufferPanel/templates/blob/v2.6/minecraft-vanilla/minecraft-vanilla.json for a desired ordering. |
The |
Order as in, the data section is first, then the install section, then the run section, and so on. The specific variables are not what I meant. |
Oh sorry, I didn't understand it correctly. I'll look into it this
afternoon. Shall I do the same for the Docker version of the template?
Op do 19 okt. 2023 19:47 schreef Joshua Taylor ***@***.***>:
… Can you please order the properties of the files the same?
Please refer to
https://github.com/PufferPanel/templates/blob/v2.6/minecraft-vanilla/minecraft-vanilla.json
for a desired ordering.
The build and version flags don't apply to this, as the client does only
offer the latest build at a time and it isn't the server software itself,
just the client that can run it.
Order as in, the data section is first, then the install section, then the
run section, and so on. The specific variables are not what I meant.
—
Reply to this email directly, view it on GitHub
<#241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APYNRKW67WEZ67N4F6IXCX3YAFRUPAVCNFSM6AAAAAA6D3GZS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZRGQ2DQOJTGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Although, why does Purpur use this ordering instead? |
@LordRalex Done! I fixed the ordering and it should be correct now. |
@LordRalex I hope you'll be able to merge this soon. |
This adds a template for the AutoPlug client, a client for Minecraft servers with additional features. It runs on top of the Minecraft server, hence the client will execute the Minecraft server Java instance. I've added some notes for things that should be changed to make it work, but when that's all done it will work perfectly.