promotional bannermobile promotional banner

Cobblemon Wiki Gui

A sidemod for Cobblemon to view useful information on each Pokémon species, just by typing /pwiki

File Details

CobblemonWikiGui-fabric-2.4.1+1.21.1.jar

  • R
  • Feb 24, 2026
  • 7.40 MB
  • 246
  • 1.21.1
  • Fabric

File Name

CobblemonWikiGui-fabric-2.4.1+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobblemon-wiki-gui-1042000:7670374"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## 2.4.1

### ✨ New Features

- **Form support in commands** — The `/pwiki` and `/pwikiother` commands now accept an optional `[form]` argument to open the wiki directly for a specific Pokémon form.
  - `/pwiki <pokemon> [form]` — e.g. `/pwiki zorua hisui`
  - `/pwikiother <player> <pokemon> [form]` — e.g. `/pwikiother Steve zorua hisui`
- **Dynamic GUI title** — When viewing a non-standard form, the wiki title now reflects the species and form name (e.g. `Cobblemon Wiki - Zorua (Hisui)`).
- **Form-aware evolution navigation** — The Evolutions GUI now navigates to the correct form of the evolution target instead of always defaulting to the standard form.
- **Improved Forms tooltip** — When viewing a non-standard form, the Forms button now shows only that form's name instead of listing all forms.

### 🐛 Bug Fixes

- Fixed `/pwikiother` argument order — `<player>` is now the first argument, preventing ambiguity with the form argument.
- Fixed form resolution in commands — form is now resolved via Cobblemon's native `FormArgumentType`, with proper autocomplete support.