Skip to content

Commit ce7b00a

Browse files
fx
1 parent 70dbd41 commit ce7b00a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/com/volmit/abyssalith/bot/startup/Registrar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public static void All(JDA jda) {
5656
jda.addEventListener(new PasteListener());
5757
jda.addEventListener(new Install());
5858
jda.addEventListener(new Log());
59+
jda.addEventListener(new Chunky());
5960
jda.addEventListener(new UserInfo());
6061
jda.addEventListener(new GuildListener()); // Persistent Roles
6162
jda.addEventListener(new MessageListener()); // Watches the User's messages for stuff

src/main/java/com/volmit/abyssalith/listeners/PasteListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class PasteListener extends ListenerAdapter {
5353
new Definition(s -> !s.contains("Server type & version: git-Purpur"), "Using Multiverse", "- You are using multiverse, are you using that for an iris world?"),
5454
new Definition("DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH", "Paper Watchdog Spam", "**PLEASE turn off the paper spam!** \n https://docs.volmit.com/iris/plugin/faq"),
5555
new Definition(s -> !s.contains("[Iris] Enabling Iris"), "Iris not installed / not a full log", "This does not contain a **full** log with Iris installed, perhaps try again if you want more information."),
56-
new Definition("java.lang.NoClassDefFoundError: net/minecraft/core/RegistryAccess", "Wrong jar file!", "You accidentally took the self-built jar file from the `build/libs` folder. You need the one in the `build` folder! It's at the bottom!")
56+
new Definition("java.lang.NoClassDefFoundError: net/minecraft/core/RegistryAccess", "Wrong jar file!", "You accidentally took the self-built jar file from the `build/libs` folder. You need the one in the `build` folder! It's at the bottom!"),
5757
new Definition("java.lang.NoClassDefFoundError: net/kyori/adventure/platform/bukkit/BukkitAudiences", "Gradle Build task used wrongfully", "If you built Iris yourself, you need to use `shadowJar` instead of `build`."),
5858
new Definition("[Server thread/INFO]: [Iris]: Atomic cache failure!", "Atomic Cache Failure", "The atomic cache failure bug is a known bug within Iris. Because it happens randomly, it is very hard to pin-point the issue. Please try to recreate the world until it does not happen. If it still happens after 5 tries, please contact us again."),
5959
new Definition("Could not load 'plugins/Iris-1.9.6-1.18.X.jar' in folder 'plugins'", "Incompatible Iris & MC version", "It is likely that you are trying to run a version of Iris that is incompatible with your server MC version. Please make sure the versions are correct!"),

0 commit comments

Comments
 (0)