Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggiunte isole custom #384

Merged
merged 38 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
aeefa38
prima aggiunta isola e workspace
Loweredgames Jan 25, 2025
6f4f373
Update spyglass.json
Loweredgames Jan 25, 2025
48796e1
salvato per sicurezza
Loweredgames Jan 25, 2025
5569702
Merge branch 'main' into custom_islands_generated
Loweredgames Jan 25, 2025
6a52b71
aggiunta cherry grove isola (non finita)
Loweredgames Jan 25, 2025
4e56347
aggiornata cherry grove
Loweredgames Jan 25, 2025
0c72445
rimosso il processo dato che viene usato il vanilla
Loweredgames Jan 25, 2025
5eea64e
Update building_version.json
Loweredgames Jan 25, 2025
c49e8f0
Merge branch 'main' into custom_islands_generated
Loweredgames Jan 26, 2025
ec07f20
aggiunta isola very_small (non finitiva e non testata)
Loweredgames Jan 30, 2025
d9fd602
Update Skyblock Classic Edition Structures.zip
Loweredgames Feb 2, 2025
58a8c3e
Update Skyblock Classic Edition Structures.zip
Loweredgames Feb 2, 2025
7c218ff
aggiunta isola della giungla e della taiga e implementata la monster …
Loweredgames Feb 2, 2025
0b64a90
Update Skyblock Classic Edition Structures.zip
Loweredgames Feb 2, 2025
3999a28
fix #320
Loweredgames Feb 3, 2025
175bbb1
Update Skyblock Classic Edition Structures.zip
Loweredgames Feb 3, 2025
ebc91a9
Update Skyblock Classic Edition Structures.zip
Loweredgames Feb 3, 2025
298038a
aggiunte altre isole e corretto il loot dell'isola dei ciliegi
Loweredgames Feb 3, 2025
48e5062
Update spyglass.json
Loweredgames Feb 3, 2025
e6db2ff
Update spyglass.json
Loweredgames Feb 3, 2025
89c8730
aggiunto testo nell'isola very small
Loweredgames Feb 7, 2025
50d5614
Update building_version.json
Loweredgames Feb 7, 2025
e3dc44f
aggiornato il mondo delle strutture e aggiunte strutture nelle cartelle
Loweredgames Feb 7, 2025
02181c9
Update Skyblock Classic Edition Structures.zip
Loweredgames Feb 8, 2025
07082d0
aggiunte tutte le isole nel mondo (da testare)
Loweredgames Feb 9, 2025
9c60374
Update building_version.json
Loweredgames Feb 9, 2025
06d1f06
aggiunta spaziatura strutture e le isole adesso si generano in manier…
Loweredgames Feb 12, 2025
fd94448
leggermente aumentata l'altezza della strongold
Loweredgames Feb 12, 2025
154c227
aggiornato mc121
Loweredgames Feb 12, 2025
87e187e
aggiornato il workspace alla 1.21.4
Loweredgames Feb 14, 2025
1961f6a
aggiornato il pack alla 1.21.4
Loweredgames Feb 14, 2025
0363505
aggiornato il mondo delle strutture alla 1.21.4
Loweredgames Feb 14, 2025
a3ed8c4
aggiunta al mondo isola pale garden (soffre di gravi ritardi)
Loweredgames Feb 14, 2025
acd581c
cambiato in dark_forest (mi dice che non esiste pale??)
Loweredgames Feb 14, 2025
c0039db
Update building_version.json
Loweredgames Feb 14, 2025
b480b01
aggiunto di nuovo il tag (tecnicamente funziona, è un bug vanilla)
Loweredgames Feb 21, 2025
740a1eb
Update building.mcfunction
Loweredgames Feb 21, 2025
2efec44
Merge branch 'main' into custom_islands_generated
Loweredgames Feb 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
4 changes: 2 additions & 2 deletions Resources Pack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format": 42,
"supported_formats": {"min_inclusive": 34, "max_inclusive": 42},
"pack_format": 46,
"supported_formats": {"min_inclusive": 34, "max_inclusive": 46},
"description": "Skyblock Classic Edition By Lorenzo Giannini"
},
"language":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


