RedClock
Use the last version for 1.4.6R0.3
Version: v1.1.0
Usage | Configuration | Permissions | Commands | Source code
This plugin provide a synchronization with the in-game time for the redstone circuits. It can be used for lighting, for cities doors or your shop.
For any suggestions or bug reports, contact me via PM or comments. I'm also on Twitter, even thought I don't tweet very much. @ShoukaSeikyo
If you like my work and want to support me, don't hesitate to donate.
-
View User Profile
-
Send Message
Posted Jun 15, 2012Enjoy France! I can't wait for an update :P
-
View User Profile
-
Send Message
Posted Jun 13, 2012It doesn't seam to be happening all the time. Only pops up every once in a while. No Big problem. Seems to still be working ok. Thanks for you work... :)
-
View User Profile
-
Send Message
Posted Jun 7, 2012@Rog360
I might figured how to correct the problem, but still I'm not on my main computer, so I don't have the source code. =P
-
View User Profile
-
Send Message
Posted Jun 7, 2012@Rog360
The problem seems to be from Spout. Since I'm not at home, I can't study that error.
-
View User Profile
-
Send Message
Posted Jun 6, 2012Wish it did work,but now getting below error. Seem to have a problem with GlobalBank2 Too. Thanks for you work... :)
[SEVERE] Could not pass event BlockPhysicsEvent to RedClock org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459) at net.minecraft.server.World.k(World.java:510) at net.minecraft.server.World.applyPhysics(World.java:498) at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53) at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295) at org.getspout.spout.block.mcblock.CustomBlock.doPhysics(CustomBlock.java:215) at net.minecraft.server.World.k(World.java:518) at net.minecraft.server.World.applyPhysics(World.java:497) at net.minecraft.server.World.update(World.java:459) at net.minecraft.server.World.setTypeId(World.java:434) at org.bukkit.craftbukkit.block.CraftBlock.setTypeId(CraftBlock.java:92) at com.shoukaseikyo.redclock.objects.RedBlock.sign(RedBlock.java:132) at com.shoukaseikyo.redclock.objects.RedBlock.updateBlock(RedBlock.java:86) at com.shoukaseikyo.redclock.Thread.run(Thread.java:22) at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:533) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at org.getspout.spout.block.SpoutCraftBlock.getRelative(SpoutCraftBlock.java:116) at org.getspout.spout.block.SpoutCraftBlock.getRelative(SpoutCraftBlock.java:36) at com.shoukaseikyo.redclock.EventListener.getAttachedBlock(EventListener.java:133) at com.shoukaseikyo.redclock.EventListener.Physic(EventListener.java:62) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ... 19 more 2012-06-06 17:39:12 [WARNING] Task of 'RedClock' generated an exception java.lang.ClassCastException: org.bukkit.craftbukkit.block.CraftBlockState cannot be cast to org.bukkit.block.Sign at com.shoukaseikyo.redclock.objects.RedBlock.sign(RedBlock.java:149) at com.shoukaseikyo.redclock.objects.RedBlock.updateBlock(RedBlock.java:86) at com.shoukaseikyo.redclock.Thread.run(Thread.java:22) at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:533) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
View User Profile
-
Send Message
Posted Jun 1, 2012@Rog360
Guess it fixed it since you didn't reply. =)
-
View User Profile
-
Send Message
Posted May 31, 2012@Shoukaseikyo
Nope, Permissions False. I'll try the update. Thanks for the quick fix and your work... :)
-
View User Profile
-
Send Message
Posted May 31, 2012@Rog360
Just a question, are you using the "permissions" ? I made a quick fix, when it'll be approved, download the v1.0.7, it SHOULD fix it. =3
-
View User Profile
-
Send Message
Posted May 31, 2012Don't know why, But, All of a sudden getting this error... :)
[SEVERE] Could not pass event PlayerInteractEvent to RedClock org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459) at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177) at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:889) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:117) at net.minecraft.server.Packet18ArmAnimation.handle(SourceFile:38) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at com.shoukaseikyo.redclock.EventListener.Interact(EventListener.java:47) at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
-
View User Profile
-
Send Message
Posted May 28, 2012I'm wondering if a redstone impulse would be interesting. There would be a impulse at the first hour and a second at the second hour, but you could set the two hours to only make one impulse.
Gonna work on that, always useful. =)
-
View User Profile
-
Send Message
Posted May 26, 2012@mcsnowball2012
I made it work, you'll just have to download the next version (1.0.5). =P
-
View User Profile
-
Send Message
Posted May 26, 2012@mcsnowball2012
Since the fact that a redstone torch can't be placed on a fence is Minecraft fault, the only way to change that is to modify the block itself. I'll see what I can do, but if I can't do anything, I'll just put a restriction on what blocks you can put a redblock on.
-
View User Profile
-
Send Message
Posted May 25, 2012Hey awesome plugin, I find this plugin very useful and simple. I plan to incorporate this with the plugin, SimpleJail, and having a jail system that locks the jail cells at night ;)
I tried to make an automated light pole, and put the sign on a fence post by mistake. An infinite amount of redstone torches started spewing everywhere lol. If somehow this could be changed, to where light poles didn't have to be so chunky to be automated this way. I wld say this plugin was perfect.
-
View User Profile
-
Send Message
Posted May 21, 2012He means you should make a video and pictures of it.
-
View User Profile
-
Send Message
Posted May 21, 2012@jhs232
What do you mean by that ? (English isn't my main language =( )
-
View User Profile
-
Send Message
Posted May 21, 2012Add a show off.