SkeletonPlugin

Discussion in 'Plugin Development' started by javoris767, Jun 26, 2012.

  1. Offline

    javoris767

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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?

    This post has been edited 1 time. It was last edited by javoris767 Jun 26, 2012.
  2. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    skeleton plugin? you mean searching it at the pluin list or somethin?
  3. Offline

    javoris767

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

Share This Page