##Skyblock Classic Edition Import
execute as @a[scores={SkyblockCE_islands=4}] run scoreboard objectives add SkyblockCE_import minecraft.custom:minecraft.play_time
execute as @a[scores={SkyblockCE_islands=4}] run tellraw @a {"translate":"skyblock_classic_edition.loading.chat"}
execute as @a[scores={SkyblockCE_islands=5}] run scoreboard objectives add SkyblockCE_import minecraft.custom:minecraft.play_time
execute as @a[scores={SkyblockCE_islands=5}] run tellraw @a {"translate":"skyblock_classic_edition.loading.chat"}
execute as @a[scores={SkyblockCE_import=1..}] run clear @a written_book[custom_data={tag:generated_book}]
execute as @a[scores={SkyblockCE_import=1..}] run scoreboard players set @a SkyblockCE_install -2
execute as @a[scores={SkyblockCE_import=1..}] run scoreboard players set @a SkyblockCE_install_test -2
Expand All @@ -20,6 +20,7 @@ execute as @a[scores={SkyblockCE_import=1..}] run scoreboard players set @a Skyb
execute as @a[scores={SkyblockCE_import=1..}] run scoreboard players set @a SkyblockCE_large 24000
execute as @a[scores={SkyblockCE_import=1..}] run scoreboard players set @a SkyblockCE_default 24000
execute as @a[scores={SkyblockCE_import=1..}] run scoreboard players set @a SkyblockCE_small 24000
execute as @a[scores={SkyblockCE_import=1..}] run scoreboard players set @a SkyblockCE_very_small 24000
execute as @a[scores={SkyblockCE_import=1..100}] run summon minecraft:area_effect_cloud ~ ~1 ~


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
#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>


##Small (Hard)


execute as @a[scores={SkyblockCE_islands=4}] run scoreboard objectives add SkyblockCE_very_small minecraft.custom:minecraft.play_time
execute as @a[scores={SkyblockCE_islands=4}] run tellraw @a {"translate":"skyblock_classic_edition.loading.chat"}
execute as @a[scores={SkyblockCE_very_small=1..}] run scoreboard players set @a SkyblockCE_install -2
execute as @a[scores={SkyblockCE_very_small=1..}] run scoreboard players set @a SkyblockCE_install_test -2
execute as @a[scores={SkyblockCE_very_small=1..}] run scoreboard players set @a SkyblockCE_islands -2
execute as @a[scores={SkyblockCE_very_small=1..2400}] run summon minecraft:area_effect_cloud ~ ~1 ~


##START GENERATED FUNCTION
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run kill @e[type=!minecraft:player]
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1..5}] run difficulty hard
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run gamerule commandBlockOutput false
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run gamerule doImmediateRespawn true
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run title @a title {"translate":"skyblock_classic_edition.loading.title.chat"}
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run title @a subtitle {"translate":"skyblock_classic_edition.loading.subtitle.chat"}
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run title @a times 30 200 20
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run gamerule announceAdvancements false


##Overworld


#Very Small Classic
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run scoreboard players set @a SkyblockCE_tp 1
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run fill 7 110 -13 -7 -60 5 minecraft:air
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=3}] run place template skyblock:very_small_classic -1 62 -1
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=10}] run setblock -1 65 0 birch_wall_sign[facing=west,waterlogged=false]{back_text:{messages:['{"text":"This"}','{"text":"is"}','{"text":"a"}','{"text":"secret!!!"}']},front_text:{color:"white",has_glowing_text:1b,messages:['{"text":"Skyblock"}','{"text":"Classic Edition"}','{"text":"---------------"}','{"text":"1.21/1.21.1"}']}} replace


#Very Small Classic Desert
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=40}] run scoreboard players set @a SkyblockCE_tp 2
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=40}] run fill 58 110 7 79 -60 -18 minecraft:air
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=41}] run place template skyblock:very_small_classic_desert 66 60 -4


#Mushroom House
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=50}] run scoreboard players set @a SkyblockCE_tp 6
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=100}] run fill -3 110 999 28 -7 1026 minecraft:air
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=105}] run place template skyblock:mushroom_house 0 61 1000


##The Nether


#Very Small Nether
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=130}] run scoreboard players set @a SkyblockCE_tp 3
execute in minecraft:the_nether as @a[scores={SkyblockCE_very_small=135}] run fill 17 1 43 -12 255 -8 minecraft:air
execute in minecraft:the_nether as @a[scores={SkyblockCE_very_small=140}] run place template skyblock:nether_very_small 2 50 3


