Chat Pings

mcmonkey

Administrator
Staff member
Helper
REPLACED BY RESOURCE: https://forum.denizenscript.com/resources/chat-pings.7/


This neat little script will let players "ping" each other by saying names.

cd8c2c.png


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/DenizenSampleScripts/blob/master/chat_pings.dsc
 
Last edited:

GoMinecraft

Member
Nov 23, 2019
8
0
0
Phoenix, AZ
gominecraft.com
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:
Scripts:
  World:
    Events:
      On player chats:
        # Whether to use the dangerous 'async' chat event (not recommended!)
        Use asynchronous event: true
 

mcmonkey

Administrator
Staff member
Helper
GoMinecraft said:
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