Skip to content

Commit 02328ab

Browse files
committed
新游戏:你建我跑
1 parent 5803173 commit 02328ab

File tree

100 files changed

+436
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+436
-14
lines changed

data/command_storage_minecraft.dat

694 Bytes
Binary file not shown.

data/raids.dat

0 Bytes
Binary file not shown.

data/scoreboard.dat

144 Bytes
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
scoreboard players set miner.state state 2
22
scoreboard players set miner.time tick 6
33
tellraw @a[team=miner] ["\n \u00a72\u00a7l一掘到底\u00a76:当游戏开始的时候,你会获得挖掘工具。请使用你的工具,挖到最底下!\n"]
4-
function minecraft:miner/map/start_random_point
4+
function minecraft:miner/map/start_random_point
5+
tag @a remove miner.random_team

datapacks/map_game_2nd/data/minecraft/function/mining/start.mcfunction

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
tag @a[tag=mining.win] remove mining.win
2-
tag @a[tag=mining.random_team] remove mining.random_team
3-
tag @a[team=mining,gamemode=adventure] add mining.random_team
42
execute in airworld run forceload add -199 607 -167 639
53

64
schedule function minecraft:mining/map/reset_m 2s replace

datapacks/map_game_2nd/data/minecraft/function/pillar/step/timeout/true_start.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ scoreboard players set pillar.time tick 300
33
scoreboard players set pillar.player tick 0
44
execute as @a[team=pillar,gamemode=survival] run scoreboard players add pillar.player tick 1
55

6-
execute if score pillar.player tick matches 5.. run scoreboard players set pillar.time tick 600
6+
execute if score pillar.player tick matches 3.. run scoreboard players set pillar.time tick 600
77
execute if score pillar.player tick matches 10.. run scoreboard players set pillar.time tick 900
88
execute if score pillar.player tick matches 15.. run scoreboard players set pillar.time tick 1200
99

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
gamemode adventure @s
2+
tag @s remove build_parkour.nokiller
3+
tellraw @a[team=build_parkour] ["\n\n\u00a7b轮到 ",{selector:"@s"},"\u00a7b 建造跑酷了。"]
4+
clear @s *[custom_data~{"build_parkour":1}]
5+
execute in parkourworld run tp @s -15 -63 304 45 0
6+
tellraw @s ["\n\n\u00a76特殊方块效果:\n",{text:"■(混凝土)",color:red},"\u00a77 - 会让你\u00a7c失败\n",{text:"■(混凝土)",color:"light_purple"},"\u00a77 - 会让你\u00a7d漂浮\n",{text:"■(混凝土)",color:black},"\u00a77 - 会让你\u00a7c失败\n",{text:"■(混凝土)",color:green},"\u00a77 - 会让你\u00a7a跳的更高\n",{text:"■(混凝土)",color:"#7e4029"},"\u00a77 - 会让你\u00a7f走得慢\n",{text:"■(混凝土)",color:aqua},"\u00a77 - 会让你\u00a7b跑得更快\n",{text:"■(混凝土)",color:yellow},"\u00a77 - 会让你\u00a7e失明\n",{text:"含水海晶半砖",color:aqua},"\u00a77 - 会让你\u00a7b获得三叉戟"]
7+
tellraw @s ["\u00a76该你建造了。\n\u00a7a提示:绿色羊毛为起点,你需要建造跑酷并放置一个终点(需要你建造,在背包中)。你需要在这之间建造一个跑酷。\n\u00a7c请注意:地板的红色混凝土方块会导致玩家被淘汰!\n\u00a76得分条件:有人没成功通过你的跑酷。"]
8+
title @s title ["\u00a7a到你建造了"]
9+
title @s subtitle ["\u00a76请阅读聊天栏获取信息"]
10+
tag @s add build_parkour.builder
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
gamemode adventure @s
2+
clear @s *[custom_data~{"build_parkour":1}]
3+
tellraw @s ["\u00a7a到你跑酷了。\n\u00a76特殊方块效果:\n",{text:"■(混凝土)",color:red},"\u00a77 - 会让你\u00a7c失败\n",{text:"■(混凝土)",color:"light_purple"},"\u00a77 - 会让你\u00a7d漂浮\n",{text:"■(混凝土)",color:black},"\u00a77 - 会让你\u00a7c失败\n",{text:"■(混凝土)",color:green},"\u00a77 - 会让你\u00a7a跳的更高\n",{text:"■(混凝土)",color:"#7e4029"},"\u00a77 - 会让你\u00a7f走得慢\n",{text:"■(混凝土)",color:aqua},"\u00a77 - 会让你\u00a7b跑得更快\n",{text:"■(混凝土)",color:yellow},"\u00a77 - 会让你\u00a7e失明\n",{text:"含水海晶半砖",color:aqua},"\u00a77 - 会让你\u00a7b获得三叉戟\n"]
4+
title @s title ["\u00a7a到你跑酷了"]
5+
title @s subtitle ["\u00a76请阅读聊天栏获取信息"]
6+
tellraw @s ["\u00a7c请注意!你只有一次跑酷机会!"]
7+
execute in parkourworld run tp @s -15 -63 304 45 0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tellraw @a[team=build_parkour] [{selector:"@a[gamemode=adventure,team=build_parkour]"},{text:" \u00a7c未能按时完成跑酷。",color:red}]
2+
scoreboard players set build_parkour.any_success board -1
3+
function minecraft:build_parkour/round_over
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
scoreboard players set build_parkour.max board 0
2+
execute as @a[tag=build_parkour.tobecalc] run function minecraft:build_parkour/calc/per
3+
tag @a remove build_parkour.win
4+
execute as @a[tag=build_parkour.tobecalc] run function minecraft:build_parkour/calc/is_me

0 commit comments

Comments
 (0)