-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the rest of the dungeon in the world to the lectern reset funct…
…ion (0.12.27)
- Loading branch information
Showing
2 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
38 changes: 37 additions & 1 deletion
38
Brilliance Datapack/data/do2/functions/reset_dungeon/reset_lecterns.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
execute positioned -616 -48 1986 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
# Tutorial Room | ||
execute positioned -520 122 1991 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -520 122 1989 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -520 122 1987 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -519 122 1986 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -517 122 1986 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
|
||
# Cubbies | ||
execute positioned -511 110 1994 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -470 111 2012 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -492 111 2029 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -496 111 2029 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
|
||
# Lobby | ||
execute positioned -513 113 1976 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -510 113 1976 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
|
||
# Op Room | ||
execute positioned -465 115 1949 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -465 115 1951 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -465 115 1953 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -480 114 1961 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -519 114 1944 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -534 114 1956 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
|
||
# L1 | ||
execute positioned -515 37 1992 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
|
||
# L2 | ||
execute positioned -523 14 2046 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
execute positioned -523 -5 2007 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
|
||
# L4 | ||
execute positioned -604 -59 1890 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 | ||
|
||
# Death Room | ||
execute positioned -616 -48 1986 unless entity @e[type=player,gamemode=!spectator,distance=..6.5] run data modify block ~ ~ ~ Page set value 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
# DATAPACK VERSION NUMBER: 0.12.26 | ||
# DATAPACK VERSION NUMBER: 0.12.27 | ||
|
||
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.12.26§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}] | ||
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.12.27§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}] |