
Library mod for my projects, Dependency for my mods
repositories {
maven { url = uri("https://jitpack.io") }
}
dependencies {
// minecraft_version: 1.21.1
modImplementation "com.github.Pyke-Lee:PykeLib:1.21.1-1.0.3"
// minecraft_version: 1.20.1
modImplementation "com.github.Pyke-Lee:PykeLib:1.20.1-1.0.4"
}
PykeLib.sendSystemMessage(List<ServerPlayer> players, int color, String message)
PykeLib.sendSystemMessage(ServerPlayer player, int color, String message)
PykeLib.sendBroadcastMessage(List<ServerPlayer> players, int color, String message)
PykeLibClient.sendSystemMessage(int color, String message)
COLOR: RED, GOLD, YELLOW, LIME, AQUA, DARK_AQUA, BLUE, LIGHT_PURPLE, PURPLE
ex) COLOR.RED.getColor() or 0xFF5555
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.
Verified by MCModsHub
- Ships as pykelib-1.20.1-1.0.5.jar — drop this file into the mods folder
- Download size: 30 KB
- Download link checked 1 Sept 2026 — working
These come from our own check of the pack file, not from the source page.
