-
-
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.
changed the . with _ for the user triggers
- Loading branch information
L_glandieres
authored and
L_glandieres
committed
Oct 11, 2023
1 parent
42278ee
commit 8bc9d75
Showing
142 changed files
with
743 additions
and
741 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
4 changes: 2 additions & 2 deletions
4
datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/elimination/blue.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,4 @@ | ||
tellraw @a[scores={option.language=0}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ Team ","color":"gray"},{"text":"Blue ","color":"blue"},{"text":"Eliminated ☠","color":"gray"}] | ||
tellraw @a[scores={option.language=1}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ L'équipe ","color":"gray"},{"text":"Bleue ","color":"blue"},{"text":"est éliminée ☠","color":"gray"}] | ||
tellraw @a[scores={option_language=0}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ Team ","color":"gray"},{"text":"Blue ","color":"blue"},{"text":"Eliminated ☠","color":"gray"}] | ||
tellraw @a[scores={option_language=1}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ L'équipe ","color":"gray"},{"text":"Bleue ","color":"blue"},{"text":"est éliminée ☠","color":"gray"}] | ||
tag @a[team=blue] add TeamEliminated | ||
playsound minecraft:entity.iron_golem.death master @a ~ ~ ~ 1000 0.8 |
4 changes: 2 additions & 2 deletions
4
datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/elimination/green.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,4 @@ | ||
tellraw @a[scores={option.language=0}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ Team ","color":"gray"},{"text":"Green ","color":"green"},{"text":"Eliminated ☠","color":"gray"}] | ||
tellraw @a[scores={option.language=1}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ L'équipe ","color":"gray"},{"text":"Verte ","color":"green"},{"text":"est éliminée ☠","color":"gray"}] | ||
tellraw @a[scores={option_language=0}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ Team ","color":"gray"},{"text":"Green ","color":"green"},{"text":"Eliminated ☠","color":"gray"}] | ||
tellraw @a[scores={option_language=1}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ L'équipe ","color":"gray"},{"text":"Verte ","color":"green"},{"text":"est éliminée ☠","color":"gray"}] | ||
tag @a[team=green] add TeamEliminated | ||
playsound minecraft:entity.iron_golem.death master @a ~ ~ ~ 1000 0.8 |
4 changes: 2 additions & 2 deletions
4
datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/elimination/red.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,5 +1,5 @@ | ||
tellraw @a[scores={option.language=0}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ Team ","color":"gray"},{"text":"Red ","color":"red"},{"text":"Eliminated ☠","color":"gray"}] | ||
tellraw @a[scores={option.language=1}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ L'équipe ","color":"gray"},{"text":"Red ","color":"red"},{"text":"est éliminée ☠","color":"gray"}] | ||
tellraw @a[scores={option_language=0}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ Team ","color":"gray"},{"text":"Red ","color":"red"},{"text":"Eliminated ☠","color":"gray"}] | ||
tellraw @a[scores={option_language=1}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ L'équipe ","color":"gray"},{"text":"Red ","color":"red"},{"text":"est éliminée ☠","color":"gray"}] | ||
|
||
tag @a[team=red] add TeamEliminated | ||
playsound minecraft:entity.iron_golem.death master @a ~ ~ ~ 1000 0.8 |
4 changes: 2 additions & 2 deletions
4
...packs/Scaffolding Rush/data/scaffolding_rush/functions/game/elimination/yellow.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,5 +1,5 @@ | ||
tellraw @a[scores={option.language=0}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ Team ","color":"gray"},{"text":"Yellow ","color":"yellow"},{"text":"Eliminated ☠","color":"gray"}] | ||
tellraw @a[scores={option.language=1}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ L'équipe ","color":"gray"},{"text":"Jaune ","color":"yellow"},{"text":"est éliminée ☠","color":"gray"}] | ||
tellraw @a[scores={option_language=0}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ Team ","color":"gray"},{"text":"Yellow ","color":"yellow"},{"text":"Eliminated ☠","color":"gray"}] | ||
tellraw @a[scores={option_language=1}] ["",{"text":"[BS] ","color":"gold"},{"text":"☠ L'équipe ","color":"gray"},{"text":"Jaune ","color":"yellow"},{"text":"est éliminée ☠","color":"gray"}] | ||
|
||
tag @a[team=yellow] add TeamEliminated | ||
playsound minecraft:entity.iron_golem.death master @a ~ ~ ~ 1000 0.8 |
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
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
4 changes: 2 additions & 2 deletions
4
...s/Scaffolding Rush/data/scaffolding_rush/functions/game/finish_message/4_teams.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,10 +1,10 @@ | ||
|
||
# EN | ||
title @a[scores={option.language=0}] title [ \ | ||
title @a[scores={option_language=0}] title [ \ | ||
{"text":"All teams win!"} \ | ||
] | ||
|
||
# FR | ||
title @a[scores={option.language=1}] title [ \ | ||
title @a[scores={option_language=1}] title [ \ | ||
{"text":"Toutes les équipes ont gagné !"} \ | ||
] |
Oops, something went wrong.