Compare commits

...

4 Commits

Author SHA1 Message Date
d0cf0fc3c7 fix 2024-12-06 07:50:44 -05:00
3ba1d3673a fix 2024-12-06 07:33:36 -05:00
a71de3d502 update 2024-12-06 07:32:43 -05:00
4f0f48fcc7 update 2024-12-06 07:24:52 -05:00
3 changed files with 9 additions and 4 deletions

View File

@ -19,7 +19,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt install temurin-21-jdk -y
# This needs to be changed to the version you wish to support.
RUN mkdir -vp /home/mc
RUN mkdir -vp /home/mc/minecraft
RUN mkdir -p /home/mc/minecraft/config
COPY FabricProxy-Lite.toml /home/mc/minecraft/config
#Auto Accept EULA for MC
COPY eula /home/mc/minecraft/eula.txt
COPY server.properties /home/mc/minecraft/server.properties
@ -36,7 +38,6 @@ RUN chmod +x /var/mod-manager-installer.sh
COPY connection_manager.js /usr/bin/connections
RUN chmod +x /usr/bin/connections
COPY connections.json /var/connections.json
RUN ln -s /usr/bin/connections /usr/bin/con
ENV PATH="/usr/bin:$PATH"
@ -62,7 +63,6 @@ RUN data=$(node /var/tools/scripts/get_latest_fabric_version.js 1.21.1) && \
echo "Download URL: $data" && \
wget -O /home/mc/minecraft/server.jar "$data"
RUN chmod +x -R /var/tools
# Install PM2

View File

@ -0,0 +1,5 @@
hackOnlineMode = true
hackEarlySend = true
hackMessageChain = true
disconnectMessage = "This server requires you to connect with Velocity."
secret = "t5YZLo1h00Br"

View File

@ -13,7 +13,7 @@ motd = "<#09add3>A Velocity Server"
show-max-players = 500
# Should we authenticate players with Mojang? By default, this is on.
online-mode = false
online-mode = true
# Should the proxy enforce the new public key security standard? By default, this is on.
force-key-authentication = true
@ -75,7 +75,7 @@ enable-player-address-logging = true
lobby = "127.0.0.1:8001"
factions = "127.0.0.1:8002"
minigames = "127.0.0.1:8003"
idk = "ssh.surf:8004"
idk = "127.0.0.1:8004"
# In what order we should try servers when a player logs in or is kicked from a server.
try = [