File tree Expand file tree Collapse file tree 4 files changed +2
-242
lines changed
Expand file tree Collapse file tree 4 files changed +2
-242
lines changed Original file line number Diff line number Diff line change 66import org .slf4j .LoggerFactory ;
77
88public class Main implements ModInitializer {
9+
910 public static final Logger LOG = LoggerFactory .getLogger (Main .class );
1011 public static final String METEOR_LOGPREFIX = "[Meteor+]" ;
12+
1113 @ Override
1214 public void onInitialize () {
1315 LOG .info (METEOR_LOGPREFIX + " Initializing items..." );
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ public void onInitialize() {
131131 if (isBaritonePresent ) {
132132 Commands .add (new GotoPlusCommand ());
133133 }
134- Commands .add (new GPTCommand ());
135134
136135 LOG .info (METEOR_LOGPREFIX + " Loaded commands" );
137136 //endregion
@@ -153,7 +152,6 @@ public void onInitialize() {
153152 modules .add (new Teams ());
154153 modules .add (new HologramModule ());
155154 modules .add (new ChatPrefix ());
156- modules .add (new ChatGPT ());
157155 modules .add (new ItemHighlightPlus ());
158156 modules .add (new FastLadderPlus ());
159157 modules .add (new TriggerBot ());
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments