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

XPlayerKits

A lightweight and fully customizable kit system that loads only the essential data, keeping RAM.

Загрузки
4K
Подписчики
6
Обновлён
11 марта 2026 г.
Лицензия
LGPL-3.0-or-later

Опубликован 13 августа 2024 г.

Исходный код

banner

It's a plugin that allows you to create kits for your players.
This plugin was created due to the lack of an optimized solution for this feature.
It uses very little RAM and is highly customizable.

XPlayerKits XLeaderboards StellarProtect

feature

Unlike other plugins that load the data of every single player registered on your server (wasting precious resources), XPlayerKits takes a smarter approach.
It only loads player data when they actually join, and keeps just the essential information cached. This means significantly lower RAM usage without sacrificing performance.

On top of that, XPlayerKits comes with built-in SQLite support right out of the box, giving you a reliable and lightweight database solution. No more dealing with the limitations and issues of storing player data in messy YML files.

features

Features

  • Migration: Migrate data and kits from another plugin to save resources and avoid inventory exploits.
  • Kit placeholder requirements: Use a system to check placeholder conditions.
  • Fully editable inventory: Customize the kit inventory with an item name system for icons.
  • Claim/Deny actions: Set actions when claiming or denying a kit, such as commands or sounds.
  • In-game GUI: Edit kits directly in-game, including properties, icons, and content.
  • One-Time Kits: Create kits that can only be claimed once, stored in player data.
  • First Join Kit: Deliver a kit to players the first time they join your server.
  • Database support: MongoDB, MySQL, and SQLite are supported (Recommended: MongoDB).

commands

Commands

  • /xkits editor - Opens the editor for quick kit creation.
  • /xkits kits - Opens the kit selection menu.
  • /xkits open [rotation/category] - Opens the kit selection with category or rotation kits.
  • /xkits preview <kitName> [player] - Opens preview menu.
  • /xkits give <kitName> <player> - Give kits directly to players without checks.
  • /xkits claim <kitName> <player> - Give kits to players with checks.
  • /xkits reset <kitName> <player> - Reset a player's data for a specific kit.
  • /xkits resetall <player> - Reset all data for a player.
  • /xkits delete <kitName> - Delete a kit.
  • /xkits migrate playerkits2_yml/playerkits2_mysql - Migrate data from other plugins.
  • /xkits migratekits playerkits2 - Migrate kits from other plugins.

permissions

Permissions

  • xkits.admin - Allows players to use the /xkits editor and /xkits slots commands.
  • xkits.preview - Allows players to use /xkits preview.
  • xkits.countdown.bypass - Allows players to bypass kit countdowns.
  • xkits.onetime.bypass - Allows players to bypass one-time restrictions.

placeholders

Placeholders

  • %xplayerkits_cooldown_<kitId>% - Show the time to next claim.
  • %xplayerkits_claimed_onetime_<kitId>% - Return yes or no if the kit of player is claimed.
  • %xplayerkits_claimed_cooldown_<kitId>% - Return yes or no if the kit of player is in cooldown.

actions

Actions

Action Description Example
console Executes a command from the console. console:say test
command Executes a command as the player. command:dm open main
sound Plays a sound to the player. sound:ENTITY_ENDERMAN_TELEPORT;1.0f;1.0f
playsound_resource_pack Plays a sound from a resource pack. playsound_resource_pack:ENTITY_ENDERMAN_TELEPORT;1.0f;1.0f
message Sends a chat message to the player. message:You can’t claim this kit.
center_message Sends a centered message to the player. center_message:You can’t claim this kit.
mini_message Sends a MiniMessage formatted message. mini_message:<red>You can’t claim this kit.</red>
broadcast Sends a message to all players. broadcast:You can’t claim this kit.
titles Sends a title and subtitle to the player. titles:<title>Kit Claimed!;<subtitle>Enjoy your rewards!
wait_ticks Waits before executing the next action. wait_ticks:40

links

Discord Patreon Wiki

Ченджлог

2.1.1Релиз1.13, 1.13.1, 1.13.2 · 11 марта 2026 г.

Fixed

  • Fixed compatibility with Minecraft 1.21.11.
  • Fixed compatibility issues with Purpur.
2.1.0Релиз1.21.8, 1.21.9, 1.21.10 · 30 октября 2025 г.

Added

  • Added support for Minecraft 1.21.10.

Improved

  • Improved the inventory system to better handle placeholder requirements you can now add, check, and manage them more easily.
  • Enhanced the inventory action system for greater flexibility and reliability.

Fixed

  • Fixed various Lang file errors.
  • Fixed the item serializer to properly support armor trims and item attributes.

Join the community on: Discord

If you like my project and want to support me: Patreon

2.0.7Релиз1.21.6, 1.21.7, 1.21.8 · 29 сентября 2025 г.

Added

  • Added legacy data support for custom menus on Minecraft 1.8, fixing issues where they didn’t work properly.

Improvements

  • Improved the armor delivery system to handle equipping more reliably.

Fixed

  • Fixed anvil support for Minecraft versions 1.21.3 to 1.21.8.
  • Fixed an issue where auto armor didn’t properly equip armor when delivered.

Join the community on: Discord
If you like my project and want to support me: Patreon

2.0.7Релиз1.21.6, 1.21.7, 1.21.8 · 6 сентября 2025 г.

New Features:

  • Added an event API for compatibility with StellarProtect.
  • Placeholders in items are now also parsed when doing a preview.
2.0.7Релиз1.8.9, 1.9.4, 1.12.2 · 6 сентября 2025 г.

New Features:

  • Added an event API for compatibility with StellarProtect.
  • Placeholders in items are now also parsed when doing a preview.
2.0.5Релиз1.21.6, 1.21.7, 1.21.8 · 4 сентября 2025 г.

New features:

  • Placeholders on Claim: You can parse PlaceholdersAPI on claim kits in lore and displayName of items.
  • Claim and /kits alias: You can enable /kits and /kits <kitName> alias in the config.

Fixed:

  • Fixed error on migration and saving kits with executions.
2.0.5Релиз1.8.9, 1.9.4, 1.12.2 · 4 сентября 2025 г.

New features:

  • Placeholders on Claim: You can parse PlaceholdersAPI on claim kits in lore and displayName of items.
  • Claim and /kits alias: You can enable /kits and /kits <kitName> alias in the config.

Fixed:

  • Fixed error on migration and saving kits with executions.
2.0.1Релиз1.21.6, 1.21.7, 1.21.8 · 29 августа 2025 г.

Added:

  • Fixed potion effects serializer.

Комментарии

Загружаем…