LWC
Download- NOTE!: Development builds for LWC can be found at the below Jenkins server. These builds have not been approved by the BukkitDev staff and may not have gone through any QA processes. Use them at your own risk!
Development builds (Jenkins)
Feature requests, Suggestions and Issues
IRC - Live Chat ( irc.esper.net #LWC )
github
wiki
Donate
LWC is the longest-lived single block protection plugin that protects both the block itself and contents of Chests, Furnaces, and Dispensers. It can also protect any other blocks, and by default will also protect Doors (Wooden + Iron), Signs and Trap Doors.
Blocks can be protected with three basic protection types:
Private
By default, only you can access this protection. You can also modify it (or specify when creating) to add other players or groups to the protection, so they can access it. Say you wanted Notch and Hidendra to both access the protection. When creating the protection, you could do /cprivate Notch Hidendra or if it already exists /cmodify Notch Hidendra. If you wanted to remove Hidendra from the private protection, you can use /cremove -Notch
Password
A password is set on the protection and anyone that knows the password can open it. You yourself also need this password each time you log in.
Public
Mainly targeted at community chests, a Public chest means just that: anyone can access it, but no one can protect it which makes it advantageous because it cannot be made private by someone else.
Commands
/lwc- The LWC command for everything, however aliases are available to make some commands shorter. Type /lwc in-game for more detailed help./cprivate- The alias of /lwc create private (or /lwc -c private), it creates a private protection./cpassword <password>- The alias of /lwc create password <password>, it creates a passworded protection./cpublic- The alias of /lwc create public, it creates a public protection/cremove- Allows you to remove a protection you own (or if you're an LWC admin, any protection) - you must click on the protection after using/cremovein order to remove it./cunlock <password>- Allows you to attempt to gain access to a passworded protection after LWC tells you you attempted to open a password protection.... more!There are aliases for all major used commands and every alias is not listed here.
Permissions
Basic permissions:
lwc.protect- Allows the player to create and manage their own protections. It also allows them to use enabled modes and flags.lwc.mod- Allows the player to open any chest, but not remove them.lwc.admin- Gives the player absolute power to LWC - this node should be considered dangerous if used incorrectly as this node essentially gives you the right to destroy every protection (and even the block & inventory contents associated with it) in one command!lwc.deny- Prevents players with this node from interacting with anything LWC can protect. For example, from opening or destroying protected and unprotected chests, furnaces, etc if protectable.
-
View User Profile
-
Send Message
Posted Sep 3, 2013@RajaBranco
That error is common (see my previous post). It occurs when the plugin can't contact the jenkins site when looking for updates.
-
View User Profile
-
Send Message
Posted Sep 3, 2013I'm getting this error, but only sometimes, when I startup my server.
Error: http://pastebin.com/UqkkXqGk
-
View User Profile
-
Send Message
Posted Sep 3, 2013@Zilacon
I was able to visit Jenkins a moment ago and download build #886 (August 26, 2013), but the site seems to be very unresponsive and times-out a lot (which probably is the reason why it shows an error on startup):
-
View User Profile
-
Send Message
Posted Sep 3, 2013@Zilacon
The latest version is 1.6.2 The plugin itself works perfectly and I dont think they're planning on adding anything else to it, just update the lockable items (eg. when hoppers are added) or update the plugin when the Bukkit API is changed
They dont need to update it every week, just when minecraft adds a new storage block or when Bukkit changes the API
:)
-
View User Profile
-
Send Message
Posted Sep 3, 2013Is it me or does this project seem abandoned?
Last update on DEVBukkit in Jul 11th and the LWC Development server (jenkins) has been offline for about a couple months now...
I check the Jenkins site about once every week to see if they released a new update, but nothing.
-
View User Profile
-
Send Message
Posted Sep 2, 2013@TBotV63
i just had to get the latest ver.
-
View User Profile
-
Send Message
Posted Sep 2, 2013@de4ek @Farbmond @Vivi_Coral
There seems to be something wrong with the updater. Also, the sql error probably occur s when connecting to the database.
-
View User Profile
-
Send Message
Posted Sep 2, 2013@lukaszfr
Either don't let them place chests, or look for another plugin. This one might be able to help you, but I'm not sure.
http://dev.bukkit.org/bukkit-plugins/taxfreeregion/
-
View User Profile
-
Send Message
Posted Sep 1, 2013Is anyone else having trouble with /cpublic or /cremove? No matter what I do, I can't make a community chest (for signs or book and quill).
-
View User Profile
-
Send Message
Posted Sep 1, 2013Is there possibility to block LWC for the region? I have mines which restart automaticly and 50% of the blocks are protected becouse players are playcing chests etc
-
View User Profile
-
Send Message
Posted Sep 1, 2013I'm new to this... just want to make sure i'm on the right path. i've not set anything yet, but thought i should find out what this means. something about the file being to short. any help would be awesome!
http://pastebin.com/ed2NtKFw
edit: i found the latest version... works now..
-
View User Profile
-
Send Message
Posted Sep 1, 2013The same here:
2013-09-01 17:17:43 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin LWC v4.4.0 (b881) (July 11, 2013) generated an exception while executing task 9 at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.griefcraft.util.Updater$1.run(Updater.java:81) at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more
-
View User Profile
-
Send Message
Posted Sep 1, 2013@howy7214
I can confirm this error:
2013-09-01 14:24:12 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin LWC v4.4.0 (b881) (July 11, 2013) generated an exception while executing task 9
at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
at com.griefcraft.util.Updater$1.run(Updater.java:81)
at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more
-
View User Profile
-
Send Message
Posted Sep 1, 2013Please help my server TPS drop when i created or remove a protection any solution please
-
View User Profile
-
Send Message
Posted Aug 30, 2013Im trying to change the price to place a chest I also want them to get 1 free chest but when i change it in the .yml i place a chest and it just says i created a private chest does it say that because im OP or did i put something in wrong?
-
View User Profile
-
Send Message
Posted Aug 30, 2013I am getting this error
2013-08-30 23:03:34 [SEVERE] Exception in thread "pool-1-thread-1768"
2013-08-30 23:03:34 [SEVERE] org.apache.commons.lang.UnhandledException Plugin LWC v4.4.0 (b881) (July 11, 2013) generated an exception while executing task 6
at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.griefcraft.scripting.ModuleException com.mysql.jdbc.exceptions.jdbc4.CommunicationsException Communications link failure
The last packet successfully received from the server was 2,186,251 milliseconds ago. The last packet sent successfully to the server was 2,135,247 milliseconds ago.
at com.griefcraft.sql.Database.printException(Database.java:199)
at com.griefcraft.sql.PhysDB.fetch(PhysDB.java:126)
at com.griefcraft.sql.PhysDB.getProtectionCount(PhysDB.java:146)
at com.griefcraft.lwc.LWC$2.getValue(LWC.java:1469)
at com.griefcraft.util.Metrics.postPlugin(Metrics.java:393)
at com.griefcraft.util.Metrics.access$400(Metrics.java:57)
at com.griefcraft.util.Metrics$1.run(Metrics.java:223)
at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException Communications link failure
The last packet successfully received from the server was 2,186,251 milliseconds ago. The last packet sent successfully to the server was 2,135,247 milliseconds ago.
at sun.reflect.GeneratedConstructorAccessor254.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
at com.griefcraft.sql.PhysDB.fetch(PhysDB.java:116)
... 10 more
Caused by: java.net.SocketException Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
... 16 more
-
View User Profile
-
Send Message
Posted Aug 30, 2013Is there a command that can delete the unactive protection at specific time?
i wan to remove the unactive data but not all ..
-
View User Profile
-
Send Message
Posted Aug 29, 2013For those of you with lag issues, I tried KodekPL's fixed version and it fixed the problem for me.
Link to his/her comment: http://dev.bukkit.org/bukkit-plugins/lwc/?page=10#c1927
-
View User Profile
-
Send Message
Posted Aug 29, 2013wtf... why??? see!
Amazing Lag with LWC
-
View User Profile
-
Send Message
Posted Aug 29, 2013@Hidendra
Thanks for this one! http://ci.griefcraft.com/job/LWC/884/
@NinjaAssassin864
What the damn are you talking about? Plots? that's not part of minecraft nor bukkit.. There are more than one of theese plugins, what protections plugin are you using?