An open API service indexing awesome lists of open source software.

https://github.com/ad5001/betterraw

Raw messages, formatting codes, & more
https://github.com/ad5001/betterraw

Last synced: 2 months ago
JSON representation

Raw messages, formatting codes, & more

Awesome Lists containing this project

README

        

# BetterRaw
BetterRaw is a plugin allowing you to [send raw messages to players in any form](#commands-to-send-raw-messages). It also add it's [own custom formating codes](#formating-codes)

## Commands to send raw messages
- /tellraw <player> <message...>
This commands sends a raw message in the chat of the targeted player.
Note: This is the only command that doesn't support the formatting codes

- /sendtip <player> <message...>
This commands sends a message just below to the middle of the screen of the player.

- /sendpopup <player> <message...>
This commands sends a message just above the inventory bar of the player

- /sendaction <player> <message...>
This commands sends a message on the action bar of the player.

- /sendtitle <player> <title[\\n<subtitle>]...>
This commands sends a message in big on the middle of the screen of the player.
You can set a subtitle by adding a \\n to your message.

## Formating codes
BetterRaw includes, as in the original form, it's own formatting codes:



Name
Formatting code
Description


Multi color
§mc
Text color changes to any color in a defined order


Gray scale
§gs
Text color changes to any gray like color in a defined order


Left arrows
§la
Makes left arrows which forms from 1 arrow to 3 arrows: > to >> to >>>


Right arrows
§ra
Makes right arrows which forms from 1 arrow to 3 arrows: < to << to <<<