PintoKits is a Minecraft Bukkit/Spigot plugin that allows server administrators to manage custom kits for players. Kits are defined in a kits.yml file and can be saved, removed, and given to players via commands.
PintoKits is a Minecraft Bukkit/Spigot plugin that allows server administrators to manage custom kits for players.
Kits are defined in a kits.yml file and can be saved, removed, and given to players via commands.
kits.yml file stores all kits, edit this file using ingame commandsstartingkit.yml file stores information about the join-based kitsjoinkit refers to the kit that will be given to the player when any player joins.startingkit refers to the kit that will be given to all players when they first join.joined is a list of players that have joined the server AND have been given the startingkitDO NOT EDIT THE KITS.YML FILE
/savekit <kitname>: Saves the player's current inventory as a kit./kit <kitname>: Gives the specified kit to the player./removekit <kitname>: Removes the specified kit.For issues or feature requests, open an issue on the project's repository.