##The End (???)


##FINAL GENERATED FUNCTION
execute as @a[scores={SkyblockCE_very_small=150}] run scoreboard players set @a SkyblockCE_tp 1
execute as @a[scores={SkyblockCE_very_small=150..}] run scoreboard objectives add SkyblockCE_structures_id dummy
execute as @a[scores={SkyblockCE_very_small=300}] run spawnpoint @a -1 65 0
execute as @a[scores={SkyblockCE_very_small=300}] run weather clear 1000s
execute as @a[scores={SkyblockCE_very_small=300}] run scoreboard objectives add kills deathCount
execute as @a[scores={SkyblockCE_very_small=300}] run scoreboard objectives setdisplay list kills
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ execute as @a[scores={SkyblockCE_multiplayer_join=2..}] run clear @a written_boo
execute as @a[scores={SkyblockCE_multiplayer_join=2..}] run scoreboard players set @a SkyblockCE_large 24000
execute as @a[scores={SkyblockCE_multiplayer_join=2..}] run scoreboard players set @a SkyblockCE_default 24000
execute as @a[scores={SkyblockCE_multiplayer_join=2..}] run scoreboard players set @a SkyblockCE_small 24000
execute as @a[scores={SkyblockCE_multiplayer_join=2..}] run scoreboard players set @a SkyblockCE_very_small 24000


##MULTIPLAYER JOIN PLAYERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ execute as @a[scores={SkyblockCE_multiplayer_reset=1}] run function skyblock_leg
execute as @a[scores={SkyblockCE_multiplayer_reset=1}] run function skyblock:islands/default
execute as @a[scores={SkyblockCE_multiplayer_reset=1}] run function skyblock:islands/large
execute as @a[scores={SkyblockCE_multiplayer_reset=1}] run function skyblock:islands/small
execute as @a[scores={SkyblockCE_multiplayer_reset=1}] run function skyblock:islands/very_small


##Function Padlock
Expand Down Expand Up @@ -46,6 +47,7 @@ execute as @a[scores={SkyblockCE_id=2000000..}] run scoreboard players set @a Sk
execute as @a[scores={SkyblockCE_large=2000000..}] run scoreboard players set @a SkyblockCE_large 10000
execute as @a[scores={SkyblockCE_default=2000000..}] run scoreboard players set @a SkyblockCE_default 10000
execute as @a[scores={SkyblockCE_small=2000000..}] run scoreboard players set @a SkyblockCE_small 10000
execute as @a[scores={SkyblockCE_very_small=2000000..}] run scoreboard players set @a SkyblockCE_very_small 10000
execute as @a[scores={SkyblockCE_import=2000000..}] run scoreboard players set @a SkyblockCE_import 10000


Expand Down Expand Up @@ -84,7 +86,7 @@ gamerule doTraderSpawning true

