- Updated to Cobblemon 1.7
- Implemented the new Skin Token system!
- The physical item representation of a skin that can be right-clicked to claim the Skin Token into your skin inventory. Optionally define token settings per skin and allow tokenizing from the Skins Inventory for easy trading!
- New skin config setting to define Tokenization options
"token": {
"display": {
"item": "cobblemon:pokemon_model",
"name": "<red>Bulbasaur Skin Token",
"lore": [
"<gray><!i>Right-Click to redeem this token!"
]
}
}
- Added the command
/skins givetoken <player> <skin> [amount]to directly give players the token version of a skin - New Skin Inventory GUI config option to define the Tokenize click type:
"skin_options": {
"tokenize_click": [
"SHIFT_RIGHT_CLICK"
]
},
- Added economy support for BEconomy and CobbleDollars
- Added the command
/skins givepokemon <player> <skin> [properties]to directly give players a Pokemon with a skin already applied - Added a untradable option for each skin!
- Before this option was defined ONLY through the global
config.json. You can now define or override this value on each skin
- Before this option was defined ONLY through the global
- Added infinite option for skins! This option allows the skin to be applied an infinite number of times
- Add the
"infinite": trueoption to a skin entry to enable infinite mode - The skin is still able to be scrapped if enabled, allowing the user to remove it from their inventory
- Removing the skin from a Pokemon will not give the user skin entry in their inventory
- Add the
- Added a permission to use the shop command on other players (
skiesskins.command.shop.others) - Fixed shop open commands not working in the console
- Updated the Impactor economy service to be a more thread safe version
- Migrated the mod from GooeyLibs to SGui (internal change only!)
- Misc changes
Need help? Join the Discord: https://discord.gg/cgBww275Fg
Initial mod release
Need help? Join the Discord: https://discord.gg/cgBww275Fg


