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 Aug 4, 2012For any out there getting the wait_timeout error with SQL, I found and tested a workaround: set wait-timeout to 1000000 seconds. You may need to ask your service provider to run this command for you (requires SUPER privilege).
MySQL sets wait_timeout to the default value of 28800 (8 hours) if not specified in my.cnf/my.ini/the command line. LWC appears to leave a database connection open which starts the countdown after startup or any LWC use. If the countdown reaches 0 (i.e., 8 or more hours pass) and then someone places a chest (or otherwise invokes LWC?), the wait_timeout error is thrown as often as every 20 seconds and LWC no longer works, requiring a restart.
Hidendra: would you like this information submitted as an issue on github, or is this enough?
-
View User Profile
-
Send Message
Posted Aug 4, 2012For some reason LWC ignores the showMyNotices option and always shows me a message when I use something that is locked by me.
-
View User Profile
-
Send Message
Posted Aug 4, 2012I have a bug with the 4.2 version :
On some blocks (door, fence gate...), i can't open with a right click, it's strange
-
View User Profile
-
Send Message
Posted Aug 3, 2012Many chat listener updates, LWC and many other plugins require a update. Please push a update.
-
View User Profile
-
Send Message
Posted Aug 3, 2012@Spezialeinheit
like half the mods on my server break if i try to use a build higher than build #2283
-
View User Profile
-
Send Message
Posted Aug 3, 2012With Dev Bukkit #2288:
-
View User Profile
-
Send Message
Posted Aug 3, 2012i was having horrible lag with lwc removed it no lag i think lwc dont play nice with 1.3
-
View User Profile
-
Send Message
Posted Aug 2, 2012@Hidendra
ty for that :)
-
View User Profile
-
Send Message
Posted Aug 2, 2012indeed, like @LeakCraft said LWC works fine with ender chests. if you wanted to use the literal name you could also use ender_chest e.g
-
View User Profile
-
Send Message
Posted Aug 2, 2012@MidnightAcee
Just add the Ender Chest ID under core.yml. The end result will look something similar to this:
The 130 being the EnderChest.
-
View User Profile
-
Send Message
Posted Aug 1, 2012Will you be able to update it for 1.3 for the ender chests? ^^
-
View User Profile
-
Send Message
Posted Jul 31, 2012I added the stuff to make a brewing stand lockable. But it still can't be left or right clicked to put the lock on it, It just opens the GUI on the client.
I have the same problems with levers and buttons.
-
View User Profile
-
Send Message
Posted Jul 31, 2012-
View User Profile
-
Send Message
Posted Jul 30, 2012Looks like players can left click doors to open...
-
View User Profile
-
Send Message
Posted Jul 30, 2012@spydercanopus
no. they will have to replace everything again to gain protection.
-
View User Profile
-
Send Message
Posted Jul 29, 2012I'd like to switch our server from Lockette to LWC. Is there a way to do this without everyone losing their locks?
-
View User Profile
-
Send Message
Posted Jul 29, 2012Hey I just got LWC and for some reason when a chest is locked it displays the message "This has been locked by a magical spell" however you are still able to open the chest.
Please help -Thanks
-
View User Profile
-
Send Message
Posted Jul 27, 2012@insers
Yes, in core.yml
-
View User Profile
-
Send Message
Posted Jul 27, 2012is there a way to lock chest from tekkit? (copper, iron gold diamond etc chests.
-
View User Profile
-
Send Message
Posted Jul 27, 2012@Riverdon
Just use the command /lwc admin cleanup LWC will then automatically remove all invalid protections.