This commit is contained in:
Cloudburst
2021-03-25 08:39:32 +01:00
parent b8b1b71cce
commit b5c7abb0d1
2 changed files with 291 additions and 0 deletions

View File

@@ -22,5 +22,6 @@ public class MeteorRejectsAddon extends MeteorAddon {
Modules.get().add(new RenderInvisible());
Commands.get().add(new GiveCommand());
Commands.get().add(new Notebot());
}
}