customize armor stands

This commit is contained in:
Daniel Løvbrøtte Olsen
2020-03-19 15:59:23 +01:00
parent 53d88fc3be
commit a8bfeda4bd
89 changed files with 2499 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#
# 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"}]