mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-08-10 08:35:52 +01:00
Initial commit for armor statues
This commit is contained in:
11
data/armor_statues/functions/help/credits.mcfunction
Normal file
11
data/armor_statues/functions/help/credits.mcfunction
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Description: Display credits in chat
|
||||
# Called by: armor_statues:help
|
||||
# Entity @s: Player
|
||||
#
|
||||
tellraw @s [{"text":"Customizable Armor Stands - Credits","color":"yellow","bold":"true"}]
|
||||
tellraw @s [{"text":"Coding and original concept: ","color":"aqua"},{"text":"Phssthpok","color":"#87325d","bold":"true","clickEvent":{"action":"open_url","value":"https://twitter.com/MCPhssthpok"}}]
|
||||
tellraw @s ["",{"text":"Additional improvements: ","color":"aqua"},{"text":"MSpaceDev","color":"#e30000","bold":"true","clickEvent":{"action":"open_url","value":"https://www.youtube.com/c/MinecraftSpace"}}]
|
||||
tellraw @s [{"text":"Development and improvements: ","color":"aqua"},{"text":"MukiTanuki","color":"#0072e5","bold":"true","clickEvent":{"action":"open_url","value":"https://twitter.com/MukiTanuki"}}]
|
||||
tellraw @s [{"text":"\nThanks to many other people for help with testing and suggestions -Phssthpok","color":"aqua"}]
|
||||
tellraw @s [{"text":"--------------------------","color":"yellow","bold":"true"}]
|
Reference in New Issue
Block a user