minecraft icon indicating copy to clipboard operation
minecraft copied to clipboard

Add AutoPlug as egg

Open Minionguyjpro opened this issue 1 year ago • 2 comments

Description

This PR adds the AutoPlug-Client to the eggs. It itself actually isn't server software but some sort of wrapper that runs and brings extra functionality like updating plugins, making backups etc. and which can actually download the server software for you (Minecraft Java) and launch it. I tried adding overrides for the updater.yml file of AutoPlug-Client in order to disable the Java updater but this caused issues. It should be disabled however as it is unnecessary due to the Java process running in a container already that's being kept up to date. Maybe it's worth adding a note?

Checklist for all submissions

  • [x] Have you followed the guidelines in our Contributing document?
  • [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • [x] Have you tested and reviewed your changes with confidence that everything works?
  • [x] Did you branch your changes and PR from that branch and not from your master branch?
    • If not, why?:
  • [x] You verify that the start command applied does not use a shell script
    • [ ] If some script is needed then it is part of a current yolk or a PR to add one
  • [x] The egg was exported from the panel

New egg Submissions

  1. [x] Does your submission pass tests (server is connectable)?
  2. [ ] Does your egg use a custom docker image?
    • [ ] Have you tried to use a generic image?
    • [ ] Did you PR the necessary changes to make it work?
  3. [x] Have you added the egg to the main README.md and any other README files in subdirectories of the egg (e.g /game_eggs) according to the alphabetical order?
  4. [x] Have you added a unique README.md for the egg you are adding according to the alphabetical order?
  5. [x] You verify that the start command applied does not use a shell script
    • [ ] If some script is needed then it is part of a current yolk or a PR to add one
  6. [x] The egg was exported from the panel

Minionguyjpro avatar Sep 21 '24 09:09 Minionguyjpro

@Minionguyjpro I know we missed responding to this. Please make sure you have a pelican version of this egg as well.

You can use https://redthirten.github.io/scramble-egg-converter/ to convert

parkervcp avatar Oct 01 '25 14:10 parkervcp

@Minionguyjpro I know we missed responding to this. Please make sure you have a pelican version of this egg as well.

You can use https://redthirten.github.io/scramble-egg-converter/ to convert

Just did this 👍.

Minionguyjpro avatar Oct 04 '25 21:10 Minionguyjpro