Messages
Make them speak!
Taterzens are simple creatures; you enter their message editor and they will remember things you send in chat.
You can edit those messages later or even delete them, if you don't like them anymore.
/npc edit messages list
will show you all the messages of selected Taterzen.
Chat editing
Adding new messages to Taterzen
Running
/npc edit messages
will send you this:
You've entered message editor for Taterzen. Enter same command to exit.
Send messages in chat and Taterzen will repeat them. You can use normal text or tellraw structure (for colors).
That means that any messages you send to chat will be redirected to
Taterzen's to-say
list instead.
I want colored messages!
No problem, Taterzens mod has you covered! It supports tellraw json text format as well.
- Generate any tellraw command with the text you want.
There are online tools that can do it, I recommend using MCStacker.
/tellraw @p {"text":"Discord invite!","color":"gold","bold":true,"italic":true,"clickEvent":{"action":"open_url","value":"https://discord.gg/9PAesuHFnp"}}
This would send a following-like text: Discord invite!
- Copy all text from first
{
all the way to the end.{"text":"Discord invite!","color":"gold","bold":true,"italic":true,"clickEvent":{"action":"open_url","value":"https://discord.gg/9PAesuHFnp"}}
- Send it in chat and NPC will parse it.
And then?
The NPC will send those messages to any player in range, with a certain delay.
It can be changed in config, look for the messageDelay
option.
Editing messages
Oh no, I've made a typo! How do I fix it?
- Check the message id by running
/npc edit messages list
Taterzen Taterzen has the following messages. Click on one to edit it.
1-> Discord invite! X
2-> Second message. X
3-> Yet another message ... X
-
Click on the message you'd like to edit or run
/npc edit messages <id>
-
Type the new message in chat and send it.
Deleting messages
Simply run
/npc edit messages <id> delete
<id>
.
Or click the X next to the message when listing them.
To clear all the messages, run
/npc edit messages clear