##############################################################
# #
# Bungee Directo #
# Author: PineAppleGrits #
# 2.0 #
##############################################################
#Github: https://github.com/PineAppleGrits
#Email:
[email protected]
# PLACEHOLDERS
# %link% / %msg% Muestra el link
# %player% Muestro el nombre del jugador
# %time% Tiempo restante del cooldown
Messages:
#EXAMPLE:
'1':
#Link especifico
link: 'youtube.com'
#Permiso necesario para ejecutarlo (se puede poner cualquier permiso)
permission: 'directo.youtube'
#Mensaje a mostrar! Multi lineas!
message:
- '&8&m--+----------------------------+--'
- '&c%player% &6está en &c&lYou&f&lTube&6!'
- ' &dLink: &6%link%'
- '&8&m--+----------------------------+--'
'2':
link: 'twitch.tv'
permission: 'directo.twitch'
message:
- '&7[&5&lTWITCH&7] &6%player% Está en directo en &d%link%!'
'3':
link: 'trovo.live'
permission: 'directo.trovo'
message:
- '&7[&a&lTROVO&7] &4%player% &6está en directo &c%link%'
Utils:
#Cooldown (en segundos)
cooldown: 30
#Cooldown Message %time%
cooldown-msg: '&cYoure in cooldown, please wait &4%time%'
#Message that shows when a player has not the permission
no-permission: '&cPlugin created by Grits'
# Message that shows when player hasn't that link allowed
no-link-permission: '&cNo permission for that link!'
#Message that shows when a player is not using links
linksonly: '&cPlease use just links'
#Message that shwos when a player doesn't put args
no-args: '&cPlease input a link'
#Message that shows when the config.yml gets reloaded
reload: '&aConfiguration reloaded!'
#NO CAMBIAR VERSION | DO NOT CHANGE VERSION
Version: 2.0
#======END OF THE CONFIG FILE======