Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 483 Bytes

File metadata and controls

13 lines (11 loc) · 483 Bytes

#KitManager KitManager is a simple library for Bukkit / Spigot plugins. I manages all of your kits so you can fetch them by name.

##Features

  • Keep track of all of your Kits.
  • Can be used in multiple instances without mixing your kits.
  • Multiple Kit types
    • PermissionKit: only allows a player to redeem a kit if they have permission.
    • BasicKit: allows anybody to redeem a kit.
    • TimedKit (planned): creates a time limit between each redeem.

##Planned Features

  • TimedKits