This commit is contained in:
Cloudburst
2021-03-25 19:32:06 +01:00
parent b5c7abb0d1
commit 515a763adc
4 changed files with 317 additions and 1 deletions

View File

@@ -19,8 +19,10 @@ public class MeteorRejectsAddon extends MeteorAddon {
Modules.get().add(new AutoMountBypassDupe());
Modules.get().add(new AutoPot());
Modules.get().add(new Lavacast());
Modules.get().add(new RenderInvisible());
Commands.get().add(new BookDupeCommand());
Commands.get().add(new GiveCommand());
Commands.get().add(new Notebot());
}