Skip to content

Commit ef1841b

Browse files
committed
Update the Map.
1 parent ccf4343 commit ef1841b

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

datapacks/item_gun/data/gun/function/bullet/testfortarget/detect.mcfunction

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
execute as @s[team=stronghold] run return fail
22
execute as @s[team=play.zombie] run return fail
33

4+
execute as @s[type=player] as @s[gamemode=creative] run return fail
5+
execute as @s[type=player] as @s[gamemode=spectator] run return fail
6+
47
execute store result score temp.x1 temp run data get entity @s Pos[0] 10
58
execute store result score temp.y1 temp run data get entity @s Pos[1] 10
69
execute store result score temp.z1 temp run data get entity @s Pos[2] 10

datapacks/map_game_3rd/data/minecraft/function/build_parkour/builder_timeout.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
execute as @a[team=build_parkour,gamemode=adventure] at @s run playsound entity.player.levelup player @s ~ ~ ~ 1 1 1
3-
tellraw @a[team=build_parkour] ["\u00a7c请注意:建造者已超时!现在建造者有15s的时间放置终点"]
3+
tellraw @a[team=build_parkour] ["\u00a7c请注意:建造者已超时!现在建造者有30s的时间放置终点"]
44
tellraw @a[team=build_parkour,gamemode=adventure] ["\n\u00a7e\u00a7l请注意:\u00a7f你的建造已超时!你现在有30s的时间放置终点。\n"]
55
title @a[team=build_parkour,gamemode=adventure] title "\u00a7c超时了"
66
title @a[team=build_parkour,gamemode=adventure] subtitle "\u00a7f请在\u00a7e15s\u00a7f内放置终点"

datapacks/map_game_3rd/data/minecraft/function/build_parkour/during/player/items.mcfunction

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ execute unless items entity @s container.* lever unless items entity @s player.c
7171
execute unless items entity @s container.* lever unless items entity @s player.cursor lever unless items entity @s weapon.offhand lever run give @s lever[custom_data={"build_parkour":1},can_break={blocks:"#build_parkour/building_blocks_destroy"},can_place_on={blocks:"#build_parkour/building_blocks"},tooltip_display={hidden_components:["can_break","can_place_on"]}]
7272
execute unless items entity @s container.* oak_button unless items entity @s player.cursor oak_button unless items entity @s weapon.offhand oak_button run clear @s oak_button
7373
execute unless items entity @s container.* oak_button unless items entity @s player.cursor oak_button unless items entity @s weapon.offhand oak_button run give @s oak_button[custom_data={"build_parkour":1},can_break={blocks:"#build_parkour/building_blocks_destroy"},can_place_on={blocks:"#build_parkour/building_blocks"},tooltip_display={hidden_components:["can_break","can_place_on"]}]
74-
execute unless items entity @s container.* iron_trapdoor unless items entity @s player.cursor iron_trapdoor unless items entity @s weapon.offhand iron_trapdoor run clear @s iron_trapdoor
75-
execute unless items entity @s container.* iron_trapdoor unless items entity @s player.cursor iron_trapdoor unless items entity @s weapon.offhand iron_trapdoor run give @s iron_trapdoor[custom_data={"build_parkour":1},can_break={blocks:"#build_parkour/building_blocks_destroy"},can_place_on={blocks:"#build_parkour/building_blocks"},tooltip_display={hidden_components:["can_break","can_place_on"]}]
76-
execute unless items entity @s container.* iron_door unless items entity @s player.cursor iron_door unless items entity @s weapon.offhand iron_door run clear @s iron_door
77-
execute unless items entity @s container.* iron_door unless items entity @s player.cursor iron_door unless items entity @s weapon.offhand iron_door run give @s iron_door[custom_data={"build_parkour":1},can_break={blocks:"#build_parkour/building_blocks_destroy"},can_place_on={blocks:"#build_parkour/building_blocks"},tooltip_display={hidden_components:["can_break","can_place_on"]}]
74+
# execute unless items entity @s container.* iron_trapdoor unless items entity @s player.cursor iron_trapdoor unless items entity @s weapon.offhand iron_trapdoor run clear @s iron_trapdoor
75+
# execute unless items entity @s container.* iron_trapdoor unless items entity @s player.cursor iron_trapdoor unless items entity @s weapon.offhand iron_trapdoor run give @s iron_trapdoor[custom_data={"build_parkour":1},can_break={blocks:"#build_parkour/building_blocks_destroy"},can_place_on={blocks:"#build_parkour/building_blocks"},tooltip_display={hidden_components:["can_break","can_place_on"]}]
76+
# execute unless items entity @s container.* iron_door unless items entity @s player.cursor iron_door unless items entity @s weapon.offhand iron_door run clear @s iron_door
77+
# execute unless items entity @s container.* iron_door unless items entity @s player.cursor iron_door unless items entity @s weapon.offhand iron_door run give @s iron_door[custom_data={"build_parkour":1},can_break={blocks:"#build_parkour/building_blocks_destroy"},can_place_on={blocks:"#build_parkour/building_blocks"},tooltip_display={hidden_components:["can_break","can_place_on"]}]
7878
execute unless items entity @s container.* redstone_block unless items entity @s player.cursor redstone_block unless items entity @s weapon.offhand redstone_block run clear @s redstone_block
7979
execute unless items entity @s container.* redstone_block unless items entity @s player.cursor redstone_block unless items entity @s weapon.offhand redstone_block run give @s redstone_block[custom_data={"build_parkour":1},can_break={blocks:"#build_parkour/building_blocks_destroy"},can_place_on={blocks:"#build_parkour/building_blocks"},tooltip_display={hidden_components:["can_break","can_place_on"]}]
8080

