SimpleReserve v0.3.2

Details

  • Filename
    SimpleReserve.jar
  • Uploaded by
  • Uploaded
    Dec 4, 2011
  • Size
    5.14 KB
  • Downloads
    4,897
  • MD5
    580bf8cfa0cd1cbc2e681cfcb716de5b

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

------------------------------------------------------------------------
r5 | taylorjb | 2011-12-04 22:30:02 +0000 (Sun, 04 Dec 2011) | 1 line
Changed paths:
   M /trunk/plugin.yml

Version change...oops
------------------------------------------------------------------------
r4 | taylorjb | 2011-12-04 22:27:34 +0000 (Sun, 04 Dec 2011) | 3 lines
Changed paths:
   M /trunk/src/com/evosysdev/bukkit/taylorjb/simplereserve/SimpleReserve.java
   M /trunk/src/com/evosysdev/bukkit/taylorjb/simplereserve/SimpleReservePlayerListener.java

Possible workaround for issue of no permissions upon onPlayerLogin:
Allow all players through login when result of login is KICK_FULL(not banned/otherwise) and player isn't in denied list
Check permission in onPlayerJoin. If no permission, add them to the list of denies
------------------------------------------------------------------------

This introduces a workaround for the permission issue where they are not loaded at the time of onPlayerLogin. Because it means occasionally letting someone through that and into the player join event, online players will on the first attempt of someone logging in on a full server see a player join and player left message.