Skip to content

Commit

Permalink
JE-Skyblock_Classic_Edition:NIGHTLY_BUILDING:10.03.2023.21622a
Browse files Browse the repository at this point in the history
- fix #160
  • Loading branch information
Loweredgames committed Mar 10, 2023
1 parent dc500d1 commit 7729a6a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ scoreboard players add @a skyblock_install 1
scoreboard objectives add tp dummy


##Scoreboard Reset
execute as @a[scores={fix_end=2000000..}] run scoreboard players set @a fix_end 10000
execute as @a[scores={skyblock_ID=2000000..}] run scoreboard players set @a skyblock_ID 10000
execute as @a[scores={structure_skyblock=2000000..}] run scoreboard players set @a structure_skyblock 10000
execute as @a[scores={skyblock_normal=2000000..}] run scoreboard players set @a skyblock_normal 10000
execute as @a[scores={skyblock_large=2000000..}] run scoreboard players set @a skyblock_large 10000
execute as @a[scores={skyblock_small=2000000..}] run scoreboard players set @a skyblock_small 10000


##Gamerules
gamerule waterSourceConversion true
gamerule lavaSourceConversion true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ scoreboard players add @a PID_0 1


##Skyblock ID e Install (AGGIORNARE SE L'ID E DIVERSO)
execute as @a[scores={PID_0=2000000..}] run scoreboard players set @a PID_0 10000
execute as @a[scores={skyblock_ID=30}] run scoreboard players set @a PID_0 -100
execute as @a[scores={skyblock_install=1..}] run scoreboard players set @a PID_0 -10000
execute as @a[scores={multiplayer=1..}] run scoreboard players set @a PID_0 -1
Expand Down
Binary file modified level.dat
Binary file not shown.
Binary file modified level.dat_old
Binary file not shown.

0 comments on commit 7729a6a

Please sign in to comment.