🌟 PokeMarks for Cobblemon - Marks Added Uniqueness!
Make your Pokémon collection truly special with marks! Now it's not enough just to get shiny forms to emphasize the rarity and uniqueness of your pets. The new marking system brings functionality from the latest Pokémon games into play, adding character and visual variety to the characters.
🎯 What is this?
Each mark includes:
- Personalized title displayed next to the Pokémon's name
- Special color for highlighting text
- Application probability ranging from 0 to 100%
- Particles and effects for additional visual appeal

Animated Vaporeon with bubbles
Animated shiny Vaporeon with cherry blossom petals
Marks are assigned based on in-game conditions - from weather and time of day to biome and Pokémon characteristics. The system includes most marks from modern Pokémon games with preservation of original probabilities and conditions adapted to Minecraft features.
🚀 Key Features
Customizable Marking System
Easily add, remove, and modify marks through a simple JSON configurator. You can customize names, colors, probabilities, and particles to your liking.
Dynamic Conditions
Marks are assigned depending on in-game events:
- Weather conditions: rain, snow, thunderstorms
- Time factors: time of day, moon phase
- Location features: biome, world position
- Pokémon characteristics: IV sum, acquisition method
Seamless Integration
The mod integrates perfectly into Cobblemon without disrupting core gameplay and provides an additional level of customization.
💫 Planned Updates
Enhanced Interface
Mark icons in PC and team composition, visual indicators in all interfaces.
Expanded Collection
Additional marks from Pokémon games and unique marks created specifically for Minecraft.
Sound Accompaniment
Special sound effects when releasing Pokémon with marks, atmospheric sounds according to mark theme.
Other Mods Integration
Support for Alpha Pokémon mods, weather modifications, and extended biomes.
In-Game Commands
Managing marks through chat: addition, removal, viewing information.
Achievement Statistics
Tracker for collected marks, achievements for specific combinations.
📊 Mark Application Conditions
Environment
- Time of day: day, night
- Weather phenomena: rain, snow, thunderstorms
- Seasonal features: moon phase
Location Criteria
From specific coordinates to biomes (desert, ocean, etc.) - everything can affect mark appearance.
Pokémon Statistics
IV characteristics, capture methods, and other individual parameters are considered when assigning marks.
⚙️ JSON Configuration Example
The mod automatically generates configuration files in the minecraft/config folder. For the updated version, simply delete the old config - a new one will be automatically created.
{
"data": {
"config_hot_reload_each_tick": true,
"marks": {
"Alpha Mark": {
"title": "Former Alpha",
"chance": 2.5,
"color": "#FF1616",
"particles": {
"particle_type": "minecraft:small_flame",
"spawn_rate": 1,
"spawn_count": 2,
"velocity_affected_by_rotation": false,
"velocity": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"offset": {
"x": {
"min": 0.0,
"max": 1.5
},
"y": {
"min": 0.0,
"max": 1.0
}
}
},
"condition": "isPokemonIVSum(>=145)"
}
}
}
}
global_bool_type = config_hot_reload_each_tick indicates whether hot configuration reload is enabled.