
Santa's Cobblemon
Santa's Cobblemon lets admins give players special Santa-themed presents that, when opened, roll for configurable item and Cobblemon rewards defined in a config.
Screenshots


About this Mod
Created with https://player.games/create, a no-code AI mod builder.
Santa's Cobblemon is a server-side Fabric mod for Minecraft 1.21.1 designed for Cobblemon servers. It lets admins create customizable "Santa presents" that players can receive and open for rewards. Presents are defined in a JSON config file, where you can list potential item drops, Cobblemon rewards, and their respective chances. Admins (console or OP-level players) can give presents with a command, and players receive them as special Santa-themed skull items.
When a present is opened, the mod rolls each configured reward and gives any successful items or Cobblemon directly to the player. The mod supports custom NBT, custom skull textures, configurable announcement messages, and provides a reload command so changes to the config can take effect without restarting.
Commands:
- /santapresent list
- /santapresent give
- /santapresent reload
Default Configuration:
{
"presents": [
{
"id": "standard",
"displayName": "Santa's Welcome Gift",
"description": "Example present that mixes vanilla loot with Cobblemon rolls. Duplicate this block to add more presents.",
"items": [
{
"itemId": "minecraft:diamond",
"min": 1,
"max": 3,
"chance": 75.0
},
{
"itemId": "minecraft:cookie",
"min": 4,
"max": 12,
"chance": 100.0
},
{
"itemId": "minecraft:netherite_scrap",
"min": 1,
"max": 1,
"chance": 15.0
}
],
"cobblemon": [
{
"species": "delibird",
"chance": 35.0,
"level": 25
},
{
"chance": 5.0,
"properties": "species=pikachu level=30 shiny=true"
}
]
},
{
"id": "legendary",
"displayName": "North Pole Vault",
"description": "High tier loot with a low chance to award a configured legendary Cobblemon.",
"items": [
{
"itemId": "minecraft:golden_apple",
"min": 2,
"max": 5,
"chance": 100.0
},
{
"itemId": "minecraft:nether_star",
"min": 1,
"max": 1,
"chance": 20.0
},
{
"itemId": "minecraft:emerald_block",
"min": 2,
"max": 4,
"chance": 60.0
}
],
"cobblemon": [
{
"chance": 10.0,
"properties": "species=articuno level=70 ability=pressure pokeball=master_ball"
}
]
}
],
"skull": {
"customName": "Santa Present",
"lore": [
"Right click to unwrap!",
"Configured via config/santascobblemon.json"
],
"textureValue": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzhkNjJmMThiNzQ0ZTdmYmZkNmYxZjhkYWQxN2UwYTJhMGI2MDhiMTE4NmY0MGNlZTdiZWU1NzIxMTdjNzkzMCJ9fX0="
},
"announcements": {
"enabled": false,
"messages": [
"{player} unwrapped {present} and received {rewards}"
]
}
}
Available Versions
How to Install Santa's Cobblemon on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "Santa's Cobblemon". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Santa's Cobblemon server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is Santa's Cobblemon compatible with fabric?
Santa's Cobblemon officially supports fabric for Minecraft 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Santa's Cobblemon – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Santa's Cobblemon consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Rent Modded Server
Install Santa's Cobblemon with just one click on your server.
Details
- License
- Creative Commons Attribution No Derivatives 4.0 International
- Server-side
- Required