File Details
SimpleReserve v0.3.2
- R
- Dec 4, 2011
- 5.14 KB
- 5.0K
- CB 1.0.1-R1
File Name
SimpleReserve.jar
Supported Versions
- CB 1.0.1-R1
------------------------------------------------------------------------
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.

