StreetLights
Please update from 1.1.x! The /sl remove command isn't save! It allows you to remove other peopel's streetlights. It's fixed in 1.1.2
General
Always wanted to get working streetlights in your server? Now you can! Pick the lights you want to light up at night and presto! They will light up when it rains or when it's night.
By default the blocks will be Redstonelamp (offstate) at day and Redstonelamp (onstate) at night. The time they will be on is from 13000 till 0. These can all be changed in the config.yml (Version 1.0.2) To add multiple set of items to switch from just add a new line with two materials. (Please note that you shoudln't use duplicate materials)
Installation
Pretty straight forward here: Place the jar file in your plugin directory and you're good to go.
OP's have all permissions by default but if you want players to control the lights as well please give them permissions:
- streetlights.* (Everything EXCEPT: streetlights.admin)
- streetlights.admin (Allows the removal of other's streetlights)
- streetlights.create (Allows to create new streetlights)
- streetlights.remove (Allows to remove new streetlights)
- streetlights.save (Allows user to save the list with lights)
- streetlights.list (Allows user to view coordinate list of lights)
- streetlights.clear (Allows user to clear all the lights)
- streetlights.reload (Allows user to reload the config file)
- streetlights.info (Displays info about the clicked streetlight)
How to use
Create a Redstone lamp and use "/sl create" command. Then rightclick the blocks you want to light up at night (Redstone Lamps by default). When you're finished adding the lamps type "/sl create" again. If you wish to manualy save you can use "/sl save". (The list will automaticly save after every placed or removed streetlight). You "/sl remove" to remove streetlights from the list :)
Bugs
- Natural rain sometime doesn't trigger the lights.
- You cannot use REDSTONE_TORCH_OFF.
Can we see it in action?
I've created this timelaps on my server which shows the streetlights going on and off.
http:www.youtube.com/watch?v=EL7MQ2d-H40&feature=youtu.be
Source Code?
The sourcecode is available from GitHub: https://github.com/Koozza/StreetLight
User Videos
Some of the users made video's of the plugin. Here's some of them:
WoopaGaming (English)
MineraftBukkit (German)
TheBukkitTutorialsHD (German)
MinecraftPommes (German)
victormac737 (Spanish)
Special Thanks
Special thanks go to Craftiii4 for helping me with the REDSTONE_LAMP_ON state :)
-
View User Profile
-
Send Message
Posted May 12, 2012@Beanmen93
Looks like you did everything correctly, so it must be a fault from my end :) Gonna look into it!
-
View User Profile
-
Send Message
Posted May 12, 2012Hey Thijsd
It is not working for me to... i added lamps with /sl edit start and on every lamp it said: Lamp added! < so it is working. and when i was done /sl edit stop and it said: You're done editing! < so it worked to... now its night and raining but they are still off :(
can you explain it to me haha!?
P.S even it doesn't work i love it!:D
-
View User Profile
-
Send Message
Posted May 12, 2012@Bvgfreak
Did you add any lights using /sl edit start ?
Edit: Found the problem :) Gonna fix it now!
-
View User Profile
-
Send Message
Posted May 12, 2012The Lights don“t light up :(. Can you help me? I become this error: 2012-05-12 15:04:09 [SEVERE] java.lang.NullPointerException 2012-05-12 15:04:09 [SEVERE] at com.thijsdev.streetlights.streetlights.togglelights(streetlights.java:59) 2012-05-12 15:04:09 [SEVERE] at com.thijsdev.streetlights.streetlights$1.run(streetlights.java:113) 2012-05-12 15:04:09 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2012-05-12 15:04:09 [SEVERE] at java.lang.Thread.run(Unknown Source)
-
View User Profile
-
Send Message
Posted May 12, 2012@ChrissWR1
This is the first plugin I've ever build but I'll try to add it :)
Edit: Uploaded a new version. It's available when it gets approval.
-
View User Profile
-
Send Message
Posted May 12, 2012Very nice plugin, thijsd.
Could you please add a permissions support? I want only moderators and administrators could change the StreetLights list. Thank you.