
Conditional Riding [Cobblemon]
Allows to configure ability to ride pokemans via simple config!
- Загрузки
- 2K
- Подписчики
- 0
- Обновлён
- 6 июля 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 19 марта 2026 г.
Conditional Riding
Ever felt that getting to ride your pokemon is too easy?
Maybe you wished for being able to define particular rules for riding?
This server-side mod does just that!
By default, after installation and first launch, it generates config that requires pokemon to hold a saddle:
cobblemon_conditional_riding.json
{
"debug": false,
"enabled": true,
"rulesets": {
"global": {
"enabled": true,
"message": "conditional_riding.failed_ruleset.global",
"rules": [
{
"variant": "held_item",
"itemCondition": {
"items": "minecraft:saddle"
}
}
]
}
}
}
Seems easy, right? But, what if you want more?
Don't worry, this mod got your back!
Currently supported rules:
- LuckPerms node presence for owner
- Held item
- Cosmetic item
- Owner's item in main hand
- Owner's advancement completion
- Structure nearby
- Current area
- Current biome
- Current dimension
- Current time
- Current weather
- Current moon phase
- Current hp of pokemon in percent
- Pokemon level
- Friendship level
- Members in party besides that pokemon
- Known moves by elemental type (pokemon must know specified move type)
- Benched move (pokemon must have specified move selected)
- Must use specified move at least once
- Stat check requirement
- Blocks traveled outside ball
- Numeric property range requirement (what if you could ride gholdengo after feeding them 200 netherite scrap?)
- Pokemon property (you can target shiny pokemon only!)
- Chance requirement (let's go gambling!)
- Obtained mark requirement
- Riding style requirement (wanna allow riding only flying mons?)
Credits
- Icon made by wundati
Permission to use in modpacks
- Yes. With proper credit.
Ченджлог
1.7.3_0.1.4Релиз1.21.1 · 6 июля 2026 г.
[0.1.4] - 2026-06-07
🚀 Features
- Riding style requirement
- Mark obtained requirement
💼 Other
- Updated gradle deps
🎨 Styling
- Ktlint code style
⚙️ Miscellaneous Tasks
- Updated readme.md
1.7.3_0.1.4Релиз1.21.1 · 6 июля 2026 г.
[0.1.4] - 2026-06-07
🚀 Features
- Riding style requirement
- Mark obtained requirement
💼 Other
- Updated gradle deps
🎨 Styling
- Ktlint code style
⚙️ Miscellaneous Tasks
- Updated readme.md
1.7.3_0.1.3Релиз1.21.1 · 17 апреля 2026 г.
Release v0.1.3
What's Changed
- refactor: removed non-applicable requirements
- feat: added config reload command:
/cr reload/conditional_riding reload. This allows to reload the config without server restart - feat: added more debug logging which enables if
debugconfig is set totrue - build: bumped dependencies (Kotlin: 2.3.20, ShadowJar: 9.4.1, Architectury Loom: 1.14)
Full Changelog: https://github.com/gitoido-mc/conditional-riding/compare/v0.1.2...v0.1.3
1.7.3_0.1.3Релиз1.21.1 · 17 апреля 2026 г.
Release v0.1.3
What's Changed
- refactor: removed non-applicable requirements
- feat: added config reload command:
/cr reload/conditional_riding reload. This allows to reload the config without server restart - feat: added more debug logging which enables if
debugconfig is set totrue - build: bumped dependencies (Kotlin: 2.3.20, ShadowJar: 9.4.1, Architectury Loom: 1.14)
Full Changelog: https://github.com/gitoido-mc/conditional-riding/compare/v0.1.2...v0.1.3
1.7.3_0.1.2Релиз1.21.1 · 20 марта 2026 г.
Release v0.1.2
What's Changed
- refactor: change luckperms dep to cobblemon platform-agnostic permissionValidator
- feat: add config to show messages in hotbar
- feat: add negation option to ruleset config definition
Full Changelog: https://github.com/gitoido-mc/conditional-riding/compare/v0.1.1...v0.1.2
1.7.3_0.1.2Релиз1.21.1 · 20 марта 2026 г.
Release v0.1.2
What's Changed
- refactor: change luckperms dep to cobblemon platform-agnostic permissionValidator
- feat: add config to show messages in hotbar
- feat: add negation option to ruleset config definition
Full Changelog: https://github.com/gitoido-mc/conditional-riding/compare/v0.1.1...v0.1.2
1.7.3_0.1.1Релиз1.21.1 · 20 марта 2026 г.
Release v0.1.1
What's Changed
- Fixed LuckPerms bad dependency call crashing the server on fabric. Oops.
Full Changelog: https://github.com/gitoido-mc/conditional-riding/compare/v0.1.0...v0.1.1
1.7.3_0.1.1Релиз1.21.1 · 20 марта 2026 г.
Release v0.1.1
What's Changed
- Fixed LuckPerms bad dependency call crashing the server on fabric. Oops.
Full Changelog: https://github.com/gitoido-mc/conditional-riding/compare/v0.1.0...v0.1.1
Комментарии
Загружаем…