Page 1 of 1

Chat Pings

Posted: March 1st, 2019, 7:39 am
by mcmonkey
This neat little script will let players "ping" each other by saying names.

Image

Just type somebody's username in chat, and they'll hear a little ping sound and see the text "(player) mentioned you!" as a toast and in chat.

It's a very short+simple script but it's handy to have.

Hastebin: https://one.denizenscript.com/haste/52936 <-- Most users, just click here and click "Download the script"

GitHub current version: https://github.com/mcmonkeyprojects/Den ... _pings.dsc

Re: Chat Pings

Posted: November 23rd, 2019, 11:15 am
by GoMinecraft
As a quick addendum to this awesome little script;

If you are using a chat management plugin (VentureChat, for example), it may not work initially!

This is easily resolved.
  • Open Denizen/config.yml
  • Set "Use asynchronous event" to true

Code: Select all

Scripts:
  World:
    Events:
      On player chats:
        # Whether to use the dangerous 'async' chat event (not recommended!)
        Use asynchronous event: true

Re: Chat Pings

Posted: November 24th, 2019, 1:17 am
by mcmonkey
GoMinecraft wrote:
November 23rd, 2019, 11:15 am
If you are using a chat management plugin (VentureChat, for example), it may not work initially!

This is easily resolved.
The ideal resolution is to remove such a plugin, and replace it. Either with a more stable chat plugin, or just a Denizen script :D