-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,499 changed files
with
8,733 additions
and
2,668 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8,4 +8,5 @@ | |
/level.dat_old | ||
/build | ||
/session.lock | ||
/map_resourcepack | ||
/map_resourcepack | ||
/new_datapacks |
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
datapacks/G_CAR/data/gcar/functions/change_action.mcfunction
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
6 changes: 5 additions & 1 deletion
6
datapacks/bedwars/data/minecraft/functions/bedwars/after/over_timeout.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,4 +1,8 @@ | ||
## | ||
## Datapack Upgrader v1.0.0 by wifi_left | ||
## If you encounter a problem, make an issue on https://github.com/wifi-left/Datapack-Upgrader | ||
## | ||
tellraw @a ["\n\n\n\n\u00a7f\u00a7l平局 > \u00a7b此轮游戏是平局\n"] | ||
title @a[tag=bw.player] title ["\u00a7c\u00a7lGAME OVER"] | ||
title @a[tag=bw.player] subtitle ["\u00a7e平局"] | ||
function minecraft:bedwars/after/over | ||
function minecraft:bedwars/after/over |
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
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
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
6 changes: 5 additions & 1 deletion
6
datapacks/bedwars/data/minecraft/functions/bedwars/beds/destory.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,5 @@ | ||
execute as @e[tag=bw.bed.beds] at @s run setblock ~ ~ ~ air | ||
## | ||
## Datapack Upgrader v1.0.0 by wifi_left | ||
## If you encounter a problem, make an issue on https://github.com/wifi-left/Datapack-Upgrader | ||
## | ||
execute as @e[tag=bw.bed.beds] at @s run setblock ~ ~ ~ air |
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
5 changes: 5 additions & 0 deletions
5
datapacks/bedwars/data/minecraft/functions/bedwars/before/random_team_2teams.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,6 +1,11 @@ | ||
## | ||
## Datapack Upgrader v1.0.0 by wifi_left | ||
## If you encounter a problem, make an issue on https://github.com/wifi-left/Datapack-Upgrader | ||
## | ||
tag @r[team=bw.wait,tag=!GOABLE.SPEC] add bw.rd.sel | ||
execute if score bw.team.random1 board matches 0..0 run team join bw.red @a[tag=bw.rd.sel] | ||
execute if score bw.team.random1 board matches 1..1 run team join bw.blue @a[tag=bw.rd.sel] | ||
tag @a[tag=bw.rd.sel] remove bw.rd.sel | ||
scoreboard players add bw.team.random1 board 1 | ||
execute if score bw.team.random1 board matches 2.. run scoreboard players set bw.team.random1 board 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
6 changes: 5 additions & 1 deletion
6
datapacks/bedwars/data/minecraft/functions/bedwars/before/trystart.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,6 +1,10 @@ | ||
## | ||
## Datapack Upgrader v1.0.0 by wifi_left | ||
## If you encounter a problem, make an issue on https://github.com/wifi-left/Datapack-Upgrader | ||
## | ||
playsound ui.button.click player @s | ||
scoreboard players set wait.bw.player tick 0 | ||
execute as @a[team=bw.wait,gamemode=adventure] run scoreboard players add wait.bw.player tick 1 | ||
execute unless score bw.state state matches ..-1 unless score bw.state state matches 1.. if score wait.bw.player tick matches ..1 run title @a[team=bw.wait] subtitle ["\u00a7cWait for more players !"] | ||
execute unless score bw.state state matches ..-1 unless score bw.state state matches 1.. if score wait.bw.player tick matches ..1 run title @a[team=bw.wait] title ["\u00a7fBedwars"] | ||
execute unless score bw.state state matches ..-1 unless score bw.state state matches 1.. if score wait.bw.player tick matches 2.. run function minecraft:bedwars/before/start | ||
execute unless score bw.state state matches ..-1 unless score bw.state state matches 1.. if score wait.bw.player tick matches 2.. run function minecraft:bedwars/before/start |
6 changes: 5 additions & 1 deletion
6
datapacks/bedwars/data/minecraft/functions/bedwars/debug/getpos.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,4 +1,8 @@ | ||
## | ||
## Datapack Upgrader v1.0.0 by wifi_left | ||
## If you encounter a problem, make an issue on https://github.com/wifi-left/Datapack-Upgrader | ||
## | ||
execute store result score getx board run data get block ~ ~ ~ x | ||
execute store result score gety board run data get block ~ ~ ~ y | ||
execute store result score getz board run data get block ~ ~ ~ z | ||
tellraw @a [{"score":{"name": "getx","objective": "board"},"color": "red"}," ",{"score":{"name": "gety","objective": "board"},"color": "red"}," ",{"score":{"name": "getz","objective": "board"},"color": "red"}] | ||
tellraw @a [{"score":{"name": "getx","objective": "board"},"color": "red"}," ",{"score":{"name": "gety","objective": "board"},"color": "red"}," ",{"score":{"name": "getz","objective": "board"},"color": "red"}] |
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
Oops, something went wrong.