This is a simple kit plugin that gives you the ability to create new kits!
The plugin is in a very new state so it may require some refreshment before it will work on your server.
It'll be updated regularly.
COMMANDS:
- /kit help - (This will send you a message with all the commands you can use)
- /kit reload - (This will reload most of the configurations and the kit cooldowns)
- /kit create (NAME) - (This will create a kit with the specified name with the items you have in your inventory)
- /kit recreate (NAME) - (This will recreate the specified kit)
- /kit delete (NAME) - (This will delete the specified kit)
- /kit info (NAME) - (This will show a little information on the specified kit)
- /kit fixlag - (Be aware that this command might cause a few bugs, but it will try to optimize the cooldowns and configurations)
- /kit forcegive (PLAYER) (NAME) - (This will forcegive a player the specified kit)
- /kit removecooldown (PLAYER) (NAME) - (This will remove a cooldown from the specified kit from the specified player, use ALL as the name to remove all cooldowns from the player)
DEFAULT PERMISSIONS:
- /kit - kits.kit
- Bypass the cooldown - kits.ignorecooldown
- Default kit permission - kits.takekit
- Administrator - kits.admin
CONFIGURATION:
- prefix - to change the prefix of the plugin
- lang - to change the language used in the plugin (only en and da)
- permission - to change the /kit permission
- permission-message - to change the permission message from the /kit command
- permission-ignore-cooldown - to change the ignorecooldown permission.
- drop-kit - if the player has a full inventory, should it drop the remaining items or just make them disappear?
- auto-armor - if the player doesn't wear anything on the slot, it'll automatically add the armor if this is set to true. If the player does wear something, it'll just either add it to the player's inventory or drop it the player.
SETUP A KIT:
In order to set up a new kit, you'll use the
/kit create (a cool name) and then go into the kits_cooldown.yml, now write the name of the kit like this:
NAME: (and then place the cooldown IN SECONDS here)
Then go onto a new line in the same file and write this:
PERMISSION_NAME: 'kits.takeNAME'
The PERMISSION_ has to be capitalized, but the kit name doesn't.
Like here I create a kit with the name
color:
color: 25
PERMISSION_color: 'kits.takecolor'
You may change the permission to whatever you like, you'll need to do this with every kit you create in this document too.