betterphp / BloodMoon

A plugin for Bukkit based Minecraft servers to add a new mechanic similar to the bloodmoon event in Terraria
http://dev.bukkit.org/server-mods/bloodmoon/
9 stars 15 forks source link

a few bugs with the Dev #95

Closed LastTulare closed 11 years ago

LastTulare commented 11 years ago

The chat, not the console will get spammed with "Unable to locate sign at X, Y, Z"

if the Nether Sky is enabled when a Blood Moon starts, the screen will go blank with a nether sky, and you are forced to alt+tab out of MC to close it and log back in (or use the console to kick yourself).

Same when you force stop a Blood Moon the screen goes blank sky.

The rain option is ignored and will rain even if set to false.

I placed all my other plugins into a seperate folder and ran the server with only Blood Moon to test plugin incompatibilities, but not the case lol, those 2 are the only issues I found.

Extended night might have a bug since the sun rose and the night ended, also the texture pack for the red moon didnt seem to enable, but I might be missing a step with that part? Im using craftbukkit build #2805 which is a bit buggy itself :S lol

Here's the video of what happens with nether-sky: true http://youtu.be/QIkA6K0Jgv4

betterphp commented 11 years ago

The chat thing is an issue with the game, not much I can do about that :/ It should only happen the first time the world is modified. Will look into the other stuff.

LastTulare commented 11 years ago

KK, glad to be of help (:

betterphp commented 11 years ago

You have to set thunder and ran both to false, apparently the server can't make it thunder without raining too.

Extended night can get out of sync if you change the time or if all players sleep, it seemed to work locally when I just waited.

The texture pack thing is a client issue, the method used to send the client a resource pack is broken.