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 Dec 29, 2013I don't understand how limitsv2 works. I have it set like this :
And the group "isa" still have a limit of 3 protections. Any idea? Also, /lwc debug doesn't list my groups. Only default. I'm using PermissionsBukkit.
-
View User Profile
-
Send Message
Posted Dec 27, 2013Where is Dev. Builds? Only LWC5, Forge and Eco....
-
View User Profile
-
Send Message
Posted Dec 27, 2013Can you add a plugin reload command? >for all the config files (core, doors, etc)
-
View User Profile
-
Send Message
Posted Dec 27, 2013I have a question about how exactly LWC works. From my understanding, LWC only has chests that are flagged with a protection of any sorts (/cpublic, /cprivate, etc.) in its database. However, one of the server owners on a server that of which I play on states that LWC actually logs every single chest, flagged with a protection or not, to record the chest owner, its lock status, and any other properties. Is this truly how the plugin works?
-
View User Profile
-
Send Message
Posted Dec 27, 2013@TwiztedIndian
That's weird as it works just fine on my server and has done for over a year. You need to also remember it will only work on doors and trap doors that are locked so either get your players to lock any doors or set the plugin up to auto lock them on placement and that should do the trick for you.
-
View User Profile
-
Send Message
Posted Dec 26, 2013@M3DDLER
I tried that already and it does not seem to be working. If I manually flag a door as autoclose it works but they are not getting the flag by default.
-
View User Profile
-
Send Message
Posted Dec 26, 2013@NewBestACS
Take a look at: http://dev.bukkit.org/bukkit-plugins/perworldplugins/
-
View User Profile
-
Send Message
Posted Dec 26, 2013@NewBestACS
Or, how should I disable lwc in a world? (I wanted to disable it in the global region)
-
View User Profile
-
Send Message
Posted Dec 26, 2013What is the flag for worldguard to disable lwc protections in a region? I forgot it...
-
View User Profile
-
Send Message
Posted Dec 26, 2013@TwiztedIndian
You can do this anyway by editing the doors.yml
Make sure you have it set like this
action: openAndClose
interval: 3
(The amount of seconds after opening a door for it to close. No effect if openAndClose name is not being used.)
-
View User Profile
-
Send Message
Posted Dec 25, 2013Is it possible to have doors (including trap doors)automatically flagged "autoclose" when they are created?
-
View User Profile
-
Send Message
Posted Dec 25, 2013Anyone else having users access locked chests without their perms. Not everyone, belive it was a hacker.
-
View User Profile
-
Send Message
Posted Dec 25, 2013I'm having a rather serious issue using the 4.4.0 Build... http://forums.bukkit.org/threads/urgent-lwc-players-can-still-steal.210506/
-
View User Profile
-
Send Message
Posted Dec 25, 2013@MetalGearDaner
all have this problem. Try dev build from jenkins server. (maybe Hidendra fix it)
-
View User Profile
-
Send Message
Posted Dec 24, 2013@AlphaFarer
I have the same problem.
-
View User Profile
-
Send Message
Posted Dec 22, 2013please 1.7-2
-
View User Profile
-
Send Message
Posted Dec 22, 2013Not good, not good..
-
View User Profile
-
Send Message
Posted Dec 20, 2013@Mixon87
What build are you using?
-
View User Profile
-
Send Message
Posted Dec 18, 2013How can I get the iConomy.yml?
-
View User Profile
-
Send Message
Posted Dec 18, 2013You may add WorldEdit support, so If somebody delete or modify a region
with //set air or something else it will remove the protections there.