Better Tellraw
This mod adds a /btellraw command that allows you to create reusable tellraw that be referenced later with an ID, along with several other enhancements.
Only affects the server-side environment, you may use it both on both singleplayer and a dedicated multiplayer server.
Requires Fabric API
Enhancements
- 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 easily
Commands
/btellraw reload
- Reload all tellraws. (Permission: btw.reload
)
/btellraw send entity @a <ID/Text> <String Formatting>
- Send a tellraw to all player. (Permission: btw.send
)
/btellraw send pos x1 y1 z1 x2 y2 z2 <ID/Text> <String Formatting>
- 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
You may open an GitHub issue here, please keep things civil :)
License
This project is licensed under the MIT License