Skip to content

Add Velocity-CTD Egg#590

Open
ItsDavloooDev wants to merge 5 commits into
pterodactyl:mainfrom
ItsDavloooDev:main
Open

Add Velocity-CTD Egg#590
ItsDavloooDev wants to merge 5 commits into
pterodactyl:mainfrom
ItsDavloooDev:main

Conversation

@ItsDavloooDev

Copy link
Copy Markdown

Description

Adds a new Pterodactyl egg for Velocity-CTD, a fork of Velocity, including:

  • installation from GitHub releases (jar *-all.jar);
  • automatic download of velocity.toml for Velocity-CTD;
  • bind in velocity.toml collegato alla porta di default del server.

Resolves #

Checklist for all submissions

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you tested and reviewed your changes with confidence that everything works?
  • Did you branch your changes and PR from that branch and not from your master branch?
    • If not, why?: n/a
  • 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
  • The egg was exported from the panel

New egg Submissions

  1. 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. Have you added the egg to the main README.md and any other README files in subdirectories of the egg according to the alphabetical order?
  4. Have you added a unique README.md for the egg you are adding according to the alphabetical order?
  5. 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. The egg was exported from the panel

Copilot AI review requested due to automatic review settings July 10, 2026 17:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new Pterodactyl egg for Velocity-CTD under minecraft/proxy/java/velocity-ctd, including an installation script that downloads the *-all.jar from GitHub Releases and a bundled velocity.toml template intended to have its bind port rewritten to the server’s default allocation.

Changes:

  • Added egg-velocity-ctd.json defining the Velocity-CTD egg, variables, and GitHub Releases-based installer.
  • Added a velocity.toml template for Velocity-CTD.
  • Added a per-egg README.md file (currently empty in this PR).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.

File Description
minecraft/proxy/java/velocity-ctd/egg-velocity-ctd.json Defines the new Velocity-CTD egg, install script, and config rewriting.
minecraft/proxy/java/velocity-ctd/velocity.toml Provides the default Velocity-CTD configuration template used by the installer.
minecraft/proxy/java/velocity-ctd/README.md Intended documentation for the new egg (currently empty).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread minecraft/proxy/java/velocity-ctd/egg-velocity-ctd.json Outdated
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar {{SERVER_JARFILE}}",
"config": {
"files": "{\r\n \"velocity.toml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"bind = \\\"0.0.0.0:25565\\\"\": \"bind = \\\"0.0.0.0:{{server.build.default.port}}\\\"\"\r\n }\r\n }\r\n}",
Comment on lines +192 to +194
lobby = "127.0.0.1:30066"
factions = { address = "127.0.0.1:30067", forwarding-mode = "modern", minimum-version = "1.13" }
minigames = { address = "127.0.0.1:30068", forwarding-mode = "legacy", minimum-version = "1.7.2", maximum-version = "1.21.10" }
]

[server-links.Discord]
link = "https://discord.gg/beer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants