📢 Channels
Public channel
Options:
name
: the name of the channel.commands
: the commands to speak in the channel (by default, it's the first character of the name).permission
: the permission of the channel (more details in Permissions).distance
: the block distance of the channel. To make the channel visible in all locations, use the value 0.delay-message
: the delay in sending the message (in seconds).loggable
: if active, all messages will be sent to the console.mentionable
: if active, members can be mentioned.highlight
: if active, messages sent by users with the permission <channel permission>.highlight will be highlighted in the chat.prevent-capslock
: if active, capslock will be prevented.format
:default
: the default format (used in public messages).spy
: the format for spies. To disable spy, leave''
.
balance
:min-balance
: the minimum amount of balance required to send a message.message-cost
: the cost of sending a message.show-message-cost
: if active, a message will be sent when it is deducted from the balance.
proxy
:enabled
: if active, the message will be propagated to all the proxy servers.servers
: this is the list of servers on which the message will be propagated. If the value is[]
, the message will be propagated to all servers.
tags
: these are the tags created for the channel.<tag>
text
: the value of the tag. If the value is omitted, the tag will be defined internally.hover
: the message when you hover the mouse.suggest
: the message suggested by clicking on the message.command
: the command executed when clicking on the message.url
: the URL opened by clicking on the message.permission
: the permission for the tag to appear.
Example file:
name: local
commands:
- l
permission: nchat.channel.local
distance: 50.0
delay-message: 5.0
loggable: false
mentionable: false
highlight: false
prevent-capslock: true
format:
default: '&e[{channel_logo}] &f{clan_tag} {faction_fulltag} {prefix} {bprefix2}
{bprefix} {sender} {bsuffix} {suffix}&e: {message}'
spy: ''
balance:
min-balance: 0.0
message-cost: 0.0
show-message-cost: false
proxy:
enabled: false
servers: []
tags:
channel_logo:
hover: '&7Canal: &f{channel}'
suggest: '/{channel_cmd} '
sender:
hover: |-
&7Clique aqui para mencionar este jogador.
&7Coins: &2$&f{balance}
suggest: '/{channel_cmd} {sender}, '
message:
hover: '&7Data de envio: &f{data}'
suggest: ''
prefix:
hover: '&7Cargo: &f{prefix}'
suggest: ''
magnata:
hover: '&7Magnata do servidor.'
suggest: /money {sender}
faction_fulltag:
hover: |-
&7Nome da facção: &f{faction_name}
&7Posição: &f{faction_role}
suggest: ''
faction_tag:
hover: |-
&7Nome da facção: &f{faction_name}
&7Posição: &f{faction_role}
suggest: ''
clan_tag:
hover: '&7Nome do clan: &f{clan_name}'
suggest: ''
killer:
hover: '&7Vencedor do evento killer.'
suggest: ''
displayname:
hover: '&7Jogador: &f{sender}'
suggest: ''
custom_tag:
text: '&b[NickUC.com]'
hover: '&7Clique aqui para acessar o website.'
url: https://www.nickuc.com
permission: nchat.tag.admin
custom_tag2:
text: '&a[$]'
hover: '&7Clique aqui para ver o saldo de {sender}.'
command: /money {sender}
Private channel
Options:
name
: the name of the channel.permission
: the permission of the channel (more details in Permissions).delay-message
: the delay in sending the message (in seconds).loggable
: if active, all messages will be sent to the console.prevent-capslock
: if active, capslock will be prevented.format
:sender
: is the format of the sender (who sent).target
: is the format of the target (who received).spy
: is the format for spies. To disable spy, leave''
.
balance
:min-balance
: the minimum amount of balance required to send a message.message-cost
: the cost of sending a message.
proxy
:servers
: this is the list of servers on which the message will be propagated. If the value is[]
, the message will be propagated to all servers.
tags
: these are the tags created for the channel.<tag>
text
: the value of the tag. If the value is omitted, the tag will be defined internally.hover
: the message when you hover the mouse.suggest
: the message suggested by clicking on the message.command
: the command executed when clicking on the message.url
: the URL opened by clicking on the message.permission
: the permission for the tag to appear.
Example file:
name: default
permission: nchat.tell
delay-message: 3.0
loggable: false
prevent-capslock: true
format:
sender: '&8[{channel}&8] &8Mensagem para {prefix} {target}&6: {message}'
target: '&8[{channel}&8] &8Mensagem de {prefix} {sender}&6: {message}'
spy: '&c[SPY] &8Mensagem de {sender} para {target}&6: {message}'
balance:
min-balance: 0.0
message-cost: 0.0
proxy:
servers: []
tags:
channel:
hover: '&cMensagem privada'
suggest: ''
sender:
hover: '&7Jogador: &f{sender}'
suggest: '/tell {sender} '
target:
hover: '&7Jogador: &f{target}'
suggest: '/tell {target} '
message:
hover: '&7Data de envio: &f{data}'
suggest: ''
sender_displayname:
hover: '&7Jogador: &f{sender}'
suggest: ''
target_displayname:
hover: '&7Jogador: &f{target}'
suggest: ''
custom_tag:
text: '&b[NickUC.com]'
hover: '&7Clique aqui para acessar o website.'
url: https://www.nickuc.com
permission: nchat.tag.admin
Support
Need help? Contact our support team if you still have questions.