diff --git a/data/bingo/functions/tick/tick.mcfunction b/data/bingo/functions/tick/tick.mcfunction index cd7b634a..68fe3cfd 100644 --- a/data/bingo/functions/tick/tick.mcfunction +++ b/data/bingo/functions/tick/tick.mcfunction @@ -24,7 +24,7 @@ execute if score $is_multiplayer bingo.state matches 0 unless entity @e[name=DoN execute if score $is_multiplayer bingo.state matches 0 run tellraw @a[tag=bingo.resourcepack_check] "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" execute if score $is_multiplayer bingo.state matches 0 run scoreboard players set @a[tag=bingo.resourcepack_check] bingo.resources 91 -tellraw @a[scores={bingo.resources=1}] ["\n\n\n\n\n", {"translate": "%1074992263$s%1$s", "with": [["",{"text": "The resourcepack is currently not enabled.", "color": "red"}, "\nPlease download the Resourcepack ", {"text": "here", "color": "#00c3ff", "clickEvent": {"action": "open_url", "value": "https://github.com/NeunEinser/bingo/releases/download/5.0-beta2/Resourcepack.zip"}}, " and enable it.\n\n[", {"text": "Re-check", "color": "#00c3ff", "clickEvent": {"action": "run_command", "value": "/trigger bingo.resources"}}, "]"], ["", {"translate": "bingo.resourcepack_check.go_to_lobby.part1", "color": "green"}, "\n", {"translate": "bingo.resourcepack_check.go_to_lobby.part2", "with": [{"translate": "bingo.resourcepack_check.go_to_lobby.click", "color": "#00c3ff", "clickEvent": {"action": "run_command", "value": "/trigger bingo.resources set 91"}}]}]]}] +tellraw @a[scores={bingo.resources=1}] ["\n\n\n\n\n", {"translate": "%1074992263$s%1$s", "with": [["",{"text": "The resourcepack is currently not enabled.", "color": "red"}, "\nPlease download the Resourcepack ", {"text": "here", "color": "#00c3ff", "clickEvent": {"action": "open_url", "value": "https://github.com/NeunEinser/bingo/releases/download/5.0-pre1/Resourcepack.zip"}}, " and enable it.\n\n[", {"text": "Re-check", "color": "#00c3ff", "clickEvent": {"action": "run_command", "value": "/trigger bingo.resources"}}, "]"], ["", {"translate": "bingo.resourcepack_check.go_to_lobby.part1", "color": "green"}, "\n", {"translate": "bingo.resourcepack_check.go_to_lobby.part2", "with": [{"translate": "bingo.resourcepack_check.go_to_lobby.click", "color": "#00c3ff", "clickEvent": {"action": "run_command", "value": "/trigger bingo.resources set 91"}}]}]]}] scoreboard players enable @a[tag=bingo.resourcepack_check] bingo.resources scoreboard players set @a[scores={bingo.resources=1}] bingo.resources 0 tag @a[scores={bingo.resources=91}] remove bingo.resourcepack_check diff --git a/level.dat b/level.dat index 5fe0d336..3379b360 100644 Binary files a/level.dat and b/level.dat differ diff --git a/server.properties b/server.properties index 0bb7bf72..9e677e97 100644 --- a/server.properties +++ b/server.properties @@ -2,12 +2,12 @@ #Sat Sep 25 21:07:41 CEST 2021 level-seed=91 enable-command-block=true -level-name=Bingo 5.0-beta2 +level-name=Bingo 5.0-pre1 pvp=false -resource-pack=https://github.com/NeunEinser/bingo/releases/download/5.0-beta2/Resourcepack.zip +resource-pack=https://github.com/NeunEinser/bingo/releases/download/5.0-pre1/Resourcepack.zip function-permission-level=2 spawn-npcs=true spawn-animals=true spawn-monsters=true -resource-pack-sha1=E6B3C397EBD6383A2CCC1D67CAC2A2D296C15AA0 +resource-pack-sha1=26DAC0B17D49B639763B455735928CC1239CF71D max-world-size=29999984 \ No newline at end of file