Use the default Minecraft port instead of custom one (#1277)

This commit is contained in:
Max Lee
2024-08-10 20:12:19 +01:00
committed by GitHub
parent dd7b8b4d8f
commit 00ed2284ec
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
# Config version. Do not change this
config-version = "2.7"
# What port should the proxy be bound to? By default, we'll bind to all addresses on port 25577.
bind = "0.0.0.0:25577"
# What port should the proxy be bound to? By default, we'll bind to all addresses on port 25565.
bind = "0.0.0.0:25565"
# What should be the MOTD? This gets displayed when the player adds your server to
# their server list. Only MiniMessage format is accepted.
@@ -150,7 +150,7 @@ accepts-transfers = false
enabled = false
# If query is enabled, on what port should the query protocol listen on?
port = 25577
port = 25565
# This is the map name that is reported to the query services.
map = "Velocity"