-
Notifications
You must be signed in to change notification settings - Fork 1
Startup logs
Amethyst edited this page Aug 2, 2026
·
2 revisions
@Override
public void onInitialize() {
LogCommand.register();
SongCommand.register();
boolean beyblade = random.nextInt(100) == 0;
String file = beyblade ? "beyblade.txt" : "logsnormal.txt";
String file1 = "logs.txt";
List<String> messages = loadMessagesStatic(file, file1);
LOGGER.debug("Loading logs...");
LOGGER.warn("WARNING LOGS CONTAIN TOO MUCH CHAOS");
LOGGER.error("cooked");
LOGGER.error("No beyblades detected :( deploying spinblades instead...");
LOGGER.error("Spinblades deployed! sending beyblades into void...");
LOGGER.warn("beyblades have been sent to the void");
LOGGER.warn("FUCK IT WE B E Y B L A D E- *EXPLOSION.MP3*");
LOGGER.warn("sulfur");
LOGGER.warn("sulfer");
LOGGER.warn("sulphur");
String message = messages.get(random.nextInt(messages.size()));
if (beyblade) {
LOGGER.error(message);
} else {
LOGGER.info(message);
}
}
3rd fireball may be with the cheese