Перейти к содержимому
Mineforgian

SkiesSkins

A Fabric server-sided Skins mod for Cobblemon, allowing players to purchase, apply, and remove Skins through a managed system

Загрузки
2K
Подписчики
6
Обновлён
24 ноября 2025 г.
Лицензия
MPL-2.0

Опубликован 2 июня 2025 г.

SkiesSkins

Requires Fabric Kotlin Enviroment Server Discord

A Fabric server-sided Skins mod for Cobblemon, allowing players to purchase, apply, and remove Skins through a managed system. Designed to be highly customizable, with extensive options when possible!

More information on configuration can be found on the Wiki!

Features

  • (mostly) Infinite skins
    • Full aspect customization
    • Display names
    • Descriptions
  • (mostly) Infinite Shops
    • Random Skin Sets with refresh timers
    • Static Skin Sets
    • Package Skin Sets
    • Per Skin currency options
    • Purchase Limits
  • Scraping System
    • Allow players to trade unwanted skins for currency
  • Customizable GUIs
  • Economy Integrations (Impactor, Pebbles Economy, CobbleDollars, and BEconomy)
  • Supports both SQL and MongoDB databases for data storage

Installation

  1. Download the latest version of the mod from Modrinth.
  2. Download all required dependencies:
  3. Download any optional dependencies:
  4. Install the mod and dependencies into your server's mods folder.
  5. Configure the mod in the ./config/skiesskins/ folder.

Commands/Permissions

Command Description Permission
/skins Opens the player's Skins inventory skiesskins.command.base
/skins reload Reload the Mod skiesskins.command.reload
/skins debug Toggle the debug mode for more insight into issues skiesskins.command.debug
/skins giveskin <targets> <skin_id> [amount] Give players a specific skin, with an amount optional skiesskins.command.giveskin
/skins remover Opens the Skin Remover UI skiesskins.command.remover
/skins remover [player] Opens a Skin Remover UI for another player skiesskins.command.remover.other
/skins shop <shop_id> [player] Opens the specified Skin Shop, optionally for another player skiesskins.command.shop
/skins resetinventory <player> Resets the specified player's Skin inventory skiesskins.command.shop.resetinventory
/skins resetshop <targets> <shop_id> Resets all of a player's data for a given shop skiesskins.command.shop.resetshop
/skins resetshop <targets> <shop_id> random [set] Resets a player's Random Skins for a given shop, optionally for a specific set skiesskins.command.shop.resetshop
/skins resetshop <targets> <shop_id> static Resets a player's Static Skins for a given shop skiesskins.command.shop.resetshop
/skins resetshop <targets> <shop_id> packages Resets a player's Package Skins for a given shop skiesskins.command.shop.resetshop
Permission Description
skiesskins.open. Permission to open a Shop when using an Alias Command

Planned Features

  • Migrate to SGui instead of GooeyLibs
  • Add more placeholder integrations
  • Message Configuration
  • Sound Configuration
  • Additional Shop Features
    • Purchase History
    • Price variation?
    • Permission based discounts
    • Package Availability timer
  • Inventory Filtering
    • Oldest-newest
    • Newest-oldest
    • Species A-Z
    • Species Z-A
    • Dex Highest-Lowest
    • Dex Lowest-Highest
    • Skin Type A-Z
    • Skin Type Z-A
  • Skin Collections/Previewing UI

Donations

This mod was developed as part of the Skies Development goal of providing free, high quality, and open sourced mods for the Cobblemon and Fabric communities! If you are able to support this mission, please consider making a one-time donation or becoming a Member on Ko-fi. Being a member gives you early access to all new mods as well as helping decide on the development direction.

During this mods development, the following people supported Skies Development through an active Membership: Jephon, Vince, Zephyr, iMystxc, Mango, GriffinFluff, Guga, AllieDragon, Frost, SPG, and Ezequiel. Thank you for your generosity! ❤️

Support

A community support Discord has been opened up for all Skies Development related projects! Feel free to join and ask questions or leave suggestions :)

Ченджлог

1.1.0Релиз1.21.1 · 24 ноября 2025 г.
  • 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
  • Added infinite option for skins! This option allows the skin to be applied an infinite number of times
    • Add the "infinite": true option 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
  • 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

1.0.0Релиз1.21.1 · 2 июня 2025 г.

Initial mod release

Need help? Join the Discord: https://discord.gg/cgBww275Fg

Комментарии

Загружаем…