Skip to content

Commit

Permalink
Update Version to 5.0 Pre-Release 1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed Jan 1, 2022
1 parent 4923211 commit 4fb9c0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/bingo/functions/tick/tick.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified level.dat
Binary file not shown.
6 changes: 3 additions & 3 deletions server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fb9c0a

Please sign in to comment.