Closed Vorthos closed 12 years ago
Looks good, but it won't merge cleanly into the development branch. For now, use Maven to build the plugin (mvn install
) on your end and I'll get to this Monday or Tuesday.
Are any changes necessary in the chunk handling code, since they changed the height limit and all? (My code assumes a 128-high map.)
Looking into that, there are some instances of "127" and "128" that should probably be changed... and some related "32768" instances (16x16x128)
From my before dinner glances, the assumption is being used to limit memory use and safely loop. Leaving them as is won't kill the plugin, but will ignore everything over y=127.
Changes have been implemented (separately). Closing pull request.
The WorldListener class extended in RealtimeRenderWorldListener no longer exists. Updated to new method for listeners.
Also updated the event registration method to the new method.
As far as I can tell, these are the only bukkit update induced changes needed.