-
Notifications
You must be signed in to change notification settings - Fork 0
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
31 changed files
with
51 additions
and
42 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
function galaxy:block/functional/meta/scoreboard/register | ||
execute as @a[tag=!InitializedBlockFunctionalScore] run function galaxy:block/functional/meta/scoreboard/set_player_score | ||
execute as @a[tag=!InitializedGalaxyBlockFunctionalScore] run function galaxy:block/functional/meta/scoreboard/set_player_score |
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
2 changes: 1 addition & 1 deletion
2
data/galaxy/functions/block/functional/meta/scoreboard/set_player_score.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,3 +1,3 @@ | ||
scoreboard players remove @s statusBlockDisp 0 | ||
|
||
tag @s add InitializedBlockFunctionalScore | ||
tag @s add InitializedGalaxyBlockFunctionalScore |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
tag @s remove InitializedGlobalScore | ||
tag @s remove InitializedGalaxyScore | ||
tag @s remove InitializedBlockFunctionalScore | ||
tag @s remove InitializedToolScore | ||
tag @s remove InitializedKatanaScore | ||
tag @s remove InitializedEnergySaberScore | ||
tag @s remove InitializedPistolScore | ||
tag @s remove InitializedStatus_effectScore | ||
tag @s remove InitializedHUDScore |
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,7 +1,8 @@ | ||
tag @s remove InitializedGalaxyScore | ||
tag @s remove InitializedToolScore | ||
tag @s remove InitializedKatanaScore | ||
tag @s remove InitializedEnergySaberScore | ||
tag @s remove InitializedPistolScore | ||
tag @s remove InitializedStatus_effectScore | ||
tag @s remove InitializedHUDScore | ||
tag @s remove InitializedGalaxyBlockFunctionalScore | ||
tag @s remove InitializedGalaxyToolScore | ||
tag @s remove InitializedGalaxyKatanaScore | ||
tag @s remove InitializedGalaxyEnergySaberScore | ||
tag @s remove InitializedGalaxyPistolScore | ||
tag @s remove InitializedGalaxyStatusEffectScore | ||
tag @s remove InitializedGalaxyHUDScore |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
execute as @a[tag=!InitializedHUDScore] run function galaxy:hud/meta/scoreboard/set_player_score | ||
execute as @a[tag=!InitializedGalaxyHUDScore] run function galaxy:hud/meta/scoreboard/set_player_score | ||
|
||
execute if score #hud_katana Config matches 1 as @a run function galaxy:hud/katana/main | ||
execute if score #hud_pistol Config matches 1 as @a run function galaxy:hud/pistol/main |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
function galaxy:meta/detector/main | ||
|
||
execute as @a[tag=!InitializedGlobalScore] run function galaxy:meta/scoreboard/set_player_score | ||
execute as @a[tag=!InitializedGalaxyScore] run function galaxy:meta/scoreboard/set_player_score |
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 @@ | ||
|
||
function galaxy:status_effect/meta/scoreboard/register | ||
execute as @a[tag=!InitializedStatusEffectScore] run function galaxy:status_effect/meta/scoreboard/set_player_score | ||
execute as @a[tag=!InitializedGalaxyStatusEffectScore] run function galaxy:status_effect/meta/scoreboard/set_player_score | ||
|
||
execute if score #galaxy_print_init Config matches 1 run tellraw @a ["",{"text":"[Galaxy]: ","color":"yellow","bold":true},{"text":"Status effect: "},{"text":"Initialize complete!"}] |
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 @@ | ||
|
||
execute as @a[tag=!InitializedStatusEffectScore] run function galaxy:status_effect/meta/scoreboard/set_player_score | ||
execute as @a[tag=!InitializedGalaxyStatusEffectScore] run function galaxy:status_effect/meta/scoreboard/set_player_score | ||
|
||
execute if score #stu_stun Config matches 1 run function galaxy:status_effect/stun |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
function galaxy:tool/meta/scoreboard/register | ||
execute as @a[tag=!InitializedToolScore] run function galaxy:tool/meta/scoreboard/set_player_score | ||
execute as @a[tag=!InitializedGalaxyToolScore] run function galaxy:tool/meta/scoreboard/set_player_score | ||
|
||
execute if score #galaxy_print_init Config matches 1 run tellraw @a ["",{"text":"[Galaxy]: ","color":"yellow","bold":true},{"text":"Tool: "},{"text":"Initialize complete!"}] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
function galaxy:weapon/energy_saber/meta/scoreboard/register | ||
execute as @a[tag=!InitializedGalaxyEnergySaberScore] run function galaxy:weapon/energy_saber/meta/scoreboard/set_player_score |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
|
||
function galaxy:weapon/katana/meta/scoreboard/register | ||
execute as @a[tag=!InitializedKatanaScore] run function galaxy:weapon/katana/meta/scoreboard/set_player_score | ||
|
||
function galaxy:weapon/energy_saber/meta/scoreboard/register | ||
execute as @a[tag=!InitializedEnergySaberScore] run function galaxy:weapon/energy_saber/meta/scoreboard/set_player_score | ||
|
||
function galaxy:weapon/pistol/meta/scoreboard/register | ||
execute as @a[tag=!InitializedPistolScore] run function galaxy:weapon/pistol/meta/scoreboard/set_player_score | ||
function galaxy:weapon/katana/initial | ||
function galaxy:weapon/energy_saber/initial | ||
function galaxy:weapon/pistol/initial | ||
|
||
execute if score #galaxy_print_init Config matches 1 run tellraw @a ["",{"text":"[Galaxy]: ","color":"yellow","bold":true},{"text":"Weapon: "},{"text":"Initialize complete!"}] |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
function galaxy:weapon/katana/meta/scoreboard/register | ||
execute as @a[tag=!InitializedGalaxyKatanaScore] run function galaxy:weapon/katana/meta/scoreboard/set_player_score |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
function galaxy:weapon/pistol/meta/scoreboard/register | ||
execute as @a[tag=!InitializedGalaxyPistolScore] run function galaxy:weapon/pistol/meta/scoreboard/set_player_score |
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
2 changes: 1 addition & 1 deletion
2
data/galaxy/functions/weapon/pistol/meta/detector/change_pistol.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"values":[ | ||
"galaxy:initial", | ||
"creative-utilities:initial", | ||
"math:initial" | ||
"galaxy:initial" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values":[ | ||
"galaxy:tick", | ||
"creative-utilities:tick" | ||
"galaxy:tick" | ||
] | ||
} |