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
- Dynamic permissions for kit access
- Starting kits, to give a player a kit on join (optionally only first join)
- The
kits.ymlfile stores all kits, edit this file using ingame commands - The
startingkit.ymlfile stores information about the join-based kitsjoinkitrefers to the kit that will be given to the player when any player joins.startingkitrefers to the kit that will be given to all players when they first join.joinedis a list of players that have joined the server AND have been given thestartingkit
- To disable either join-based kit, set the values to a blank value or nonexisting kit
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 (default permission for using kits)
- pintokits.kit.<kitname> (permission for using a specific kit)
- pintokits.kit.* (permission for using all kits)
- pintokits.savekit (default permission for saving kits)
- pintokits.removekit (default permission for removing kits)
- pintokits.joinkit.disable (disable giving this player join-based kits)
For issues or feature requests, open an issue on the project's repository.
