mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Minecraft eggs problem. #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JoanFo1456 on GitHub (Jun 3, 2024).
Originally assigned to: @notAreYouScared on GitHub.
Current Behavior
The current behavior is that when you start any minecraft service instead of picking the primary allocation picks the default allocation (25565) for all the servers, so if you have 3 servers all will start with 25565 every time, even if you change that in the server.properties, goes again to 25565.
Expected Behavior
The behavior expected is to mantain the primary port instead of every time you start the server puts 25565 instead of your primary port.
Steps to Reproduce
Update to the last version.
Have a minecraft server and start it.
Panel Version
1.0.0-beta3
Wings Version
1.0.0-beta3
Games and/or Eggs Affected
All the eggs from Minecraft
Docker Image
All the versions of the docker image.
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Jun 3, 2024):
Can you post a screenshot of all three servers allocation tables?
The table is at the bottom of the edit server page
@JoanFo1456 commented on GitHub (Jun 3, 2024):
I have a better example, in the pterodactyl demo, you can see it in this screenshot.

@trenutoo commented on GitHub (Jun 3, 2024):
Can you share the egg that you are using? The egg parser should modify the properties file to utilize the primary port. Either the egg is modified or there's an issue with the egg configuration service
@notAreYouScared commented on GitHub (Jun 3, 2024):
This is an issue with the panel not passing the right replace config to wings.
@JoanFo1456 commented on GitHub (Jun 3, 2024):
I'm using the default eggs for Minecraft.
@notAreYouScared commented on GitHub (Jun 3, 2024):
We know about the issue, and the fix is as follows.
You can "fix" it yourself.
Open the egg you are using, go to Process Management, and under Configuration Files replace every
server.build.default.portwithserver.allocations.default.port.Other values you might want to replace:
server.build.default.port->server.allocations.default.portserver.build.default.ip->server.allocations.default.ipserver.build.memory->server.build.memory_limitserver.build.env._____->server.environment._____