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.
- Create and save custom kits
- Remove existing kits
- Give kits to players
- Tab completion for kit commands
- Download the PintoKits jarfile from the releases.
- Place the jar file into your server's
pluginsfolder. - Start or restart your Minecraft server.
- The plugin generates a
kits.ymlfile in the plugin's data folder. - Use the plugins's commands to edit the kits, DO 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.
- pintokits.kit
- pintokits.savekit
- pintokits.removekit
For issues or feature requests, open an issue on the project's repository.