PwoChatFormat
If you found this plugin useful, please leave a positive review or consider donating. It means a lot!
PwoChatFormat allows you to format all your player's chat messages to suit your server! It supports all placeholders as well!
IMPORTANT: The plugin depends on PlaceholderAPI (
https://www.spigotmc.org/resources/placeholderapi.6245/) to work!
Commands
As this is a lightweight plugin, there is only 1 command available!
- /pcf: Reloads the configuration file
Permissions
Below are a list of permissions for the plugin
- pwochatformat.ping: Allows the player to ping other players by typing their name
- pwochatformat.reload: Gives the player permission to execute /pcf aka reload the plugin
Configuration
And the best part is... the configuration is short and sweet, and easy to understand as well!
Code (YAML):
##############################
# #
# PwoChatFormat Config #
# #
##############################
# General Chat Format
# %name% - Player name
# %displayname% - Player's display name
# %message% - Chat message
ChatFormat
:
"%vault_prefix% &7<&e%name%&7> &f%message%"
# Format when a player gets pinged
# %name% - Player name
PingFormat
: '&b&l
%name%&f'
# Sounds that's played to a pinged player
# Select sound variables from here: https://helpch.at/docs/1.8.8/org/bukkit/Sound.html
# Set to 'none' to disable
PingSound
: 'LEVEL_UP'
ConfigReloaded
:
"&e[&6PwoChatFormat&e] &aSuccessfully reloaded configuration!"
NoPermission
:
"&c&l(!) &cYou do not have permission to do that!"
Please don't leave bug reports in the reviews section.