Roanoke Development
  • Home
  • Terms and Conditions
  • Product Pricing
  • Mods
    • CobbledSync
    • Lazy NPCs
      • Molang
        • Economy Methods
        • Player Methods
    • Oxygen
      • Player Warps
        • Commands & Permissions
      • Commands & Permissions
        • Configured TP (CTP)
      • RTP (Random Teleport)
        • Configured RTP (Admin Command)
      • Migrating from EEssentials
    • WonderTrade
      • Announcements
      • Commands & Permissions
      • Trade Pool(s)
    • Teams
    • Tournaments
      • Time Limits
    • CobbledSpawners
      • Config
      • Spawners
      • Spawn Groups
      • Commands & Permissions
    • ScavengerHunts
    • PPokedex
      • Commands
      • Configurable GUI
      • Configuration
      • Items
      • Ranks
      • Pokedex
    • GGyms
      • Gym Rewards
      • Gym Requirements
      • Commands & Permissions
    • BetterBreeding
      • Egg Encryption
      • Pasture Based Breeding
      • Configurable Items
      • Commands & Permissions
      • GUIs
      • Breeding Configuration
    • Research Tasks
    • Roanoke Library (Rib)
      • Placeholders
        • Pokemon Placeholders
        • Player Placeholders
      • Rewards
      • Item Builder
      • Custom GUI
      • Requirements
        • Multiple Requirements Requirement
        • Pokemon Party Requirements
        • Registering Custom Requirements
        • Permission Requirement
      • Quests
        • Other Quests
        • Placeholder Quests
        • Cobblemon Quests
        • Minecraft Quests
        • Registering Custom Quests
      • PokeMatch
        • IVs/EVs
    • GiftBox
      • Quick Start
      • Commands & Permissions
      • Player Groups
      • Gift Definitions
    • Cobblemon Bank
      • Commands & Permissions
      • Bank Transactions
      • Bank Config
    • Boosters
      • Commands & Permissions
Powered by GitBook
On this page
  • Why should you use PPokedex?
  • Migrating from PPokedex v1.x.x to v2.0.0
  1. Mods

PPokedex

A server-side Pokedex Mod for Cobblemon that supports custom species and will integrate with Cobblemon's official implementation when released.


Why should you use PPokedex?

PPokedex provides a fresh & configurable template for Cobblemon Pokedex utilities. It has been designed with ease of use in mind for both server admins & players.

As well as being a great Pokedex mod, it also offers an extensive Rank/Reward system: Ranks. You can configure an infinite amount of perks/ranks with different requirements (Pokedex Completion/Permissions etc) and rewards. This gives players something to work towards (that can be tied in with other server mods, such as GGyms or other developers work), increasing engagement & activity.

If you're a large network running a cross-server solution, a cross-server version of PPokedex is available to our s.

Migrating from PPokedex v1.x.x to v2.0.0

The Ranks system has changed: previously, there was a "name" and "display" field. These have been changed to "id" and "name" respectively. You must manually update your ranks.json file.

PPokedex's main configuration file has changed from "config.properties" to "config.json". You must reflect any config changes you've made in the new file. Full docs for the new config file is available over at Configuration.

Requirements are now more powerful and are configured differently. Full information on the format is available ( Requirements), but the short version is:

      {
        "type": "permission",
        "value": "any.permission.you.like",
        "display": "<white>- You need <insert any permission you want>!"
      }

Should now become:

      {
        "type": "PermissionRequirement",
        "permission": "any.permission.you.like",
        "prompt": "<white>- You need <insert any permission you want>!"
      }

Reward configuration remains the same as PPokedex v1.x.x

PreviousScavengerHuntsNextCommands

Last updated 8 months ago