Description
Dependencies
Mods: Color, Essentials or SimpleColors
About
This mod aims to help display nice messages as ads on Hytale servers; we will improve it over time.
Configuration:
The setup is simple and easy; everything is shown in the mod files, in your mods folder. It's very intuitive, so there's not much to explain.


AnnouncerConfig and Announcers:
{
"Enabled": true,
"IntervalSeconds": 300,
"RandomOrder": false,
"Prefix": "§6§l[ANUNCIO]§r",
"Separator": "§8§m------------------------------§r"
}
# ====================================
# ARCHIVO DE ANUNCIOS - AnnouncerLite
# ====================================
#
# Formato:
# [id_del_anuncio]
# enabled=true/false
# Línea 1 del anuncio
# Línea 2 del anuncio
# ...
#
# Códigos de color: &0-&f, &l (negrita), &n (subrayado), &r (reset)
# Deja una línea en blanco entre anuncios
#
# Anuncio 1: Gifted Studios
[default]
enabled=true
&e&lGifted Studios
&7Visita nuestro sitio web:
&b&nwww.giftedstudios.com
&a¡Únete a nuestra comunidad!
# Anuncio 2: Discord
[discord]
enabled=true
&9&lÚnete a Discord
&7Chatea con otros jugadores
&b&ndiscord.gg/giftedstudios
&e¡Te esperamos!
# Anuncio 3: Reglas
[rules]
enabled=true
&c&lRecuerda las Reglas
&7• No hacer spam
&7• Respeta a los demás
&7• Juega limpio
&a¡Disfruta el servidor!


