作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: fabric
标签: game-mechanics utility
A comprehensive Pokedex reward system for Cobblemon 1.6+ running on Minecraft 1.21.1 with Fabric. Provides configurable rewards for Pokedex completion milestones, supporting multiple reward types including items, Pokemon, and custom commands!
This mod requires the following dependencies:
GooeyLibs is only needed server-side.
ITEM: Any item from any modPOKEMON: Customizable Pokemon rewards (species, level, shiny status)COMMAND: Custom command execution with placeholders{
"enablePermissionNodes": true,
"completionTiers": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100],
"rewards": {
"100": {
"row": 5, // Position of the reward tier on the UI grid
"slot": 7, // Position of the reward tier on the UI grid
"rewards": [ // All actual rewards for that tier
{
"type": "ITEM",
"data": {
"id": "minecraft:nether_star",
"Count": 1
}
},
{
"type": "POKEMON",
"data": {
"species": "Rayquaza",
"shiny": true,
"level": 50
}
},
{
"type": "COMMAND",
"data": {
"id": "minecraft:paper",
"display_name": "Totem of Undying"
},
"command": "give @p minecraft:totem_of_undying 1" //You can also use %player% for custom commands like assigning ranks
}
],
"display": {
"type": "tier_100",
"format": "Master Trainer", // Name of the Tier
"item": "cobblemon:master_ball" // UI element displayed of that Tier
}
}
}
}
{
"version": "1.0",
"claimedRewards": [25], // Claimed completion tiers
"caughtPokemon": ["Pikachu", "Charmander"], // Tracked Pokemon
"settings": {
"notifications": true
}
}
/dexrewards - Open the rewards UI/dexrewards reload - Reload configuration filesThe rewards interface is organized in a grid layout where:
cobblemonpokedex.use - Access to player commandscobblemonpokedex.admin - Access to admin commands请登录后举报
暂无评论,抢个沙发吧~