-
-
Notifications
You must be signed in to change notification settings - Fork 28
joinmessages.yml
############################################################
# +------------------------------------------------------+ #
# | MultiChat | #
# +------------------------------------------------------+ #
############################################################
# By Revilo410
##################
# DON'T EDIT #
version: "1.7.2" #
##################
Plugin version, DO NOT EDIT OR YOUR CONFIG WILL BREAK!
############################################################
# +------------------------------------------------------+ #
# | Join Messages | #
# +------------------------------------------------------+ #
############################################################
# Should network join messages be displayed?
showjoin: true
# Should network quit messages be displayed?
showquit: true
Set to false if you want to stop MultiChat displaying messages when a player joins or leaves the BungeeCord network.
##############################################################
# USES STANDARD MINECRAFT '&X' COLOUR/FORMAT CODES
# %NAME% = The name of the sender
# NETWORK join message
serverjoin: "&e%NAME% &ejoined the network"
# NETWORK SILENT join message
silentjoin: "&b&o%NAME% &b&ojoined the network silently"
# NETWORK quit message
networkquit: "&e%NAME% left the network"
# NETWORK SILENT quit message
silentquit: "&b&o%NAME% &b&oleft the network silently"
##############################################################
These are the message formats for joining and leaving the server. silentjoin
and silentquit
are the messages displayed to other staff when a staff member joins and has the multichat silent join permissions. Regular MC colour codes can be used in all these messages, and the %NAME%
placeholder will be replaced with the username of the player.
# Should a welcome message be displayed the first time a player joins the network?
welcome: true
# Define the welcome message here
# USES STANDARD MINECRAFT '&X' COLOUR/FORMAT CODES
# %NAME% = The name of the sender
welcome_message: "&dWelcome %NAME% to the network for the first time!"
This section allows you to set a message to welcome players to your network for the first time. This means if a new player joins your server who hasn't logged in before, then this message will be displayed in addition to the regular join message.
MultiChat is developed by Revilo410 (Oliver Martin)
To download the latest release:
Click Here