pelican-eggs / minecraft

MIT License
51 stars 25 forks source link

[Bug]: Velocity #12

Closed mambucodev closed 3 months ago

mambucodev commented 3 months ago

Panel Version

1.0.0-beta3

Wings Version

1.0.0-beta3

Service

proxy/velocity

Modified

No, I did not modify the egg

Expected Behavior

When I run the server, the config in the velocity.toml file should change the bind_address value to "0.0.0.0:{{SERVER_PORT}}" as its specified in its Configuration Files field:

{
    "velocity.toml": {
        "parser": "file",
        "find": {
            "bind = ": "bind = \"0.0.0.0:{{server.build.default.port}}\""
        }
    }
}

Actual Behavior

Instead, every time I run my server the bind_address value changes to:

bind = "0.0.0.0:"

Steps To Reproduce

Install logs

https://pteropaste.com/8kw6

mambucodev commented 3 months ago

Every time I said bind_address value I meant the bind value, I just confused.

QuintenQVD0 commented 3 months ago

Please read the discord announcement for that. Its broken, we know.

mambucodev commented 3 months ago

oh sorry