I need the skeleton plugin implement for a record. My friend suggested I'd use it for that. Code: public Bansummary(final SkeletonPlugin plugin, final BanRecord record) { this.record = record; this.plugin = plugin; this.tz = Calendar.getInstance(this.getLocale()).getTimeZone().getID(); } Where can I find the jar to implement this method?