Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixphone authored Feb 27, 2023
1 parent 6618bde commit 4ab9992
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scoreboard objectives add book trigger
scoreboard objectives add phase trigger
tellraw @a {"text": "Console [20-Lives Datapack loaded]", "color": "#0999FF"}
tellraw @a[tag=Wool20LivesAdministrator] ["",{"text":"To get started, get the ","color":"blue"},{"text":"interactive command book","bold":true,"color":"dark_purple","clickEvent":{"action":"run_command","value":"/function wool:book"}}]
tellraw @a {"text": "Console [Datapack loaded. 1 cog avalable]", "color": "#0999FF"}
playsound minecraft:block.amethyst_block.break master @a ~ ~ ~ 99999999999
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
scoreboard objectives add Deaths deathCount
scoreboard objectives add Lives dummy
scoreboard objectives modify Lives rendertype hearts
scoreboard objectives modify Lives displayname {"text": "Lives: ", "bold": true}
scoreboard objectives setdisplay list Lives
scoreboard objectives add enableLifeStealing dummy
Expand Down

0 comments on commit 4ab9992

Please sign in to comment.