##Islands Choices Setup
execute as @a[scores={SkyblockCE_install=2}] run tellraw @a {"text":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"}
execute as @a[scores={SkyblockCE_install=3}] run tellraw @a ["",{"translate":"skyblock_classic_edition.skyblock_setup.welcome","bold":true},{"text":" - "},{"translate":"skyblock_classic_edition.skyblock_setup.version","bold":true},{"text":" 6.0.0 The Removal Update - JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:6.0.0","italic":true},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.for_text","bold":true},{"text":" Minecraft Java Edition: ","bold":true},{"text":"1.21/1.21.1 Tricky Trials Update","italic":true},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.choose_languages","italic":true},{"text":"\n\n"},{"translate":"skyblock_classic_edition.credits","italic":true,"color":"#FFE28B"},{"text":"\n\n\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.choose_islands","italic":true},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.large_easy","color":"dark_green","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 1"}},{"text":" ","color":"dark_green"},{"text":"[?]","color":"dark_green","hoverEvent":{"action":"show_text","contents":[{"translate":"skyblock_classic_edition.skyblock_setup.large_easy.info"}]}},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.default_normal","color":"gold","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 2"}},{"text":" ","color":"gold"},{"text":"[?]","color":"gold","hoverEvent":{"action":"show_text","contents":[{"translate":"skyblock_classic_edition.skyblock_setup.default_normal.info"}]}},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.small_hard","color":"red","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 3"}},{"text":" ","color":"red"},{"text":"[?]","color":"red","hoverEvent":{"action":"show_text","contents":[{"translate":"skyblock_classic_edition.skyblock_setup.small_hard.info"}]}},{"text":"\n\n\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.import","color":"blue","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 4"}},{"text":" ","color":"blue"},{"text":"[?]","color":"blue","hoverEvent":{"action":"show_text","contents":[{"translate":"skyblock_classic_edition.skyblock_setup.import.info"}]}},{"text":"\n\n\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.legacy_version.compatible","italic":true},{"text":" "},{"text":"5.3.X LTS","italic":true},{"text":" "},{"translate":"skyblock_classic_edition.skyblock_setup.legacy_version.compatible.to_text","italic":true},{"text":" "},{"text":"6.0.0","italic":true},{"text":" "},{"translate":"skyblock_classic_edition.skyblock_setup.legacy_version.compatible.datapack","italic":true}]
execute as @a[scores={SkyblockCE_install=3}] run tellraw @a ["",{"translate":"skyblock_classic_edition.skyblock_setup.welcome","bold":true},{"text":" - "},{"translate":"skyblock_classic_edition.skyblock_setup.version","bold":true},{"text":" 6.0.0 The Removal Update - JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:6.0.0","italic":true},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.for_text","bold":true},{"text":" Minecraft Java Edition: ","bold":true},{"text":"1.21/1.21.1 Tricky Trials Update","italic":true},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.choose_languages","italic":true},{"text":"\n\n"},{"translate":"skyblock_classic_edition.credits","italic":true,"color":"#FFE28B"},{"text":"\n\n\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.choose_islands","italic":true},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.large_easy","color":"dark_green","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 1"}},{"text":" ","color":"dark_green"},{"text":"[?]","color":"dark_green","hoverEvent":{"action":"show_text","contents":[{"translate":"skyblock_classic_edition.skyblock_setup.large_easy.info"}]}},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.default_normal","color":"gold","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 2"}},{"text":" ","color":"gold"},{"text":"[?]","color":"gold","hoverEvent":{"action":"show_text","contents":[{"translate":"skyblock_classic_edition.skyblock_setup.default_normal.info"}]}},{"text":"\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.small_hard","color":"red","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 3"}},{"text":" ","color":"red"},[{"text":"[?]","color":"red","hoverEvent":{"action":"show_text","contents":[{"translate":"skyblock_classic_edition.skyblock_setup.small_hard.info"}]}}],{"text":"\n\n"},{"text":"▶Very Small (Extreme)","color":"dark_red","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 4"}},{"text":" ","color":"dark_red"},{"text":"[?]","color":"dark_red","hoverEvent":{"action":"show_text","contents":[{"text":"This island is extreme and not suitable for new players, but only for those who are looking for the thrill of pure vanilla technical and who know Minecraft to the extreme of technical. It is recommended to play with hardcore mode turned on."}]}},{"text":"\n\n\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.import","color":"blue","clickEvent":{"action":"run_command","value":"/scoreboard players set @a SkyblockCE_islands 5"}},{"text":" ","color":"blue"},{"text":"[?]","color":"blue","hoverEvent":{"action":"show_text","contents":[{"translate":"skyblock_classic_edition.skyblock_setup.import.info"}]}},{"text":"\n\n\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\u2b1c\n\n"},{"translate":"skyblock_classic_edition.skyblock_setup.legacy_version.compatible","italic":true},{"text":" "},{"text":"5.3.X LTS","italic":true},{"text":" "},{"translate":"skyblock_classic_edition.skyblock_setup.legacy_version.compatible.to_text","italic":true},{"text":" "},{"text":"6.0.0","italic":true},{"text":" "},{"translate":"skyblock_classic_edition.skyblock_setup.legacy_version.compatible.datapack","italic":true},""]
execute as @a[scores={SkyblockCE_install=1000..}] run scoreboard players set @a SkyblockCE_install 1
execute as @a[scores={SkyblockCE_install=1..}] run gamemode spectator @a
execute as @a[scores={SkyblockCE_install=1..}] run tp @a 0 0 0 0 90
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

"Release Versions": "6.1.0 [The Removal Update]",

