Factions UUID Chat
Faction tags in format, with hover effect, and PlaceholderAPI tags in it
writting {item} in chat displays the item name and an additionnal hover effect on it (need permission chat.item)
To use this with factionsUUID, set "tagHandledByAnotherPlugin=true" at line 336 of Plugins/Factions/main.conf. Else you will have two chats
A really tiny chat manager
This plugin was made because many peoples want to make coloured things around FactionsUUID tags, but it prevents faction relation color to work, so they have to install a chat manager, placeholderapi, enabling things in the chat manager, finding the good placeholderapi tag,... Only download this, remove EssentialsChat.jar or other chat plugins, and you won't need PAPI. You have HEIGTH lines of config. Heigth.
Features:
- Supports PlaceHolderAPI (optionnal, not needed for basic faction tags)
- Has some basic tags ( [faction_rel_color]; [faction_role]; [faction_name] [vault_prefix]; [player]; [message] )
- Compatible with essentials /mute
- Can be used with or without factionsUUID
- This plugins ignore factions channels, so it won't display faction chat to everyone.
- {item}, [item], or [i ] to display item in chat (chat.item permission)
Requirements:
Vault
Optionnal: PlaceHolderAPI, FactionsUUID, Essentials
Commands/perms:
/fchat reload: chat.reload
aliases: /chat reload
chat.item for [item] in chat
chat.color (to write colors in chat)
chat.color.<color> to be able to write a specific color
all the colors for permissions:
magic,&k
rgb,&#RRGGBB
black, &0
dark_blue, &1
dark_green, &2
dark_aqua, &3
dark_red, &4
dark_purple, &5
gold, &6
gray, &7
dark_gray, &8
blue, &9
green, &a
aqua, &b
red, &c
light_purple,&d
yellow,&e
white,&f
bold,&l
strikethrough,&m
underline,&n
italic,&o
reset,&r
Config:
Code (Text):
#all my plugin's tags are below, with []. Placeholderapi tags are with %%.
chatFormat: "&0[[faction_rel_color][faction_role][faction_name]&0]&r [vault_prefix] [player] %factionsuuid_player_kills%: [message]"
noFaction: "no faction"
#hover messages? why not^^
useHoverInfo: true
hoverInfo: "Put double quotes in config for using '\\n' for new line in hover message \n&bkills: %factionsuuid_player_kills% \n&alevel: %player_exp_to_level%"
#You can use {item} or [item] or to display an item in the chat, with chat.item
#here is the text that will replace your {item} beacon
itemFormat: '&8[&f{name} &7x{amount} {type}&8]'
#here is the text that will be displayed when hovering the item description in chat
itemHoverFormat: "&f{name}\nx&7{amount} {type}\n&7{enchantments}\n&5&o{lore}"
logMessages: true
updater: true