hopes up
This commit is contained in:
parent
2d0ed43360
commit
511eed9528
@ -81,4 +81,10 @@ public class LearningMod
|
|||||||
LOGGER.info("MINECRAFT NAME >> {}", Minecraft.getInstance().getUser().getName());
|
LOGGER.info("MINECRAFT NAME >> {}", Minecraft.getInstance().getUser().getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// My + ChatGPT shite together
|
||||||
|
@SubscribeEvent
|
||||||
|
public static void onPlayerLogin(ServerPlayEvent.playerConnected event) {
|
||||||
|
System.out.println(event.getPlayer().getName().getString() + " mthfck has logged in!");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user