CobbleSTS
CobbleSTS is an addon for the Cobblemon mod that enables players to sell Pokemon to the server for in-game currency. This plugin is inspired by the STS system from the Pixelmon mod for Minecraft.
Configuration
The configuration file is located at config/cobblests/config.json and allows you to set the interface language. The main parameters enable increasing the final price of Pokemon based on various characteristics.
{
"lang": "en",
"ecocommand": "eco give %player% %amount%",
"allowshiny": true,
"allowlegendary": true,
"havecooldown": true,
"cooldown": 1,
"base": 500,
"level": 250,
"shiny": 1000,
"legendary": 5000,
"ivs": 100,
"evs": 100,
"happiness": 0,
"defaultgender": 0,
"defaultform": 0,
"defaultnature": 0,
"defaultability": 0,
"defaultball": 0,
"islegends": [
"Magikarp"
],
"legends": {
"Articuno": 50000
},
"gender": {
"F": 0,
"M": 0,
"N": 0
},
"form": {
"Galar": 0
},
"nature": {
"Hardy": 0
},
"ability": {
"None": 0
},
"ball": {
"poke_ball": 100
},
"pokemon": {
"Magikarp": 1
}
}
Commands
/sts- opens the Pokemon selling system graphical interface/sts other <player>- opens the STS interface for another player/sts reload- reloads the plugin configuration
Dependencies
- Cobblemon (version 1.5.0 or higher)
- Gooeylibs (version 3.0.0)
- Architectury API (version 9.2.14)