AmkMcAuth V-1.5.3

Details

  • Filename
    AmkMcAuth-1.5.3.jar
  • Uploaded by
  • Uploaded
    Mar 15, 2022
  • Size
    210.28 KB
  • Downloads
    3,173
  • MD5
    4bb11cbb34562057f2bbb3c43dfe8a77

Supported Bukkit Versions

  • 1.18.2
  • 1.18.1
  • 1.18

Changelog

//
// Bug-Fix
//
// java.lang.NullPointerException: Cannot invoke "com.mooo.amksoft.amkmcauth.AuthPlayer.getPlayer()" because "ap" is null
// at com.mooo.amksoft.amkmcauth.AuthListener.sameName(AuthListener.java:298) ~[AmkMcAuth-1.5.2.jar:?]
// When using Paper??, reported by vdl19. Quick fix: Set: Config.kickIfAlreadyOnline to true.
// Program fix: added line: "if (ap == null) return; // Do nothing if ap is not found (null-pointer execption.)"