Class UpdateChecker

java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.utils.UpdateChecker

public class UpdateChecker extends Object
Since:
2.10.2
Author:
RoinujNosde
  • Constructor Details

    • UpdateChecker

      public UpdateChecker(SimpleClans plugin)
  • Method Details

    • check

      public void check()
      Checks if the version installed is up-to-date
    • compareVersions

      public static int compareVersions(@NotNull @NotNull String a, @NotNull @NotNull String b)