Compare commits
No commits in common. "2cc26e7be08475efaf2ea3bcd6c334a10cb82b3c" and "91ca9e9741b8bb243465de3266a7d0a91cb6a18b" have entirely different histories.
2cc26e7be0
...
91ca9e9741
@ -7,9 +7,6 @@ flag_file="mod-manager.init"
|
|||||||
if [ ! -f "$flag_file" ]; then
|
if [ ! -f "$flag_file" ]; then
|
||||||
/var/mod-manager-installer.sh
|
/var/mod-manager-installer.sh
|
||||||
echo "1.21.1" | mod-manager init
|
echo "1.21.1" | mod-manager init
|
||||||
mod-manager install 8dI2tmqs -f
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
touch "$flag_file"
|
touch "$flag_file"
|
||||||
|
@ -11,6 +11,6 @@ services:
|
|||||||
volicy-proxy:
|
volicy-proxy:
|
||||||
image: velocity:proxy
|
image: velocity:proxy
|
||||||
container_name: volicy-proxy
|
container_name: volicy-proxy
|
||||||
network_mode: host
|
ports:
|
||||||
|
- "25565:25565"
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
t5YZLo1h00Br
|
|
@ -34,11 +34,11 @@ prevent-client-proxy-connections = false
|
|||||||
# unable to implement network level firewalling (on a shared host).
|
# unable to implement network level firewalling (on a shared host).
|
||||||
# - "modern": Forward player IPs and UUIDs as part of the login process using
|
# - "modern": Forward player IPs and UUIDs as part of the login process using
|
||||||
# Velocity's native forwarding. Only applicable for Minecraft 1.13 or higher.
|
# Velocity's native forwarding. Only applicable for Minecraft 1.13 or higher.
|
||||||
player-info-forwarding-mode = "modern"
|
player-info-forwarding-mode = "NONE"
|
||||||
|
|
||||||
# If you are using modern or BungeeGuard IP forwarding, configure a file that contains a unique secret here.
|
# If you are using modern or BungeeGuard IP forwarding, configure a file that contains a unique secret here.
|
||||||
# The file is expected to be UTF-8 encoded and not empty.
|
# The file is expected to be UTF-8 encoded and not empty.
|
||||||
forwarding-secret-file = "forwarding.secret"
|
#forwarding-secret-file = "forwarding.secret"
|
||||||
|
|
||||||
# Announce whether or not your server supports Forge. If you run a modded server, we
|
# Announce whether or not your server supports Forge. If you run a modded server, we
|
||||||
# suggest turning this on.
|
# suggest turning this on.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user