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 May 11, 2013hey is this a bug?
player can pass the lock by using plate/lever,etc ? please check this vid @ 03:04 http://www.youtube.com/watch?v=8exwjrJunTE
-
View User Profile
-
Send Message
Posted May 10, 2013@Hta2k88
Works for me ok. There few little bugs but you wont notice the same.
-
View User Profile
-
Send Message
Posted May 9, 2013Will this work with 1.5.2 ?
-
View User Profile
-
Send Message
Posted May 9, 2013There is a problem where when you put something down and is protected to you it ends up being someone elses... It says you put it down but belongs to someone else. I dont know if it is just because we are using tekkit. But will you please patch it. -thanks sman4321
-
View User Profile
-
Send Message
Posted May 9, 2013Hi Hidendra,
I wish there would be an configurable item like the wand item in WorldEdit, So that I don't have to type /cinfo to get information about a protection and also an item to look into to a protected chest, furnace and so on.
What do you think about it?
-
View User Profile
-
Send Message
Posted May 9, 2013@SpryLife
/cinfo
-
View User Profile
-
Send Message
Posted May 8, 2013There needs to be a command to check who owns a protection. Maybe something like /lwc admin who or something like that. There are certain situations in which I really need this.
-
View User Profile
-
Send Message
Posted May 8, 2013I want LWC to auto protect chests and such when a player places them down. I have multiple worlds and I'm using PEX so I added the node lwc.protect to my survival world. In the LWC config I set "autoRegister: true" so auto registering chests should work, but it doesn't even after I restarted the server. Players can place chests and then do /cprivate and that all works fine, but it just doesn't auto register chests when they are placed.
Does anyone have any ideas on how to fix this issue?
-
View User Profile
-
Send Message
Posted May 8, 2013Need help Please I'm getting alot of this in my server log:
2013-05-08 19:04:14 [SEVERE] Could not pass event PlayerInteractEvent to LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012) org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:160) at ir.a(ItemInWorldManager.java:539) at iv.a(NetServerHandler.java:906) at fk.a(Packet15Place.java:79) at cg.b(TcpConnection.java:467) at iv.d(NetServerHandler.java:220) at iw.b(NetworkListenThread.java:57) at ht.b(DedicatedServerListenThread.java:34) at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:981) at ho.r(DedicatedServer.java:309) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:857) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:744) at fy.run(ThreadMinecraftServer.java:16) Caused by: java.lang.ArrayIndexOutOfBoundsException: 23 at java.util.JumboEnumSet.contains(JumboEnumSet.java:184) at com.griefcraft.listeners.LWCPlayerListener.onPlayerInteract(Unknown Source) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361) ... 16 more
-
View User Profile
-
Send Message
Posted May 8, 2013Bukkit build #2772 LWC build b865
http://pastebin.com/b78y3ugD
Are those timings normal? That's after about 4.5 hours of uptime. Over an hour and a half of processor time? That just doesn't seem right...
-
View User Profile
-
Send Message
Posted May 8, 2013Im trying to get lwc to protect player heads but its not working
using config.yml i added
'397/3': autoRegister: public enabled: true
I even tried with just 397 and head with no luck. All other blocks work.
-
View User Profile
-
Send Message
Posted May 8, 2013Is this Version for 1.5.3 too?
-
View User Profile
-
Send Message
Posted May 8, 2013I'm having a small issue lately, if I allow clicking iron doors, every doors can be opened by lef clicking it (even locked one) this allow everybody to enter anywhere. If I disable it, double doors stop working :(
anyone else experienced this? anyway to fix it? thanks :)
-
View User Profile
-
Send Message
Posted May 8, 2013@JustinFatalx
I believe the "placement of hoppers under lwc protected chest" isnt fixed? It still allows items through and Im using the latest beta 3 build (4.3.2)?
It really is a big issue that needs to be addressed.
Thanks for the great plugin, keep up the hard work!
-
View User Profile
-
Send Message
Posted May 7, 2013@NLPhantom97
Yes this was already fixed. But there is another issue where if you put rails under a chest and push a minecart hopper under the chest it will remove the stuff.
-
View User Profile
-
Send Message
Posted May 5, 2013Does anyone know how to lock hoppers?
-
View User Profile
-
Send Message
Posted May 5, 2013Permissions not working with http://dev.bukkit.org/server-mods/permbukkit/
Everybody has 'lwc.protect' permissions
i try this, but not is working:
lwc.protect.*: false
lwc.protect: false
lwc.*: false
lwc: false
lwc.deny: true
working:
lwc.admin: true
2013-05-05 14:22:03 [INFO] Starting minecraft server version 1.5.2
2013-05-05 14:22:03 [INFO] Loading properties
2013-05-05 14:22:03 [INFO] Default game type: SURVIVAL
2013-05-05 14:22:03 [INFO] Generating keypair
2013-05-05 14:22:04 [INFO] Starting Minecraft server on *:25565
2013-05-05 14:22:04 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R0.1-1-g53734d2-b2772jnks (MC: 1.5.2) (Implementing API version 1.5.2-R0.2-SNAPSHOT)
...
2013-05-05 14:22:04 [INFO] [PermissionsBukkit] Loading PermissionsBukkit v2.0
...
2013-05-05 14:22:04 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-05-05 14:22:04 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2013-05-05 14:22:04 [INFO] [LWC] Permissions API: §4BukkitPermissions
2013-05-05 14:22:04 [INFO] [LWC] Currency API: §4NoCurrency
2013-05-05 14:22:04 [INFO] [LWC] Connecting to SQLite
2013-05-05 14:22:04 [INFO] [LWC] Performing any necessary database updates
2013-05-05 14:22:04 [INFO] [LWC] Using database: Native
2013-05-05 14:22:04 [INFO] [LWC] Precached 22 protections
...
also with LWC 4.3.2 Beta 3
Edit:
and also LWC v4.4.0 #867
-
View User Profile
-
Send Message
Posted May 4, 2013Experiencing huge lag spikes: http://aikar.co/timings.php?url=5633600
-
View User Profile
-
Send Message
Posted May 4, 2013Hello,
Someone on my server found a way to get items from a locked chest. It is not a bug from LWC, but it would be nice if it gets fixed..
Just place a Hopper beneath the locked chest. And boom, just wait, and steal from others..
Edit: Please PM me if this is already fixed in the earlier versions of LWC, 'cause I'm not using the latest version.
-
View User Profile
-
Send Message
Posted May 4, 2013<3 LWC!