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
- Host: GitHub
- URL: https://github.com/ad5001/betterraw
- Owner: Ad5001
- License: other
- Created: 2017-12-17T18:21:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T00:14:28.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T12:56:12.582Z (4 months ago)
- Language: PHP
- Homepage: https://download.ad5001.eu/en/view.php?name=BetterRaw&src=github
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 <<<