Message Constructor Library

mcmonkey

Administrator
Staff member
Helper
MCL is a handy utility script to let you easily send 'tellraw' style clickable messages in chat.
The script was originally developed by Anthony, and has been updated to modern Denizen standards by mcmonkey.

This script is no longer relevant to use. There are now native Denizen options for all of this.

Sample usages:
Code:
- narrate "click <&e><proc[msgUrl].context[<&e>this|google.com/search|<&9>click]><&f> link"

- narrate "read the <&e><proc[msgCommand].context[<&e>help|help|<&a>click here fool!]><&f> docs"

- narrate "hover your mouse on the <&e><proc[msgHover].context[<&e>secret|<&6>gold star!]><&f> message"

- narrate "click <&e><proc[msgChat].context[<&e>yes|yes|Click this]><&f> to make your player say yes in chat"

- narrate "Give the player a <&e><proc[msgHint].context[<&e>Command|command|Click this]><&f> hint"

- narrate " <&e><proc[msgSuggest].context[<&e>Suggest|Maybe say this|Click this]><&f> something for your player to type"

Current version on GitHub here: https://github.com/mcmonkey4eva/Public-Denizen-Scripts/blob/master/MessageConstructors.yml
Or haste link here: https://one.denizenscript.com/haste/57721

(Old script repo original )