to prevent bugs while changing the name of an kit, now only the kit id is saved in the database or playerdata.yml Please delete the playerdata.yml file or exchange the names with the kit id manually.
added two new methods to the kitPvPAPI
KitPvPAPI.getKit(Integer kitId) #returns the kit with this id
KitPvPAPI.getKitFromPlayer(Player player) # returns the Kit from the player
re-enabled title messages
re-enabled the stats hologram
changed mysql statements to preparedstatements and use the HeliosDevelopment-SQLconnector for a pooled connection Please drop the tables 'kitpvp_stats' and 'kitpvp_kits' with the following sql statement: "DROP TABLE *table_name*".
fixed bug that you can not open the setup gui with spigot version 1.14
Fixed a bug that the KDR was not displayed correctly