BetterTellraw
Enhanced tellraw command and managed tellraw storage
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
BetterTellraw
Better Tellraw
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.
Features
- Create, modify and send text messages by referencing its id. - Placeholder API support - Fabric Permission API Support - String formatting/interpolation support - Send messages to players within a specified area
Commands
`/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.
Bugs/Suggestion
If you have any suggestions or bug report, don't hesitate to open an GitHub issue here!
License
This project is licensed under the MIT License