diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6cd026d --- /dev/null +++ b/.gitignore @@ -0,0 +1,88 @@ + +# Created by https://www.gitignore.io/api/intellij+iml +# Edit at https://www.gitignore.io/?templates=intellij+iml + +### Intellij+iml ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/ +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### Intellij+iml Patch ### +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 + +*.iml +modules.xml +.idea/misc.xml +*.ipr + +# End of https://www.gitignore.io/api/intellij+iml +/dependencies/ +/pom.xml +/dependency-reduced-pom.xml +/target/ diff --git a/BungeeAnnounce/.gitignore b/BungeeAnnounce/.gitignore deleted file mode 100644 index edb486c..0000000 --- a/BungeeAnnounce/.gitignore +++ /dev/null @@ -1,60 +0,0 @@ - -# Created by https://www.gitignore.io/api/eclipse - -### Eclipse ### - -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# Eclipse Core -.project - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# JDT-specific (Eclipse Java Development Tools) -.classpath - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# End of https://www.gitignore.io/api/eclipse - -# Personal classes -src/fr/roytreo/bungeeannounce/stat/ \ No newline at end of file diff --git a/BungeeAnnounce/src/fr/roytreo/bungeeannounce/command/ColorcodeCommand.java b/BungeeAnnounce/src/fr/roytreo/bungeeannounce/command/ColorcodeCommand.java deleted file mode 100644 index aa2a85d..0000000 --- a/BungeeAnnounce/src/fr/roytreo/bungeeannounce/command/ColorcodeCommand.java +++ /dev/null @@ -1,29 +0,0 @@ -package fr.roytreo.bungeeannounce.command; - -import net.md_5.bungee.api.CommandSender; -import net.md_5.bungee.api.chat.TextComponent; -import net.md_5.bungee.api.plugin.Command; - -/** - * @author Roytreo28 - */ -public class ColorcodeCommand extends Command { - public ColorcodeCommand() { - super("colorcode", "", "bungee:colorcode"); - } - - public void execute(CommandSender sender, String[] args) { - if (args.length == 0) { - sender.sendMessage(new TextComponent("Minecraft Colors:")); - sender.sendMessage(new TextComponent("§0&0 §1&1 §2&2 §3&3")); - sender.sendMessage(new TextComponent("§4&4 §5&5 §6&6 §7&7")); - sender.sendMessage(new TextComponent("§8&8 §9&9 §a&a §b&b")); - sender.sendMessage(new TextComponent("§c&c §d&d §e&e")); - sender.sendMessage(new TextComponent("")); - sender.sendMessage(new TextComponent("Minecraft formats:")); - sender.sendMessage(new TextComponent("&k §kmagic§r &l §lBold")); - sender.sendMessage(new TextComponent("&m §mStrike§r &n §nUnderline")); - sender.sendMessage(new TextComponent("&o §oItalic§r &r §rReset")); - } - } -} diff --git a/docs/assets/img/icon.png b/docs/assets/img/icon.png index 0fa6c78..0f69acb 100644 Binary files a/docs/assets/img/icon.png and b/docs/assets/img/icon.png differ diff --git a/docs/config-tool/index.html b/docs/config-tool/index.html index 349f314..c369302 100644 --- a/docs/config-tool/index.html +++ b/docs/config-tool/index.html @@ -5,9 +5,9 @@ - + -
To do better announcement and messages, your are able to use all these features during your configuration:
Maximum: 80
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Roytreo28/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.
You just have to follow this syntax: [fadeInTime],[stayTime],[fadeOutTime]
. Put 0,0,0 to ask for the default time.
You just have to follow this syntax: [interval],[delay]
. If you've no idea what 'interval' and 'delay' means, have a look at this short tutorial: https://github.com/Royalpha/BungeeAnnounce/.../
Don't forget to use color codes and placeholders.
You just have to follow this syntax: [server1],[server2],[server3],[...]
. Put all
if you want your announcement to be broadcasted through all your network.