This mod adds a /btellraw command that allows you to create reusable tellraw that be referenced later with an ID (Essentially, a Tellraw Storage), along with several other enhancements such as Placeholder API Text.
Available for the Fabric/Quilt modloader, can work purely on server-side.
/btellraw reload - Reload all tellraws. (Permission: btw.reload)
/btellraw send entity @a <ID/Text> <String variables> - Send a tellraw to all player. (Permission: btw.send)
/btellraw send pos x1 y1 z1 x2 y2 z2 <ID/Text> <String variables> - Send a tellraw to player within 2 positions
(Permission: btw.send)
/btellraw modify <ID> <Text> - Modify a tellraw content. (Permission: btw.modify)
/btellraw add <File Name> <Normal ID> <Text> - Add a tellraw. (Permission: btw.add)
For further example/understanding, please visit the wiki on GitHub for details.
If you have any suggestions or bug report, don't hesitate to open an GitHub issue here!
This project is licensed under the MIT License