add minecraft server to the docs

This commit is contained in:
redmine4404
2024-07-28 17:55:14 +02:00
parent d164320977
commit ed0d84fffc
2 changed files with 4 additions and 0 deletions

View File

@@ -149,6 +149,9 @@ echo "PN_SMM_SECURE_SERVER_HOST=$server_ip" >>./super-mario-maker.local.env
echo "PN_SPLATOON_SECURE_SERVER_HOST=$server_ip" >>./splatoon.local.env
echo "PN_MINECRAFT_SECURE_SERVER_HOST=$server_ip" >>./minecraft-wiiu.local.env
echo "PN_MINECRAFT_ALLOW_PUBLIC_MATCHMAKING=0" >>./minecraft-wiiu.local.env
echo "# 0 = disable, 1 = enable" >>./minecraft-wiiu.local.env
# Get the Wii U IP address
if [[ -n "$wiiu_ip" ]]; then
if_verbose print_info "Using Wii U IP address $wiiu_ip."