Kits

You can create unlimited kits within the kits.yml file, allowing for extensive customization and diversity in gameplay experiences.

How to create a kit

To create a new kit, simply utilize the command /advancedkits createkit <kit>.

How to delete a kit

To delete a kit, execute the command /advancedkits deletekit <kit>.

This action will completely remove the kit from your menus.

How to set kit items

To set items for a kit, retain the kit items in your inventory and utilize the command /advancedkits edit [level].

For armor or off-hand equipment, simply equip the items before editing the kit items.

How to edit kit parameters

To edit kit parameters, open the kits.yml file and modify the desired values.

How to set a first join kit

To set a first join kit, navigate to the config.yml file and locate the first-join-kits section. Add a list with the kits you wish to give to players upon their first join. The format for this is:

config.yml
first-join-kits:
  - '<kit>;<level>'

Replace <kit> with the name of the kit and <level> with the desired level of the kit. This configuration allows you to specify which kits players receive when they join the server for the first time.

To disable first join kits, simply leave the first-join-kits list empty in the config.yml file, like so:

config.yml
first-join-kits: []

Last updated