Category:
Chat
Suggested name:
Anything
What I want:
So in imageboards we have green texts, strikethrough, italics, bold, underlike, red text and spoilers.
I want to have the same inside minecraft for my server with the same tags.
Ideas for commands / tags:
No perms needed.
When I'd like it by: The sooner the better. I'd be grateful if someone even attempted this for me.
--
This is what I tried and it does not work:
Chat
Suggested name:
Anything
What I want:
So in imageboards we have green texts, strikethrough, italics, bold, underlike, red text and spoilers.
I want to have the same inside minecraft for my server with the same tags.
Ideas for commands / tags:
from ----------------------> to
Spoiler
**%message%** = §k%message%
Italics
''%message%'' = §o%message%
Bold
'''%message%''' = §l%message%
Underline
__%message%__ = §n%message%
RedText
==%message%== = §4§l%message%
Strikethrough
~~%message%~~ = §m%message%
Green Text:
>%message% = §a>%message%
Ideas for permissions:
No perms needed.
When I'd like it by: The sooner the better. I'd be grateful if someone even attempted this for me.
--
This is what I tried and it does not work:
Code:
on chat:
redtexto
if message have "==%message%==":
set {message} to message
replace all "==%message%==" to "&4&l%message%" in {message}