# Configuration for AdvancedLinks plugin
# Prefix for all plugin messages
prefix: "&6[AdvancedLinks] "
# Language for messages (en, ru, ua)
language: "en"
# Messages displayed by the /links command
# Use {link:<key>} to insert a clickable link, where <key> is a key from the links section
messages:
output:
- ' '
- '&5&l---- &d&lOur Communities: &6&lAdvancedLinks &5&l----'
- '&5» {link:website}'
- '&5» {link:telegram}'
- '&5&l------------------------------------'
- ' '
# Link settings
links:
website:
# Link text (supports & color codes and HEX #RRGGBB)
text: "&f&lWebsite &f⇨ &6github.com/FeelingAlive0"
# URL to open
url: "
https://github.com/FeelingAlive0"
# Hover text
hover: "&eClick to visit our website!"
# Link color (HEX #RRGGBB or color code: &6, &b, etc.)
color: "&6"
# Text formatting
bold: true
italic: false
underline: false
telegram:
text: "&f&lTelegram &f⇨ &bt.me/advanced_product"
url: "
https://t.me/advanced_product"
hover: "&eClick to join our Telegram!"
color: "&b"
bold: true
italic: false
underline: false