-
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.
JE-1.20.2-Skyblock_Classic_Edition:5.0.1_LTS
- rinominati i nomi - corretti e aggiornati alcuni commenti - aggiunto debug
- Loading branch information
1 parent
a140c12
commit ba1b17e
Showing
17 changed files
with
116 additions
and
70 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
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
61 changes: 61 additions & 0 deletions
61
datapacks/Skyblock Classic Edition/data/skyblock/functions/versions/debug.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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
#Copyright (C) Loweredgames (Lorenzo Giannini) | ||
#Contacted:<https://github.com/Loweredgames> | ||
#This Source Code Form is subject to the terms of the License. | ||
#NOT OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG STUDIO. | ||
#READING THE COPYRIGHT (C): <https://www.minecraft.net/en-us/terms> | ||
|
||
|
||
##DEBUG SETUP (SOLO SVILUPPATORI) | ||
scoreboard objectives add SkyblockCE_debug dummy | ||
execute as @a[scores={SkyblockCE_debug=0}] run scoreboard objectives setdisplay sidebar SkyblockCE_debug | ||
|
||
|
||
##DISPLAY DI DEBUG - SETUP SKYBLOCK | ||
execute as @a[scores={SkyblockCE_debug=1}] run scoreboard objectives setdisplay sidebar SkyblockCE_install | ||
execute as @a[scores={SkyblockCE_debug=2}] run scoreboard objectives setdisplay sidebar SkyblockCE_islands | ||
execute as @a[scores={SkyblockCE_debug=3}] run scoreboard objectives setdisplay sidebar SkyblockCE_id | ||
execute as @a[scores={SkyblockCE_debug=4}] run scoreboard objectives setdisplay sidebar SkyblockCE_tp | ||
execute as @a[scores={SkyblockCE_debug=5}] run scoreboard objectives setdisplay sidebar SkyblockCE_quit_game | ||
execute as @a[scores={SkyblockCE_debug=-5}] run scoreboard objectives setdisplay list kills | ||
|
||
|
||
##DISPLAY DI DEBUG - PVN | ||
execute as @a[scores={SkyblockCE_debug=6}] run scoreboard objectives setdisplay sidebar PVN_12 | ||
|
||
|
||
##DISPLAY DI DEBUG - PID | ||
execute as @a[scores={SkyblockCE_debug=-7}] run scoreboard objectives setdisplay list PID_0 | ||
execute as @a[scores={SkyblockCE_debug=7}] run scoreboard objectives setdisplay list PID_1 | ||
#execute as @a[scores={SkyblockCE_debug=7}] run scoreboard objectives setdisplay list PID_X (DA ABILITARE IN FUTURO) | ||
execute as @a[scores={SkyblockCE_debug=8}] run scoreboard objectives setdisplay list PID_warning | ||
|
||
|
||
##DISPLAY DI DEBUG - GENERATED STRUCTURES | ||
execute as @a[scores={SkyblockCE_debug=9}] run scoreboard objectives setdisplay sidebar PSN_0 | ||
|
||
|
||
##DISPLAY DI DEBUG - LEGACY STRUCTURES | ||
execute as @a[scores={SkyblockCE_debug=-10}] run scoreboard objectives setdisplay list PSN_legacy | ||
execute as @a[scores={SkyblockCE_debug=10}] run scoreboard objectives setdisplay sidebar SkyblockCE_structures | ||
|
||
|
||
##DISPLAY DI DEBUG - ISLANDS GENERATED | ||
execute as @a[scores={SkyblockCE_debug=11}] run scoreboard objectives setdisplay sidebar SkyblockCE_default | ||
execute as @a[scores={SkyblockCE_debug=12}] run scoreboard objectives setdisplay sidebar SkyblockCE_large | ||
execute as @a[scores={SkyblockCE_debug=13}] run scoreboard objectives setdisplay sidebar SkyblockCE_small | ||
|
||
|
||
##DISPLAY DI DEBUG - MULTIPLAYER | ||
execute as @a[scores={SkyblockCE_debug=-14}] run scoreboard objectives setdisplay list SkyblockCE_multiplayer | ||
execute as @a[scores={SkyblockCE_debug=14}] run scoreboard objectives setdisplay sidebar SkyblockCE_multiplayer_reset | ||
execute as @a[scores={SkyblockCE_debug=15}] run scoreboard objectives setdisplay sidebar SkyblockCE_multiplayer_tick | ||
execute as @a[scores={SkyblockCE_debug=-15}] run scoreboard objectives setdisplay list SkyblockCE_multiplayer_join | ||
|
||
|
||
##TRANSLATE TEST DEBUG | ||
execute as @a[scores={SkyblockCE_debug=16}] run tellraw @a [{"translate":"skyblock_classic_edition.folder.test"}] | ||
|
||
|
||
##DISPLAY DI DEBUG - TEST | ||
execute as @a[scores={SkyblockCE_debug=100}] run scoreboard objectives setdisplay sidebar refactoring_scoreboard | ||
execute as @a[scores={SkyblockCE_debug=200}] run scoreboard objectives setdisplay sidebar SkyblockCE_legacy_version |
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
Oops, something went wrong.