Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Evtema3 committed Sep 22, 2023
1 parent 5366152 commit 3edf263
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
@@ -1,6 +1,6 @@
playsound ding master @s ~ ~-1 ~ 1 1.2
title @s title ["",{"text":"Crafty ","bold":true,"color":"dark_purple"},{"text":"Cannoneers","bold":true,"color":"gold"}]
title @s subtitle ["",{"text":"v1.0.6 ","color":"aqua"},{"text":"Made by ","color":"gray"},{"text":"Zeronia","color":"green"},{"text":"!","color":"gray"}]
title @s subtitle ["",{"text":"v1.0.7 ","color":"aqua"},{"text":"Made by ","color":"gray"},{"text":"Zeronia","color":"green"},{"text":"!","color":"gray"}]
scoreboard players set @s GamesPlayed 10
tellraw @s ["","\n",{"text":"Welcome aboard! ","bold":true,"color":"dark_green"},"\n",{"text":"It seems like you're new to ","color":"green"},{"text":"Crafty ","bold":true,"color":"dark_purple"},{"text":"Cannoneers","bold":true,"color":"gold"},{"text":"!","color":"green"},"\n",{"text":"We highly recommend you to check out the ","color":"green"},{"text":"Training Island","bold":true,"color":"aqua"},{"text":" before playing the actual game!","color":"green"},"\n",{"text":"You can go there by using the blue warp pad on the left side of the Lobby.","italic":true,"color":"dark_green"},"\n"]
tag @s add firstJoined
@@ -0,0 +1,2 @@
tellraw @a [{"text":"Successfully applied updates from Crafty Cannoneers v1.0.7","color":"green"}]
scoreboard players set $WorldVersion CmdData 1070
3 changes: 2 additions & 1 deletion craftycannoneers/data/version/functions/check.mcfunction
Expand Up @@ -3,4 +3,5 @@ execute unless score $WorldVersion CmdData matches 1020.. run function version:1
execute unless score $WorldVersion CmdData matches 1030.. run function version:1_0_3/update
execute unless score $WorldVersion CmdData matches 1040.. run function version:1_0_4/update
execute unless score $WorldVersion CmdData matches 1050.. run function version:1_0_5/update
execute unless score $WorldVersion CmdData matches 1060.. run function version:1_0_6/update
execute unless score $WorldVersion CmdData matches 1060.. run function version:1_0_6/update
execute unless score $WorldVersion CmdData matches 1070.. run function version:1_0_7/update

0 comments on commit 3edf263

Please sign in to comment.