Kits Plugin
Kits Plugin
Prelude
This plugin was requested by a buddy on the bukkit forums, so I went ahead and made it. It can be used to create in-depth kits by editing the config file. It can be used for games such as KitPVP or any sort of game that could require a kit.
Personally, I would recommend using this plugin in tandem with another plugin that could perform the /kit command when a player punches a block, or something similar. Of course, another plugin isn't required, though.
Features
- Allows players to receive kits through /kit
- Allows players to see available kits through /kits
- Allows custom kits to be made with custom lores through the config.yml file.
Instructions
The kits portion of the config file looks something like the following:
Kits:
Runner:
leather_boots:
[GOLD BOLD <player>'s Running Shoes, GRAY With those Running Shoes, GRAY you can get to faraway, GRAY places much faster.]
Poker:
wood_sword:
[GOLD BOLD <player>'s Poker, GRAY Careful its a little sharp...]
It is fairly straightforward. Currently, there are two kits, Runner and Poker. The Runner kit includes leather boots, and the Poker kit includes a wooden sword. The text after the leather boots and wooden sword represent the lore that will be given to the items. Commas will be replaced with new lines, <player> will be replaced with the command performer's name, and colors will be replaced with ingame colors.
Commands/Permissions
Kits.receive
Kits.receive allows players to use the /kit command to receive kits. It is enabled for everyone by default.
Kits.list
Kits.list allows players to see available kits through /kits. It is enabled for everyone by default.
Comments