datapacks/map_game_3rd/data/minecraft/function/t_says/scene/special/wear_item.mcfunction

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
give @s leather_chestplate 1
22
give @s golden_chestplate 1
3+
give @s iron_chestplate 1
34
give @s diamond_chestplate 1
45
give @s chainmail_chestplate 1
56
give @s copper_chestplate 1

datapacks/we_do_not_support_via_1_8/data/fix/function/bw/armor.mcfunction

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ give @a[scores={bw.axe=2..2},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{i
2828
give @a[scores={bw.pickaxe=3..3},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{id:"minecraft:diamond_pickaxe"}]}] diamond_pickaxe[enchantments={"minecraft:efficiency":1s},tooltip_display={hidden_components:[enchantments,unbreakable,can_place_on,can_break]},unbreakable={},custom_data={bw:1},can_place_on=[{blocks:"#minecraft:bwplace"}],can_break=[{blocks:"#minecraft:bedblocks"}]]
2929
give @a[scores={bw.axe=3..3},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{id:"minecraft:diamond_axe"}]}] diamond_axe[attribute_modifiers=[{type:"attack_damage",slot:"any",id:"uuid_7777842599633879",amount:3d,operation:"add_value"}],tooltip_display={hidden_components:[attribute_modifiers,enchantments,unbreakable,can_place_on,can_break]},enchantments={"minecraft:efficiency":1s},unbreakable={},custom_data={bw:1},can_place_on=[{blocks:"#minecraft:bwplace"}],can_break=[{blocks:"#minecraft:bedblocks"}]]
3030

31-
clear @a[scores={bw.pickaxe=..2},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{id:"minecraft:diamond_pickaxe"}]}] diamond_pickaxe
32-
clear @a[scores={bw.axe=..2},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{id:"minecraft:diamond_pickaxe"}]}] diamond_axe
31+
clear @a[scores={bw.pickaxe=..2},gamemode=!spectator,tag=bw.play,nbt={Inventory:[{id:"minecraft:diamond_pickaxe"}]}] diamond_pickaxe
32+
clear @a[scores={bw.axe=..2},gamemode=!spectator,tag=bw.play,nbt={Inventory:[{id:"minecraft:diamond_axe"}]}] diamond_axe
3333

34-
clear @a[scores={bw.pickaxe=..1},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{id:"minecraft:iron_pickaxe"}]}] iron_pickaxe
35-
clear @a[scores={bw.axe=..1},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{id:"minecraft:iron_pickaxe"}]}] iron_axe
34+
clear @a[scores={bw.pickaxe=..1},gamemode=!spectator,tag=bw.play,nbt={Inventory:[{id:"minecraft:iron_pickaxe"}]}] iron_pickaxe
35+
clear @a[scores={bw.axe=..1},gamemode=!spectator,tag=bw.play,nbt={Inventory:[{id:"minecraft:iron_axe"}]}] iron_axe
3636

37-
clear @a[scores={bw.pickaxe=..0},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{id:"minecraft:wooden_pickaxe"}]}] wooden_pickaxe
38-
clear @a[scores={bw.axe=..0},gamemode=!spectator,tag=bw.play,nbt=!{Inventory:[{id:"minecraft:wooden_pickaxe"}]}] wooden_axe
37+
clear @a[scores={bw.pickaxe=..0},gamemode=!spectator,tag=bw.play,nbt={Inventory:[{id:"minecraft:wooden_pickaxe"}]}] wooden_pickaxe
38+
clear @a[scores={bw.axe=..0},gamemode=!spectator,tag=bw.play,nbt={Inventory:[{id:"minecraft:wooden_axe"}]}] wooden_axe
3939

4040
clear @a[tag=!bw.shears,gamemode=!spectator,tag=bw.play,nbt={Inventory:[{id:"minecraft:shears"}]}] shears
4141

0 commit comments

Comments
 (0)