Cobblemon Wiki Gui

Quick rating

Community listing page, reviews here may not be monitored by the author.

Cobblemon Wiki Gui

By LuisMaiaOwner

No reviews yet

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

Anime & Pop Culture
No Genre
Maps & Information
UI & Menu Tool
Mod Addon
Pokemon
Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

Client and Server

Must be installed on both the client and the server.

Varies by version.

About

Project Details

Type
Mod
License
MIT License
Latest Version
CobblemonWikiGui-neoforge-2.4.2+1.21.1.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description


  • # Cobblemon Wiki Gui
    An open-source mod for Minecraft Java Edition, written in Kotlin for Fabric and NeoForge.
    This is a sidemod for [Cobblemon](https://cobblemon.com/)

    - Pokémon Wiki : an interface that allows you to view Pokémon species information (such as pokédex).

    #### I strongly recommend that you only use the server side or singleplayer

    ### Features

    The Cobblemon wiki gui allows you to view:
    - Pokémon type
    - Base stats
    - Catch Rate
    - Abilities
    - Spawn at Biomes
    - Spawntime
    - Evolutions
    - Evolution Requirements
    - Moves by level
    - TM Moves
    - Tutor Moves
    - Egg Moves
    - Evolution Moves
    - Form Change Moves
    - Egg Groups
    - Forms
    - Dynamax
    - Drops


    ## Screenshots
    ![ImageMain](https://cdn.modrinth.com/data/cached_images/e9ef1affec499acf712b44850f908d1be71a5fb4.png)
    ![Biomes](https://cdn.modrinth.com/data/cached_images/1a4da83e11d70fe30073a8454c00ac5a81369d60.png)
    ![Effectiviness](https://cdn.modrinth.com/data/cached_images/bda479d09584c4e95ed619c921a9941d1c53a259.png)


    #### Commands

    **PokeWiki** — Opens the Pokémon wiki GUI for the executor.

    | Permission | Command | Description |
    |------------|---------|--------------|
    | <code>cobblemon_wiki_gui.command.pwiki</code> | <code>/pwiki &lt;pokemon&gt; [form]</code> | Open the wiki for a species. Optional **form** shows that form only (e.g. <code>/pwiki zorua hisui</code>). |

    Aliases: `/pokewiki`, `/pokemonwiki`, `/cobblemonwiki`, `/cobblewiki`, `/cwiki`

    **PokeWiki (other player)** — Opens the Pokémon wiki GUI for another player.

    | Permission | Command | Description |
    |------------|---------|--------------|
    | <code>cobblemon_wiki_gui.command.pwikianother</code> | <code>/pwikiother &lt;player&gt; &lt;pokemon&gt; [form]</code> | Open the wiki for a species for the given player. Optional **form** shows that form only (e.g. <code>/pwikiother Steve zorua hisui</code>). |

    Aliases: `/pokewikiother`, `/pokemonwikiother`, `/cobblemonwikiother`, `/cobblewikiother`, `/cwikiother`

    **Reload** — Reloads the configuration files in-game.

    | Permission | Command | Description |
    |------------|---------|--------------|
    | <code>cobblemon_wiki_gui.command.cwgreload</code> | <code>/cwg reload</code> | Reloads the lang.json configuration file without restarting. |

    ### Default Configuration File
    The lang.json file, located under config/cobblemon_wiki_gui, contains the following default settings:
    ```json
    {
      "useItem": "Use a %s",
      "tradeAny": "Complete any trade or use a %s",
      "tradeSpecific": "Trade for an %s or use a %s",
      "level": "Level: %s",
      "friendship": "Friendship: %s",
      "heldItem": "Pokémon held item: %s",
      "anyRequirement": "Need any of these requirements:",
      "attackDefenceRatioAttackHigher": "Need more attack than defence",
      "attackDefenceRatioDefenceHigher": "Need more defence than attack",
      "attackDefenceRatioEqual": "Need equal value of attack and defence",
      "blocksTraveled": "Need %s blocks traveled",
      "defeat": "Need %s defeats",
      "moveSet": "Need %s move",
      "moveType": "Need any type %s move",
      "recoil": "Need %s recoil",
      "statEqual": "Stats %s and %s need to be equal",
      "statCompare": "Stat %s should be higher than %s",
      "timeRange": "Time of day: %s",
      "useMove": "Need to use %s movement %s times",
      "biomeCondition": "Need biome tag: %s",
      "biomeAntiCondition": "Blacklisted biome tag: %s",
      "structureCondition": "Need structure: %s",
      "structureAntiCondition": "Blacklisted structure: %s",
      "noEvolutionFound": "No evolution found for %s",
      "rightClick": "Right click a %s",
      "goBackClick": "Click to go back",
      "seeEvolutions": "Click to see evolutions",
      "basestats": "Base Stats",
      "type": "Type",
      "effectiveness": "Effectiveness",
      "catchrate": "CatchRate",
      "spawnbiome": "Biome Spawns",
      "spawntime": "Time Spawns",
      "evolutions": "Evolutions",
      "movesbylevel": "Moves by level",
      "tmMoves": "TM Moves",
      "tutorMoves": "Tutor Moves",
      "evolutionMoves": "Evolution Moves",
      "eggMoves": "Egg Moves",
      "formChangeMoves": "Form Changes Moves",
      "abilities": "Abilities",
      "drops": "Drops",
      "eggGroups": "Egg Groups",
      "forms": "Forms",
      "dynamax": "Dynamax",
      "baseFriendship": "Friendship",
      "weakness": "Is weak against:",
      "resistant": "Resistant against:",
      "immune": "Immune against:",
      "pokeInfo": "Click to get more info",
      "noDrops": "No Drops"
    }
    ```

    ## Installation
    - This mod can be [Fabric](https://fabricmc.net/)
    - This mod can be [NeoForge](https://neoforged.net/)

    - Minecraft Versions: 1.21.1
    - [Cobblemon](https://modrinth.com/mod/cobblemon)


    ## Frequently Asked Questions (FAQ) for Cobblemon and CobblemonWikiGui

    #### Q: What is the CobblemonWikiGui?

    A: The CobblemonWikiGui adds an interface that allows you to view Pokémon information (such as pokédex). that are focused on Cobblemon servers (I recommend using it on the server)

    #### Q: Is it possible to open the Pokemon Wiki gui by command?

    A: Yes, just type `/pokewiki <pokemon>` or `/pokewiki <pokemon> <form>` to open a specific form (e.g. `/pokewiki zorua hisui`).

    A: You can also open the gui for another player with: `/pokewikiother <player> <pokemon>` or `/pokewikiother <player> <pokemon> [form]`.

    #### Q: Is it possible to customize the configuration files?

    A: Yes, as long as you keep the standard Json formatting and don't change the file keys.
    A: In game, you can type /cwg reload and the modified lang.json file will be loaded
    ## License

    [MIT](https://choosealicense.com/licenses/mit/)

    ## Author

    - [@luismaia-git (github)](https://www.github.com/luismaia-git)
    - [@luismaia-git (gitlab)](https://gitlab.com/luismaia-git)

Cobblemon Wiki Gui

An open-source mod for Minecraft Java Edition, written in Kotlin for Fabric and NeoForge. This is a sidemod for Cobblemon

  • Pokémon Wiki : an interface that allows you to view Pokémon species information (such as pokédex).

I strongly recommend that you only use the server side or singleplayer

Features

The Cobblemon wiki gui allows you to view:

  • Pokémon type
  • Base stats
  • Catch Rate
  • Abilities
  • Spawn at Biomes
  • Spawntime
  • Evolutions
  • Evolution Requirements
  • Moves by level
  • TM Moves
  • Tutor Moves
  • Egg Moves
  • Evolution Moves
  • Form Change Moves
  • Egg Groups
  • Forms
  • Dynamax
  • Drops

Screenshots

ImageMain Biomes Effectiviness

Commands

PokeWiki — Opens the Pokémon wiki GUI for the executor.

Permission Command Description
cobblemon_wiki_gui.command.pwiki /pwiki <pokemon> [form] Open the wiki for a species. Optional form shows that form only (e.g. /pwiki zorua hisui).

Aliases: /pokewiki, /pokemonwiki, /cobblemonwiki, /cobblewiki, /cwiki

PokeWiki (other player) — Opens the Pokémon wiki GUI for another player.

Permission Command Description
cobblemon_wiki_gui.command.pwikianother /pwikiother <player> <pokemon> [form] Open the wiki for a species for the given player. Optional form shows that form only (e.g. /pwikiother Steve zorua hisui).

Aliases: /pokewikiother, /pokemonwikiother, /cobblemonwikiother, /cobblewikiother, /cwikiother

Reload — Reloads the configuration files in-game.

Permission Command Description
cobblemon_wiki_gui.command.cwgreload /cwg reload Reloads the lang.json configuration file without restarting.

Default Configuration File

The lang.json file, located under config/cobblemon_wiki_gui, contains the following default settings:

{
  "useItem": "Use a %s",
  "tradeAny": "Complete any trade or use a %s",
  "tradeSpecific": "Trade for an %s or use a %s",
  "level": "Level: %s",
  "friendship": "Friendship: %s",
  "heldItem": "Pokémon held item: %s",
  "anyRequirement": "Need any of these requirements:",
  "attackDefenceRatioAttackHigher": "Need more attack than defence",
  "attackDefenceRatioDefenceHigher": "Need more defence than attack",
  "attackDefenceRatioEqual": "Need equal value of attack and defence",
  "blocksTraveled": "Need %s blocks traveled",
  "defeat": "Need %s defeats",
  "moveSet": "Need %s move",
  "moveType": "Need any type %s move",
  "recoil": "Need %s recoil",
  "statEqual": "Stats %s and %s need to be equal",
  "statCompare": "Stat %s should be higher than %s",
  "timeRange": "Time of day: %s",
  "useMove": "Need to use %s movement %s times",
  "biomeCondition": "Need biome tag: %s",
  "biomeAntiCondition": "Blacklisted biome tag: %s",
  "structureCondition": "Need structure: %s",
  "structureAntiCondition": "Blacklisted structure: %s",
  "noEvolutionFound": "No evolution found for %s",
  "rightClick": "Right click a %s",
  "goBackClick": "Click to go back",
  "seeEvolutions": "Click to see evolutions",
  "basestats": "Base Stats",
  "type": "Type",
  "effectiveness": "Effectiveness",
  "catchrate": "CatchRate",
  "spawnbiome": "Biome Spawns",
  "spawntime": "Time Spawns",
  "evolutions": "Evolutions",
  "movesbylevel": "Moves by level",
  "tmMoves": "TM Moves",
  "tutorMoves": "Tutor Moves",
  "evolutionMoves": "Evolution Moves",
  "eggMoves": "Egg Moves",
  "formChangeMoves": "Form Changes Moves",
  "abilities": "Abilities",
  "drops": "Drops",
  "eggGroups": "Egg Groups",
  "forms": "Forms",
  "dynamax": "Dynamax",
  "baseFriendship": "Friendship",
  "weakness": "Is weak against:",
  "resistant": "Resistant against:",
  "immune": "Immune against:",
  "pokeInfo": "Click to get more info",
  "noDrops": "No Drops"
}

Installation

Frequently Asked Questions (FAQ) for Cobblemon and CobblemonWikiGui

Q: What is the CobblemonWikiGui?

A: The CobblemonWikiGui adds an interface that allows you to view Pokémon information (such as pokédex). that are focused on Cobblemon servers (I recommend using it on the server)

Q: Is it possible to open the Pokemon Wiki gui by command?

A: Yes, just type /pokewiki <pokemon> or /pokewiki <pokemon> <form> to open a specific form (e.g. /pokewiki zorua hisui).

A: You can also open the gui for another player with: /pokewikiother <player> <pokemon> or /pokewikiother <player> <pokemon> [form].

Q: Is it possible to customize the configuration files?

A: Yes, as long as you keep the standard Json formatting and don't change the file keys. A: In game, you can type /cwg reload and the modified lang.json file will be loaded

License

MIT

Author

Screenshots

Gallery

  • Captura de tela 2025-07-03 002234.png
    Captura de tela 2025-07-03 002234.png Captura de tela 2025-07-03 002234.png
  • Captura de tela 2025-07-03 002333.png
    Captura de tela 2025-07-03 002333.png Captura de tela 2025-07-03 002333.png
  • Captura de tela 2025-07-03 002413.png
    Captura de tela 2025-07-03 002413.png Captura de tela 2025-07-03 002413.png
  • Captura de tela 2025-07-03 002853.png
    Captura de tela 2025-07-03 002853.png Captura de tela 2025-07-03 002853.png
  • Biome Spawns
    Biome Spawns
  • Moves by level
    Moves by level
  • Drops
    Drops
  • Effectiveness
    Effectiveness
  • Cobblemon Wiki Gui
    Cobblemon Wiki Gui

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

1.1m
Total Downloads
CurseForge
~170,000
Modrinth
~950,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works