minecraft-datapacks/datapacks/armour_statues-2-6-0/data/as/functions/help/credits.mcfunction

12 lines
759 B
Mcfunction

#
# Description: Display credits in chat
# Called by: as: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":"green","bold":"true"}]
tellraw @s [{"text":"Vanilla Tweaks integration: ","color":"aqua"},{"text":"MSpaceDev","color":"green","bold":"true"}]
tellraw @s [{"text":"Additional ideas and improvements: ","color":"aqua"},{"text":"MukiTanuki","color":"green","bold":"true"}]
tellraw @s [{"text":"\nThanks to many other people for help with testing and suggestions -Phssthpok","color":"aqua"}]
tellraw @s [{"text":"--------------------------","color":"yellow","bold":"true"}]