Minecraft eggs problem. #87

Closed
opened 2026-02-05 17:07:10 +03:00 by OVERLORD · 6 comments
Owner

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

There isn't a "error log" for that.

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
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 ```bash There isn't a "error log" for that. ``` ### Is there an existing issue for this? - [X] I have searched the existing issues before opening this issue. - [X] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [X] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@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

@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
Author
Owner

@JoanFo1456 commented on GitHub (Jun 3, 2024):

I have a better example, in the pterodactyl demo, you can see it in this screenshot.
image

@JoanFo1456 commented on GitHub (Jun 3, 2024): I have a better example, in the pterodactyl demo, you can see it in this screenshot. ![image](https://github.com/pelican-dev/panel/assets/161775222/1fa25b7e-d6bd-4a5f-bc23-bb2e9f7478cc)
Author
Owner

@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

@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
Author
Owner

@notAreYouScared commented on GitHub (Jun 3, 2024):

This is an issue with the panel not passing the right replace config to wings.

@notAreYouScared commented on GitHub (Jun 3, 2024): This is an issue with the panel not passing the right replace config to wings.
Author
Owner

@JoanFo1456 commented on GitHub (Jun 3, 2024):

I'm using the default eggs for Minecraft.

@JoanFo1456 commented on GitHub (Jun 3, 2024): I'm using the default eggs for Minecraft.
Author
Owner

@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.port with server.allocations.default.port.

image

Other values you might want to replace:
server.build.default.port -> server.allocations.default.port
server.build.default.ip -> server.allocations.default.ip
server.build.memory -> server.build.memory_limit
server.build.env._____ -> server.environment._____

@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.port` with `server.allocations.default.port`. ![image](https://github.com/pelican-dev/panel/assets/1757840/8382a475-2bcb-4b31-b2eb-a83e0ddceccd) Other values you might want to replace: `server.build.default.port` -> `server.allocations.default.port` `server.build.default.ip` -> `server.allocations.default.ip` `server.build.memory` -> `server.build.memory_limit` `server.build.env._____` -> `server.environment._____`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#87