How to make kits minecraft
- how to make kits minecraft
- how to make kits in minecraft bedrock
- how to create kits in minecraft
- how to get kits in minecraft
How to use essentials kits.
Get the player's inventory when they run the command and save all the items to a config file then when a player runs the kit command get it back.Command Reference/Kits
Essentials supports a wide range of kit functionality. Kits can contain anything from stacks of simple items, to complicated 'unique' items, utilising advanced item meta, enchantments and item lore.
Essentials also supports permission based kits, kit signs, new player kits, and kit cooldowns to prevent abuse.
Configuration
Config Settings
Essentials allows for spawning 'unsafe' enchantments in kits, but only if you edit the config.yml To allow 'unsafe' enchantments in kits and item spawning you will need to change the following setting:
unsafe-enchantments: trueWarning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
How to make kits in minecraft bedrock
Delay
You can set a delay or cooldown (in seconds) on kits to prevent abuse. A cooldown of '3600' would prevent the kit being used more than once an hour. If you want a 'One use kit' set the delay to -1.
Kit costs
In the command costs section of the config.yml you can define costs for each kit, for example:
kit-tools: 100Would make it so /kit tools charges the player $100