Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Cobble Poke Bank
Cobble Poke Bank is a Server-Side mod for Cobblemon that allows players to store their Pokémon in a database-backed bank. Designed for use in single (SQLite) or multiserver (MySQL) environments, this mod provides a persistent storage solution for Pokémon, ensuring that they are not lost during world resets or server transitions.
Requirements
- Matthiesen Core
- Cobblemon
- GooeyLibs
- Minecraft SQLite JDBC
- Fabric API (Fabric only)
- Forge Config API Port (Fabric only)
Optional Dependencies
- Minecraft MySQL JDBC (Required for Multi-Server setups)
Usage
- Run
/pokebankin-game to open the bank menu. - Run
/pokebank statusto view basic system status details (admin permission required). - Configure player bank capacity and other restrictions in
config/cobble_poke_bank/server.toml(bank.maxSlots):<= 0= unlimited> 0= fixed slot cap
- Configure your database connection in
config/cobble_poke_bank/database.toml:useMySQL=truefor MySQL,falsefor SQLite
Docs
Documentation for this mod can be found at mods.matthiesen.dev
Version Compatibility
| Minecraft Version | Cobblemon Version | Mod Version |
|---|---|---|
| 1.21.1 | 1.7.3 | 1.x.x |
FastStats Metrics
This mod uses FastStats to collect anonymous usage statistics. This helps the developer understand how this mod is being used and improve it over time. You can learn more about the data collected and how it is used by visiting FastStats: Information.
You can also view the data collected by this mod on the FastStats: Cobble Poke Bank page.
To opt out of this data collection, set the enabled property to false in the <game_directory>/config/matthiesen_core/metrics.properties file.
License
MIT - see LICENSE.


