Support Prefix Placeholders in player chat.
Code (YAML):
chat
:
# Chat Function
# - I recommend using other chat plugins instead of using this plugin,
# - this plugin only provides very basic chat format placeholders.
# - Notice that: format must has “%1$s” and “%2$s” for PlayerName and Message (Bukkit Chat Event)
enable
: false
format
:
"<%UserPrefix_prefix%%1$s> %2$s"