-
Notifications
You must be signed in to change notification settings - Fork 32
(5) AutoMessages (bukkit)
FabioZumbi12 edited this page Sep 11, 2017
·
2 revisions
UChat have a system for automessage like /ubroadcast with support to link, hover, command on click and site url.
To use the player name with {player} as placeholder for commands.
The default configuration:
enable: true
silent: true # If true, dont send the messages to console.
interval: 60 # Interval in seconds.
silent: true # Do not log the messages on console?
messages
'0': # The index (order) to show the messages.
minPlayers: 4 # Minimun players to show the message. Set to 0 to always send the message.
text: Your plain text message here! # Plain text.
hover: Your hover text message here! # Hover text.
onclick: Command on click here! # On click text with placeholder {clicked} to show who clicked.
url: http://google.com # Some url to go on click. Need to have "http://" to url work.
If you dont want hover message or click command, set to '' (blank quotes).
Use /chat reload to get the changes on "automessages.yml" working.