From 27ad7154aa17d2c427409a0cea3934bc9d9cb311 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Mon, 1 Apr 2024 05:58:49 +0200 Subject: [PATCH] index & voice --- web/config/voicechat/voicechat-server.properties | 4 ++-- web/index.html | 8 +------- web/index.toml | 4 ++-- web/pack.toml | 2 +- 4 files changed, 6 insertions(+), 12 deletions(-) diff --git a/web/config/voicechat/voicechat-server.properties b/web/config/voicechat/voicechat-server.properties index 18ba985..b320595 100644 --- a/web/config/voicechat/voicechat-server.properties +++ b/web/config/voicechat/voicechat-server.properties @@ -2,11 +2,11 @@ # The port of the voice chat server # Setting this to "-1" sets the port to the Minecraft servers port (Not recommended) -port=-1 +port=24454 # The IP address to bind the voice chat server on # Leave empty to use 'server-ip' of server.properties # To bind to the wildcard address, use '*' -bind_address= +bind_address=* # The distance to where the voice can be heard max_voice_distance=48.0 # The multiplier of the voice distance when crouching diff --git a/web/index.html b/web/index.html index 9c6a8a4..05f1f11 100644 --- a/web/index.html +++ b/web/index.html @@ -12,7 +12,7 @@

Server

- +
@@ -56,10 +54,6 @@
  • Browse previosuly downloaded pack zip
  • -
    -

    Discord

    - -
    \ No newline at end of file diff --git a/web/index.toml b/web/index.toml index 85a7a5f..93ca69d 100644 --- a/web/index.toml +++ b/web/index.toml @@ -1138,7 +1138,7 @@ hash = "2ffae815f28e42ae83781cf17ba9744e53adb7f869d1f0b740c098261a20ccba" [[files]] file = "config/voicechat/voicechat-server.properties" -hash = "6c30f19c2e345dc325abd71eaec401a74cd1000116ce00a8767be12e90f467af" +hash = "a9043000f37d1140d88b405165068d130108b2974db1c4666a95a03824d6a8a3" [[files]] file = "config/waystones-common.toml" @@ -1150,7 +1150,7 @@ hash = "110735d44eab9f3f56419cff162529ed13a6f7d86e52179d38a46c30b8a14c36" [[files]] file = "index.html" -hash = "b1cd4a1e62c7c223681703460ad9d595e2d096f4a19b77758600153de6358a88" +hash = "98dd2d3ca79511cfd319b1dd64b64f9c9c821e7de8f114f40d25b97b25cb885b" [[files]] file = "kubejs/README.txt" diff --git a/web/pack.toml b/web/pack.toml index 201443d..8bfdae6 100644 --- a/web/pack.toml +++ b/web/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bdc703a3614eef744b7c9a7e34bceaaee463f92748eadddbeaba0bfe0a57df30" +hash = "d81e8aec3eac28aa4f6d7b95cbbae10c87d53de961175f9f35760a8713e62878" [versions] forge = "47.2.0"