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

SkiesKits

A Fabric server-sided kits mod, with a customizable kits menu!

2K загрузок13 подписчиковMPL-2.0fabric

Обновлён 22 октября 2025 г. · опубликован 8 ноября 2023 г.

SkiesKits

Requires Fabric Kotlin Enviroment Server Discord

A Fabric server-sided Kits mod! Creating a new kit is as easy as creating a new file in the kits folder and copying the basic formatting.

More information on configuration can be found on the Wiki!

Features

  • Create practically infinite Kits (idk, haven't tested that)
  • Customizable kit cooldowns
  • Define the maximum kit uses
  • Customizable kit menu system
  • Set custom requirements to claim a kit (permissions, placeholders, etc.)
  • Customize the actions a kit will execute depending on the result (success, cooldown, usage, etc.)

Installation

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

Commands/Permissions

Command Description Permission
/kits reload Reload SkiesKits skieskits.command.reload
/kits debug Toggle the debug mode for more insight into errors skieskits.command.debug
/kits Opens the kits menu system skieskits.command.base
/kits Attempts to claim a kit skieskits.command.claim
/kits claim Attempts to claim a kit skieskits.command.claim
/kits give [bypass] Attempts to give a player a kit. Set bypass to true to bypass any requirements skieskits.command.give
/kits resetusage [kit] Reset a player's kit usage for all kits or define a specific one skieskits.command.resetusage
/kits resetcooldown [kit] Reset a player's kit cooldown for all kits or define a specific one skieskits.command.resetcooldown

Planned Features

  • Better/more debugging and error handling
  • In-game kit editing (via commands and GUI editor)

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.

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 :)

Центр версий

8 версий
  • Релиз25.4 МБ
  • Релиз25.4 МБ
  • Релиз25.1 МБ
  • Бета25.1 МБ
  • Релиз25.0 МБ
  • Релиз25.0 МБ
  • Релиз20.5 МБ
  • Релиз20.5 МБ

Ченджлог

1.2.0Релиз1.21.1 · 22 октября 2025 г.
  • Addded /kit create <id> command that will create kits based on your inventory
  • Added configurable commands for the entire mod in the config.json
  • Fixed modded items sometimes not working
  • Fixed ops not bypassing permission requirements
  • Updated kits menu configuration to allow slots to be either a list or a single entry
  • Renamed nbt to components (but nbt is still a valid alias)

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

1.1.1Релиз1.21.1 · 25 февраля 2025 г.
  • Fixed a race condition with kit items sometimes not loading
  • Fabric Permissions API and GooeyLibs are now included in the jar and are not required separately

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

1.1.0Релиз1.21.1 · 24 февраля 2025 г.
  • Updated to 1.21.1
    • There are no major changes to any of the mechanics. However, you will need to update any NBT as that has internally changed in Minecraft
  • Fixed the config file not loading UTF-8 characters in some circumstances (thanks MemencioPerez)

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

1.1.0-BETA1Бета1.21.1 · 12 ноября 2024 г.
  • Updated to 1.21.1
    • There are no major changes to any of the mechanics. You will need to update any NBT as that has internally changed in Minecraft

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

1.0.3Релиз1.20.1 · 11 ноября 2024 г.
  • Fixed the userdata table not being created automatically, which was caused by the HikariCP storage changes in the previous release
  • Added a "url_override": "" option to the storage config that can be used in combination with MONGO mode to override the URL
  • Added new Requirement EMPTY_SLOTS that contains an "amount" field to specify the number of empty slots in the player's inventory
  • Fixed a bug with requirements checking

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

1.0.2Релиз1.20.1 · 5 сентября 2024 г.

Changelogs:

  • Added storage safety checks that ensure the storage is responding before handing out kit items
  • Added GraalVM as a Jar in Jar
  • Implemented HikariCP storage by @eupedroosouza, which simplifies the code and provides more options. Some of these options include storage pool settings and properties:
      "maxiumum_pool_size": 10,
      "minimum_idle": 10,
      "keep_alive_time": 0,
      "connection_timeout": 30000,
      "idle_timeout": 600000,
      "max_lifetime": 1800000
    }
  • Added a empty check for the permission which allows you to specify no permission with an empty string ("") or removing the setting.
  • Added a few debug prints (enable debug mode in config) on player login for debugging kit login issues
  • Merged loom updates by @eupedroosouza

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

1.0.1Релиз1.20.1 · 16 ноября 2023 г.
  • Switch cooldown to long type to allow for higher cooldown times
  • General cleanup and improvements

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

1.0.0Релиз1.20.1 · 8 ноября 2023 г.

Initial mod release

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

Комментарии

Загружаем…