Skip to content

Getting Started

Minecraft Version
1.21.1
Mod Loaders
External Links
Latest Release
Unknown Checking for updates...

This is a Server-side mod that adds support for importing and exporting Pokémon from Pokepast.es into Cobblemon. It allows players to easily share their Pokémon with others or import Pokémon from the web into their game.

Note: Importing and exporting Pokémon from Pokepast.es is only available for players with appropriate permissions. Please check with your server administrator if you are unsure about your permissions.

Cobble Paste also adds a new NPC Party Provider for Cobblemon, allowing NPCs to have their parties defined by Pokepast.es URLs.

For more information about NPC Presets and Party providers, see the Cobblemon NPC API documentation

In your Cobblemon NPC Datapack json, you can use the following format to define an NPC’s party:

{
"party": {
"type": "cobble_paste:poke_paste",
"isStatic": true,
"pokePasteId": "your-paste-id-or-url"
}
}