Getting Started
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.
Requirements
Section titled “Requirements”- Matthiesen Core
- Cobblemon
- Fabric API (Fabric only)
- Forge Config API Port (Fabric only)
Optional Dependencies
Section titled “Optional Dependencies”Cobblemon NPC Party Provider
Section titled “Cobblemon NPC Party Provider”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" }}