Difference between revisions of "SuperLobbyDeluxe:chat.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
(Created page with "<syntaxhighlight lang="YAML"> #################################################################################################### # +-----------------------------------------...")
 
(No difference)

Latest revision as of 07:48, 9 December 2018

####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |    _____                       _           _     _           _____       _                   | #
# |   / ____|                     | |         | |   | |         |  __ \     | |                  | #
# |  | (___  _   _ _ __   ___ _ __| |     ___ | |__ | |__  _   _| |  | | ___| |_   ___  _____    | #
# |   \___ \| | | | '_ \ / _ \ '__| |    / _ \| '_ \| '_ \| | | | |  | |/ _ \ | | | \ \/ / _ \   | #
# |   ____) | |_| | |_) |  __/ |  | |___| (_) | |_) | |_) | |_| | |__| |  __/ | |_| |>  <  __/   | #
# |  |_____/ \__,_| .__/ \___|_|  |______\___/|_.__/|_.__/ \__, |_____/ \___|_|\__,_/_/\_\___|   | #
# |               | |                                       __/ |                                | #
# |               |_|                                      |___/                                 | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/SuperLobbyDeluxe                             | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/superlobbydeluxe.132949                       | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# |  To format the chat...                                                                       | #
# |  Chat Variables: {PLAYER_NAME}, {DISPLAY_NAME}, {WORLD}, {PREFIX}, {SUFFIX}, {MESSAGE}       | #
# |  Permissions:                                                                                | #
# |  - superLobby.chat.magic for the magic format &k.                                            | #
# |  - superLobby.chat.color to format the colors.                                               | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
chat-format:
  enable: true
  format:
    default: '{PREFIX} &r{PLAYER_NAME} &e&l> &7{MESSAGE}'
    vip: '{PREFIX} &r{PLAYER_NAME} &e&l> &5{MESSAGE}'
    admin: '{PREFIX} &r{PLAYER_NAME}% &e&l> &c{MESSAGE}'