
CobbleScheduler
calendar-based cobblemon spawner
- Загрузки
- 2K
- Подписчики
- 5
- Обновлён
- 22 ноября 2025 г.
- Лицензия
- MIT
Опубликован 20 февраля 2025 г.
CobbleScheduler is a Fabric server-side mod that lets server owners add calendar-based spawns for Cobblemon entities and their forms all managed through a single config.
If you want froms only spawns Add to end of name ["name" = "pichu newyear"] newyear being the custom form
how allowedBiomes should look "allowedBiomes": [ "minecraft:forest", "minecraft:plains" ]
Default Config:
{
"holidays": [
{
"holiday": "New Year's Day",
"startDate": "01-01",
"pokemonEntityList": [
{
"name": "pichu",
"level": 10,
"spawn_rate": 0.6,
"allowedBiomes": []
},
{
"name": "clefairy",
"level": 15,
"spawn_rate": 0.4,
"allowedBiomes": []
}
],
"holidayMessage": "Happy New Year! Celebrate with a special Pichu!"
},
{
"holiday": "March Break",
"startDate": "03-10",
"endDate": "03-14",
"pokemonEntityList": [
{
"name": "togekiss",
"level": 15,
"spawn_rate": 0.7,
"allowedBiomes": []
},
{
"name": "leafeon",
"level": 40,
"spawn_rate": 0.3,
"allowedBiomes": []
}
],
"holidayMessage": "Enjoy your March Break Pokemon Spawns!"
},
{
"holiday": "Independence Day",
"startDate": "07-04",
"pokemonEntityList": [
{
"name": "pikachu",
"level": 25,
"spawn_rate": 0.7,
"allowedBiomes": []
},
{
"name": "charizard",
"level": 40,
"spawn_rate": 0.3,
"allowedBiomes": []
}
],
"holidayMessage": "Celebrate freedom with a Pikachu and Charizard!"
},
{
"holiday": "Thanksgiving",
"startDate": "11-25",
"pokemonEntityList": [
{
"name": "farfetchd",
"level": 20,
"spawn_rate": 0.5,
"allowedBiomes": []
},
{
"name": "squirtle",
"level": 10,
"spawn_rate": 0.5,
"allowedBiomes": []
}
],
"holidayMessage": "Give thanks with Farfetch'd and Squirtle!"
},
{
"holiday": "Halloween",
"startDate": "10-31",
"pokemonEntityList": [
{
"name": "gastly",
"level": 25,
"spawn_rate": 0.6,
"allowedBiomes": []
},
{
"name": "pumpkaboo",
"level": 20,
"spawn_rate": 0.4,
"allowedBiomes": []
}
],
"holidayMessage": "Spooky season with Gastly and Pumpkaboo!"
},
{
"holiday": "Christmas",
"startDate": "12-25",
"pokemonEntityList": [
{
"name": "delibird",
"level": 15,
"spawn_rate": 0.7,
"allowedBiomes": [
"minecraft:forest",
"minecraft:plains"
]
},
{
"name": "snorlax",
"level": 35,
"spawn_rate": 0.3,
"allowedBiomes": [
"minecraft:forest",
"minecraft:plains"
]
}
],
"holidayMessage": "Merry Christmas with Delibird and Snorlax!"
}
],
"cooldown": 7200000,
"sendMessagesEnabled": false,
"messageCooldown": 7200000
}
Ченджлог
CobbleScheduler-1.21.1-0.1.0Бета1.21.1 · 22 ноября 2025 г.
Version 0.1.0 [1.7 Cobblemon]
[0.1.0] - Release
✨ Removed
- DebugMode command.
Fixed
- Fixed console spam making server crash
CobbleScheduler-1.21.1-0.0.3Бета1.21.1 · 5 марта 2025 г.
Version 0.0.3
[0.0.3] - Beta Release
✨ Added
- Added a DebugMode command for debugging purposes. [Don't Enable It]
- Added a new command called "toggledebug" to enable DebugMode.
CobbleScheduler-1.21.1-0.0.2Бета1.21.1 · 4 марта 2025 г.
Version 0.0.2
[0.0.2] - Beta Release
✨ Fixed
- Added a start and end check for isDateInRange so it doesn't crash when the date is null.
CobbleScheduler-1.21.1-0.0.1Бета1.21.1 · 20 февраля 2025 г.
Version 0.0.1
[0.0.1] - Initial Beta Release
✨ Features
- 🗓️ Adds a configurable scheduling system for spawning Pokémon during holidays or week long events.
- 📜 Supports defining Pokémon spawns via a JSON config file.
- 🌎 Allows adjusting spawn conditions (biome).
- 📜 Support Mini Message System for custom spawn message that happen every 2 hours
Комментарии
Загружаем…