Class UpdateManifest

java.lang.Object
ch.njol.skript.update.UpdateManifest

public class UpdateManifest extends Object
Returned by an update checker when an update is available.
  • Field Details

    • id

      public final String id
      Release id, for example "2.3".
    • date

      public final String date
      When the release was published.
    • patchNotes

      public final String patchNotes
      Patch notes for the update.
    • downloadUrl

      public final URL downloadUrl
      Download URL for the update.
  • Constructor Details