Kits Tutorial
Last updated
Last updated
In this page you will find all properties of kits configuration files. Everytime you modify something in these files you must reload the plugin using /kit reload
.
Each kit has it items. They are automatically saved in the kit config when you create the kit, but you can modify them manually if you need to (only if you save the items using /kit create <kit> configurable
). You can find all item properties .
If you save the kit without using the configurable parameter, you'll see something like this:
A kit will display a certain item on the GUI depending on the status of the kit for the player. There are 5 possibilities (default, no_permission, cooldown, one_time, one_time_requirements)
. The format is the following:
The item displayed when the player is able to claim the kit.
The item displayed when the player doesn't have the permissions to claim the kit.
The item displayed when the kit is on cooldown, and the player must wait to claim the kit again.
The item displayed when the kit has the one_time
option enabled, and the player has already claimed the kit once.
The item displayed when the kit has the one_time_requirements
option enabled, and the player has already accomplished the requirements once.
The cooldown to claim the kit in seconds.
Whether the player needs a permission to claim the kit (true/false).
Allows to customize the permission required to use the kit. permission_required
must be enabled.
Whether the kit is only claimable once (true/false).
Whether kit armor should be equipped automatically when claiming the kit (true/false).
When enabled, player inventory will be emptied before giving the kit.
You can define certain actions to execute when the player claims a kit, or there is an error when claiming the kit. The format is the following:
Actions that will be executed when the player claims the kit.
Actions that will be executed when there is an error when claiming the kit (for example, the player doesn't have permissions)
Whether the action should be executed before giving the kit items to the player (true/false).
When enabled, this action will count as an item, and therefore will be used to count empty slots on the player inventory when claiming the kit. Useful when you want to give items through a command.
You can set a display item to a certain action, it is optional. This item will be displayed when previewing the kit.
You can make the kit buyable, or even add some extra requirements/conditions.
Add this option if the player must pay to buy the kit.
If this option is enabled, the player will need to pay for the kit (or accomplish the requirements) only once.
The previous example will check if the player is level 15 or more, if so then the kit could be claimed.
Remember to download the PlaceholderAPI expansion of variables you are using, with the following command: /papi ecloud download <expansion>
It is very important to also specify a requirements message, which will appear when using the %kit_requirements_message%
variable in the buy_requirements_inventory inventory (on the inventory.yml file). This message should tell the player what additional requirements are needed, you can customize it completely.
Remember that the item
to be displayed has the properties listed .
Whether the items from the kit should be saved as an EXACT COPY of the original items. You should not modify this option, and let the plugin add it to the config automatically when using /kit create <kit> original
. Click to know more.
The action to be executed. All actions . You can use the %player%
variable to replace the player name.
For this option to work, you need and an economy plugin such as EssentialsX or XConomy.
Additional requirements that the player must accomplish to claim the kit. Needs . Use the following format: <variable> <conditional> <value>
. Example: %player_level% >= 15