Tell

Sends a message to a player

/goop tell <player> <message>

Parses color codes and PAPI placeholders

Args Breakdown (What everything does)

<Player>

<message>

  • Message to send.

  • Will parce PAPI placeholders using the player it is sent to

  • Will then parse Color Codes

Tips

  • There are many ways of broadcasting a message, I guess this is just one more of them :p


  • Easier to use version of vanilla tellraw but without clickable text.


  • Unlike any other way of sending a message, this triggers GooP's chained commands action.

    • So you can actually send multiple lines of message in one command >:]

Simple Examples:

/goop tell gunging &eHey!

Sends a very simple yellow 'Hey!' message to gunging.


/goop tell @a Got your nose

Broadcasts a server-wide 'Got your nose' message.


/goop tell cocopad <#ff6600>Hey cocopad, you ever seen oS: goop tell @s <#ff6600>A line skip ever?

Uses the GooP chained command oS: key to produce a line skip.

Comment from the Dev:

Arguably the simplest command ever.