-
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.
Update Cloning, baby zombie and horror!
- Loading branch information
1 parent
91913c6
commit 4191e33
Showing
6 changed files
with
9 additions
and
4 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
3 changes: 2 additions & 1 deletion
3
data/lt/functions/collectible/give/disguise/player_clone.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 +1,2 @@ | ||
collectible give @s ltminigames:disguise{ display: { Name:' [ { "translate":"lt.collectible.player_clone.name", "with":[ { "selector":"@p[tag=diguises.cloned.target]", "color":"#5ABDA3" } ], "color":"#5ABDA3", "italic":false } ]', Lore: [ '{ "translate":"lt.collectible.player_clone.description", "color":"gray", "italic":true }', '{"text":" "}', '{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}', '{"text":" "}','{"translate":"item.modifiers.head","color":"gray","italic":false}', '{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}', '[ {"text":" + ","color":"blue","italic":false}, { "translate":"lt.collectible.player_clone.tooltip.add", "with": [ { "selector":"@p[tag=diguises.cloned.target]" } ], "color":"blue", "italic":false } ]' ] }, HideFlags:255, Enchantments:[{}], disguise:{ entity: { type:"dummyplayers:dummy_player" } }} | ||
tellraw @s {"text":"Use cloning for player disguise [Click to tp]","color":"red","bold":false,"underlined":true,"clickEvent":{"action":"run_command","value":"/tp @s @e[tag=disguises.player.cloner,limit=1]"}} | ||
collectible give @s ltminigames:disguise{ display: { Name:' [ { "translate":"lt.collectible.player_clone.name", "with":[ { "selector":"@p[tag=diguises.cloned.target]", "color":"#5ABDA3" } ], "color":"#5ABDA3", "italic":false } ]', Lore: [ '{ "translate":"lt.collectible.player_clone.description", "color":"gray", "italic":true }', '{"text":" "}', '{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}', '{"text":" "}','{"translate":"item.modifiers.head","color":"gray","italic":false}', '{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}', '{"translate":"lt.collectible.player_clone.tooltip.add_horror","color":"blue","italic":false}' , '[ {"text":" + ","color":"blue","italic":false}, { "translate":"lt.collectible.player_clone.tooltip.add", "with": [ { "selector":"@p[tag=diguises.cloned.target]" } ], "color":"blue", "italic":false } ]' ] }, HideFlags:255, Enchantments:[{}], disguise:{ entity: { type:"dummyplayers:dummy_player" } }} |
1 change: 1 addition & 0 deletions
1
data/lt/functions/collectible/give/milestone/philza_baby_zombie.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 @@ | ||
collectible give @s ltminigames:disguise{donation_goal:true,disguise:{entity:{type:"minecraft:zombie",tag:{IsBaby:1b}}},display:{Name:'[{"translate":"lt.collectible.baby_zombie.name","color":"#005958","italic":false},{"text":" "},{"translate":"lt.collectible.disguise.name.suffix","color":"#005958","italic":false}]',Lore:['{"translate":"lt.collectible.baby_zombie.description","color":"gray","italic":true}','{"text":" "}','{"translate":"lt.collectible.unicode.reward","color":"white","italic":false}','{"text":" "}','{"translate":"item.modifiers.head","color":"gray","italic":false}','{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}','[{"text":" + ","color":"blue","italic":false},{"translate":"lt.collectible.baby_zombie.name","color":"blue","italic":false}]']},HideFlags:255,Enchantments:[{}]} |
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 @@ | ||
#Todo Update this with brick style | ||
summon ltextras:collectible ~ ~ ~ { Tags:["disguises.player.cloned"], collectible:{ item:"ltminigames:disguise", tag:{ display: { Lore:[ '{"translate":"lt.collectible.player_clone.description","color":"gray","italic":true}', '{"text":" "}', '{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}', '{"text":" "}', '{"translate":"item.modifiers.head","color":"gray","italic":false}', '{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}', '[ { "text":" + ", "color": "blue", "italic":false }, { "translate":"lt.collectible.player_clone.tooltip.add", "with":[ { "selector":"@p[tag=diguises.cloned.target]"} ], "color": "blue", "italic":false} ]' ] }, disguise:{ entity:{ type:"dummyplayers:dummy_player" } } } }} | ||
summon ltextras:collectible ~ ~ ~ { Tags:["disguises.player.cloned"], collectible:{ item:"ltminigames:disguise", tag:{ display: { Lore:[ '{"translate":"lt.collectible.player_clone.description","color":"gray","italic":true}', '{"text":" "}', '{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}', '{"text":" "}', '{"translate":"item.modifiers.head","color":"gray","italic":false}', '{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}','{"translate":"lt.collectible.player_clone.tooltip.add_horror","color":"blue","italic":false}' , '[ { "text":" + ", "color": "blue", "italic":false }, { "translate":"lt.collectible.player_clone.tooltip.add", "with":[ { "selector":"@p[tag=diguises.cloned.target]"} ], "color": "blue", "italic":false} ]' ] }, disguise:{ entity:{ type:"dummyplayers:dummy_player" } } } }} | ||
|
||
|
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