# This is an automatic property, do not change! configVersion: 1
# Local chat settings # If enabled, by default all messages sent by a player # will be received only by users within `localRadius` enableLocal: false
localRadius: 100
# If `enableLocal` is true, this prefix should be put # in front of messages user wants to send globally (e.g. "!Hello, everyone") # If `enableLocal` is false, this does nothing globalPrefix: "!"
# A template for local messages # :player: - the username of the player who sent the message # :message: - the message itself localTemplate: '<:player:> :message:'
# A template for global messages # :player: - the username of the player who sent the message # :message: - the message itself globalTemplate: '<:player:> :message:'
# A template for a private message # :player_from: - the username of the player who sent the message # :player_to: - the username of the player who receives the message # :message: - the message itself privateTemplate: '<:player_from
: to :player_to:> :message:'
consoleTemplate: '<CONSOLE to :player_to:> :message:'
# If PAPI is present, this field will be used to replace :player: playerTemplate: '
%player_name%'
# If PAPI is present, this field will be used to replace :player_from: fromTemplate: '
%player_name%'
# If PAPI is present, this field will be used to replace :player_to: toTemplate: '
%player_name%'
Permissions
mcn.chat.global - Allows user to send a global message. By default true for all players.
mcn.chat.local - Allows user to send a local message. By default true for all players.
mcn.chat.msg - Allows user to send a private message via the /msg command. By default true for all players.
mcn.chat.reply - Allows user to reply to the private message via the /reply command. By default true for all players.
mcn.chat.colors - Allows user to use custom color codes in the message (e.g. &l, &c, etc). By default true only for ops.
mcn.chat.admin.reload - Allows user to reload the plugin via /mcn_chat reload command. By default true only for ops.
mcn.chat.admin.* - Gives user an access to the /mcn_chat command. By default true only for ops.