# Arquivo de configuração do Uchat
# Autor: FabioZumbi12
# Recomando usar o Notepad++ para editar este arquivo!
# ------------------------------------------------------------------------
# Tags é onde voce vai personalizar os textos pra aparecer no chat, ao passar o mouse ou clicar na tag.
# Para adicionar uma tag, copie uma existente e troque o nome para um de sua escolha.
# Depois de criar e personalizar a tag, adicione ela em 'general > default-tag-builder'.
# ------------------------------------------------------------------------
# Replacers disponíveis:
# uChat:
# - {default-format-full}: Use esta tag para ver todas tags de plugins que estão usando o formato padrão do bukkit. # Normalmente usado por plugins de 'mito' e tags temporárias. # Caso queira apenas usar uma delas elas são separadas por espaços e abaixo vc pode usar apenas uma de cada.
# - {default-format-0}: Use esta tag para usar apenas uma tag das descritas acima. O numero é a posição dela entre os espaços;
# - {world}: O mundo de quem enviou a mensagem;
# - {message}: Mensagem enviada;
# - {playername}: O nome de quem enviou;
# - {nickname}: O nick de quem enviou. Se o nick não foi definido irá mostrar o nome;
# - {ch-name}: Nome do canal;
# - {ch-alias}: Atalho do canal;
# - {ch-color}: Cor do canal;
# - {hand-type}: Tipo do item;
# - {hand-name}: Nome do item;
# - {hand-amount}: Quantidade do item;
# - {hand-lore}: Descrição do item(lore);
# - {hand-durability}: Durabilidade do item;
# - {hand-enchants}: Encantamentos do item;
# - {time-now}: Mostra a hora atual(real) no servidor;
# Vault:
# - {group-prefix}: Prefixo do grupo do player;
# - {group-suffix}: Sufixo do grupo do player;
# - {balance}: Dinheiro do player;
# - {prim-group}: Tag do grupo primário;
# - {player-groups}: Lista todos grupos que o player faz parte;
# - {player-groups-prefixes}: Lista todo prefixes dos grupos que o player esta;
# - {player-groups-suffixes}: Lista todo suffixes dos grupos que o player esta;
# Simpleclans:
# - {clan-tag}: Tag do Clan sem cores;
# - {clan-fulltag}: Tag do clan com os colchetes, cores e separador;
# - {clan-ctag}: Tag do Clan com cores;
# - {clan-name}: Nome do Clan;
# - {clan-kdr}: KDR do player do Clan;
# - {clan-isleader}: O player é lider;
# - {clan-rank}: Rank do player no Clan;
# - {clan-totalkdr}: Clan KDR (não do player);
# Marry Plugins:
# - {marry-partner}: Mostra o nome do(a) parceiro(a);
# - {marry-prefix}: Pega a tag de prefixo, normalmente o coração;
# - {marry-suffix}: Pega a tag de sufixo, ou simbolo masculino do Marriage Reloaded;
# BungeeCord:
# - {bungee-id}: O ID do Server de quem enviou;
# Jedis (redis):
# - {jedis-id}: O ID deste server;
# Factions:
# Pega as informações das Factions pra mostrar no chat.
# - {fac-id}: Faction ID;
# - {fac-name}: Nome da Faction;
# - {fac-motd}: MOTD da faction;
# - {fac-description}: Descrição da Faction;
# - {fac-relation-name}: Nome da Faction em relação á quem ta lendo a tag;
# - {fac-relation-color}: Cor da Faction em relação á quem ta lendo a tag;
# Dont touch
config-version: 1.6
debug:
messages: false
timings: false
# Available languages: EN-US, PT-BR, FR-FR, FR-ES, HU-HU, RU, SP-ES and ZH-CN
language: 'PT-BR'
# Jedis configuration.
# Use Jedis to send messages between other servers running Jedis.
# Consider a replecement as Bungeecoord.
jedis:
enable: false
# Change to a unique identification and use on tags with {jedis-id}.
server-id: '&e[ChangeThis]&r '
ip: 'localhost'
port: '6379'
pass: ''
# Enable the two way chat into discord and minecraft.
# Generate your bot token following this instructions: https://goo.gl/utfRRv
discord:
use: true
update-status: true
# The default status of bot. Available status: DEFAULT, LISTENING, WATCHING and STREAMING"
game-type: 'DEFAULT'
# If game-type = STREAMING, set the twitch url.
twitch: ''
token: ''
log-channel-id: ''
# Channel id to spy private messages
tell-channel-id: ''
# Channel id to send commands issued by players.
commands-channel-id: ''
# Put the id on 'commands-channel-id' option or/and enable server commands on channel configuration to use this.
server-commands:
# This alias is not needed if using the channel set on 'commands-channel-id' option.
alias: '!cmd'
whitelist: []
blacklist:
- 'stop'
- 'whitelist'
# Use mentions on chat to change the player name color and play a sound on mention.
mention:
enable: false
color-template: '&e@{mentioned-player}{group-suffix}'
# May change if using old minecraft version.
playsound: 'note_pling'
hover-message: '&e{playername} Mencionou Voce!'
general:
# Template to show when players send links or urls.
URL-template: '&3Click Para abrir &n{url}&r'
# Tag to show when sent messages from console to channels.
console-tag: '&6 {console}&3'
# Remove this from chat (like empty tags)
remove-from-chat:
- '[]'
- '&7[]'
- '&7[&7]'
# Remove not converted PlaceholdersAPI from tags.
remove-unnused-placeholderapi: true
channel-cmd-aliases: 'channel, ch'
# Aliases to send commands from system to players (without any format, good to send messages from other plugins direct to players)
umsg-cmd-aliases: 'upv'
# False if your server don't support json or if /tellraw is not available.
json-events: true
# Set the default channel for new players or when players join on server.
default-channel: 'l'
# Chat spy format.
spy-format: '&c&o[spy] {output}'
# Enable Spy on join?
spy-enable-onjoin: true
# Use the tag builder from channel configuration and ignore this tag builder.
use-channel-tag-builder: true
# This is the main tag builder.
# Change the order of this tags to change how tag is displayed on chat.
# This tags represent the names of tag in this configuration.
default-tag-builder: 'ch-tags,group-prefix,clan-tag,mito,pbrmagnata,factions,nickname,group-suffix,message'
# Enable to allow parse tags and placeholders on messages.
enable-tags-on-messages: false
# Remember the channel the player is when logout/login until server restart?
persist-channels: true
item-hand:
enable: false
# Text to show on chat.
format: '&6[{hand-amount} {hand-type}]{group-suffix}'
# Placeholder to use on chat by players to show your item in hand.
placeholder: '@hand'
tell:
cmd-aliases: 't,w,m,msg,private,priv,r,tell,reply'
prefix: '&6&lPara &e&l{receivername} &6➜&e '
format: '{message}'
hover-messages: []
bungee:
# Change to a unique identification, and use on tags with {bungee-id}.
server-id: '&4ChangeMe'
broadcast:
# Enable custom broadcasts.
enable: true
# Tag to use on broadcast message to set a hover message.
on-hover: 'hover:'
# Tag to use on broadcast message to set a click event.
on-click: 'click:'
# Tag to use on broadcast message to suggest a command.
suggest: 'suggest:'
# Tag to use on broadcast message to set a website url on click (with www).
url: 'url:'
# Aliases to use for broadcast.
aliases: 'ubroad,uannounce,usay,uaction,all,anunciar,todos'
# This is where you will create as many tags you want.
# You can use the tag "custom-tag" as base to create your own tags.
# When finish, get the name of your tag and put on "general.default-tag-build"
# or on channel builder on "channels" folder.
tags:
tag-mito:
format: 'mito'
hover-messages:
- '&7Este é o &5&lMITO &7do pvp!'
group-prefix:
format: '{group-prefix}&r'
hover-messages:
- '&bRank: &e{prim-group}'
playername:
format: '{playername}'
click-cmd: 'tpa {playername}'
hover-messages:
- '&7Click para pedir TPA'
nickname:
format: '{nickname}'
click-cmd: 'tpa {playername}'
hover-messages:
- '&fNome ➜ &6&l&6{playername}'
- '&e'
- '&fRank ➜ &6&l&6{group-prefix}'
- '&e'
- '&fDinheiro ➜ &a{balance}'
- '&e'
- '&eClick para pedir &6&l&6TPA'
group-suffix:
format: '&r{group-suffix}: '
world:
format: '&7[{world}]&r'
hover-messages: '&7[{world}]&r'
message:
format: '{message}'
ch-tags:
format: '{ch-color}[{ch-alias}] &r'
click-cmd: 'ch {ch-alias}'
hover-messages:
- '&3Nome do Canal: {ch-color}{ch-name}'
- '&bClick ir para esse canal!'
clan-tag:
format: ' {clan-fulltag} '
click-cmd: 'clan info {clan-tag}'
hover-messages:
- ' &6&l{clan-fulltag}'
- '&b'
- '&fClan Nome ➜ &e{clan-name}'
- '&fClan KDR ➜ &e{clan-totalkdr}'
- '&fJogador KDR ➜ &e{clan-kdr}'
- '&f'
- '&eClick para mais informações sobre o Clan'
pbrmagnata:
format: ' {magnata}'
hover-messages:
- '&2Este e o jogador Mais Rico'
- '&b'
- '&2Dinheiro: &a{balance}'
# Use this tag as reference to create other new tags.
custom-tag:
format: '{default-format-full}'
click-cmd: ''
click-url: ''
suggest-cmd: ''
permission: 'any-name-perm.custom-tag'
hover-messages: []
show-in-worlds: []
hide-in-worlds: []
marry-tag:
format: '{marry-prefix}{marry-suffix}'
hover-messages:
- '&cMarried with {marry-partner}'
admin-chat:
format: '&b[&r{playername}&b] '
bungee:
format: '&7[{world}]{ch-color}[bungee-{bungee-id}] {playername}: &7'
hover-messages:
- '{ch-color}Sent from server -{bungee-id}-'
factions:
format: '&7[{fac-relation-color}{fac-relation-name}&7]&r'
hover-messages:
- '&7Faction name: {fac-relation-color}{fac-name}'
- '&7Motd: &a{fac-motd}'
- '&7Description: {fac-description}'
jedis:
format: '{jedis-id}'
hover-messages:
- '&7Server: {jedis-id}'
- '&cChange me on configuration!'