"Release Building": "JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:6.0.0",
"Release Building": "JE-1.21/1.21.1-6.1.0-Skyblock_Classic_Edition:BUILDING:???",

"Nightly Building": "JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:NIGHTLY_BUILDING_25.01.2025.21903a_[main]",
"Nightly Building": "JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:NIGHTLY_BUILDING_21.02.2025.11735a_[main]",

"Data_pack": "TRUE",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ execute as @a[scores={SkyblockCE_debug=11}] run scoreboard objectives setdisplay
execute as @a[scores={SkyblockCE_debug=12}] run scoreboard objectives setdisplay sidebar SkyblockCE_default
execute as @a[scores={SkyblockCE_debug=13}] run scoreboard objectives setdisplay sidebar SkyblockCE_large
execute as @a[scores={SkyblockCE_debug=14}] run scoreboard objectives setdisplay sidebar SkyblockCE_small
execute as @a[scores={SkyblockCE_debug=15}] run scoreboard objectives setdisplay sidebar SkyblockCE_very_small


##DISPLAY DI DEBUG - MULTIPLAYER
execute as @a[scores={SkyblockCE_debug=15}] run scoreboard objectives setdisplay list SkyblockCE_multiplayer
execute as @a[scores={SkyblockCE_debug=16}] run scoreboard objectives setdisplay sidebar SkyblockCE_multiplayer_reset
execute as @a[scores={SkyblockCE_debug=17}] run scoreboard objectives setdisplay sidebar SkyblockCE_multiplayer_tick
execute as @a[scores={SkyblockCE_debug=18}] run scoreboard objectives setdisplay list SkyblockCE_multiplayer_join
execute as @a[scores={SkyblockCE_debug=16}] run scoreboard objectives setdisplay list SkyblockCE_multiplayer
execute as @a[scores={SkyblockCE_debug=17}] run scoreboard objectives setdisplay sidebar SkyblockCE_multiplayer_reset
execute as @a[scores={SkyblockCE_debug=18}] run scoreboard objectives setdisplay sidebar SkyblockCE_multiplayer_tick
execute as @a[scores={SkyblockCE_debug=19}] run scoreboard objectives setdisplay list SkyblockCE_multiplayer_join
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ scoreboard objectives add PID_legacy_v2 dummy


##The Nether
execute as @a[scores={PID_legacy_v1=100..500}] run scoreboard players set @a SkyblockCE_islands 4
execute as @a[scores={PID_legacy_v1=100..500}] run scoreboard players set @a SkyblockCE_islands 5
execute in minecraft:the_nether as @a[scores={PID_legacy_v1=300}] run tp @a 0 -3 30
execute in minecraft:the_nether as @a[scores={PID_legacy_v1=350}] run fill 2 2 33 -2 2 29 minecraft:infested_cobblestone destroy
execute in minecraft:the_nether as @a[scores={PID_legacy_v1=400}] run setblock 0 3 31 oak_sign[rotation=8,waterlogged=false]{front_text:{color:"black",has_glowing_text:1b,messages:['{"text":"The portal is"}','{"text":"broken sorry.."}','{"text":";("}','{"text":"since: 1.0.0"}']}} destroy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scoreboard players add @a SkyblockCE_legacy_old 1
execute as @a[scores={skyblock=1..}] run scoreboard objectives add SkyblockCE_legacy_old dummy
execute as @a[scores={SkyblockCE_legacy_old=1..}] run tellraw @a {"translate":"skyblock_classic_edition.loading.chat"}
execute as @a[scores={SkyblockCE_legacy_old=1..}] run tellraw @a {"text":"The compatibility update for this version is no longer available. Download a version older than 1.21.X to convert it.","italic":true}
execute as @a[scores={SkyblockCE_legacy_old=5..10}] run scoreboard players set @a SkyblockCE_islands 4
execute as @a[scores={SkyblockCE_legacy_old=5..10}] run scoreboard players set @a SkyblockCE_islands 5
execute as @a[scores={SkyblockCE_legacy_old=5..}] run scoreboard objectives remove skyblock
execute as @a[scores={SkyblockCE_legacy_old=5..}] run scoreboard objectives remove SkyblockCE_legacy_version
execute as @a[scores={SkyblockCE_legacy_old=500}] run scoreboard objectives add PID_0 dummy
Expand Down
Loading