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 Feb 21, 2012There are no messages who locked the chests. How to fix this
-
View User Profile
-
Send Message
Posted Feb 20, 2012So the new R5 is coming out soon... Are we going to see an update? or is this already running the new code?
-
View User Profile
-
Send Message
Posted Feb 20, 2012@AgentME
"I've had several chests spontaneously lose protection over some time today. Each time I get this error in the console:"
I'm seeing this too. I have 8 entries since the 18th >.>
4.0.9 b630
@kdb42394
I think this was fixed in build 630 ( http://ci.griefcraft.com/job/LWC/ ). However, the issue above may also be in that build so you may want to wait until we get confirmation.
-
View User Profile
-
Send Message
Posted Feb 20, 2012The next recommended build is for Minecraft 1.2, R5, and I and everyone who uses this plugin will greatly appreciate it if you can get a head start on the plugin so it's update to support the new revision when Minecraft 1.2 is officially released along with Bukkit R5..
-
View User Profile
-
Send Message
Posted Feb 20, 2012Hello, I cannot make it so that owner notices are sent to admins and mods anymore. Normal people now see who owns the chest when they try to open one, but mods/admins do not see anything. I tried adding the lwc.shownotices permission, but nothing happened. I know I can use /cinfo, but it was just nicer to have it auto display when opening a chest. Anyone know a way to fix this? Thanks
-
View User Profile
-
Send Message
Posted Feb 19, 2012I've had several chests spontaneously lose protection over some time today. Each time I get this error in the console:
02:34:19 [INFO] Removing corrupted protection: Private Chest§f §2Id=151 Owner=crypto1324 Location=[world -765,79,-1752] Created=2011-12-24 04:29:00.08 Flags= LastAccessed=7 minutes 35 seconds ago
I posted this in the github issue tracker too but it doesn't seem consistently active there.
-
View User Profile
-
Send Message
Posted Feb 19, 2012bergerkiller said: "LWC spent a staggering 8 ms on a redstone event (I suppose when toggling a door?) If this is the case, someone could easily cause a lot of lag by spam-right-clicking a door really fast for a long time..."
could you hook into it?
-
View User Profile
-
Send Message
Posted Feb 18, 2012I am translating my lwc to portuguese and i chage a couple of sentences but i am having a prblem wirth one wich use the %owner% tag .
in en is : %red%This %block% is locked with a magical spell
and i chage for:%white% Bloco: %yellow%%block% %white%Dono: %yellow%%owner%
and in the chat of minecraft show:
Bloco: Wool Dono: %owner%
i dont know why it is showing me thw %owner%
help me please
-
View User Profile
-
Send Message
Posted Feb 18, 2012Why are chests autoregistered to private when I set it to off? Did I miss something?
CB 1.1-R3, LWC 4.0.9
-
View User Profile
-
Send Message
Posted Feb 18, 2012What does this mean? I am on the latest RB of bukkit.
2012-02-18 13:08:58 [WARNING] Task of 'LWC' generated an exception com.griefcraft.scripting.ModuleException: com.griefcraft.scripting.ModuleException: java.sql.SQLException: [SQLITE_BUSY] The database file is locked (database is locked) at com.griefcraft.sql.Database.printException(Database.java:192) at com.griefcraft.sql.PhysDB.loadProtections(PhysDB.java:946) at com.griefcraft.modules.flag.MagnetModule$MagnetTask.run(MagnetModule.java:129) at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:503) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435) at net.minecraft.server.ThreadServerApplication.run(SourceFile:465) Caused by: com.griefcraft.scripting.ModuleException: java.sql.SQLException: [SQLITE_BUSY] The database file is locked (database is locked) at com.griefcraft.sql.Database.printException(Database.java:192) at com.griefcraft.sql.PhysDB.resolveProtections(PhysDB.java:797) at com.griefcraft.sql.PhysDB.loadProtections(PhysDB.java:944) ... 5 more Caused by: java.sql.SQLException: [SQLITE_BUSY] The database file is locked (database is locked) at org.sqlite.DB.newSQLException(DB.java:383) at org.sqlite.DB.newSQLException(DB.java:387) at org.sqlite.DB.execute(DB.java:339) at org.sqlite.PrepStmt.executeQuery(PrepStmt.java:75) at com.griefcraft.sql.PhysDB.resolveProtections(PhysDB.java:794) ... 6 more
-
View User Profile
-
Send Message
Posted Feb 17, 2012@Hidendra
the lwc.shownotices does nothing, no mod or admin can see notices AT ALL anymore. Must use /cinfo which is very annoying. Was nice when we were able to use the world guard string right click to get lwc notices, what ever happen to that?
-
View User Profile
-
Send Message
Posted Feb 17, 2012Since today (I have updated CommandBin) I dont get any message if I open locked chests, dispenser etc. And if I want to open locked things but dont have permissiosn I get the default message AND That private <name> is locked by <name> I have CommandBin downgraded but its still the same. Can you help me?
-
View User Profile
-
Send Message
Posted Feb 16, 2012@Hidendra - possible to use the new metric system in vault?
-
View User Profile
-
Send Message
Posted Feb 16, 2012Nvm its fixed in a dev build :)
Thx
-
View User Profile
-
Send Message
Posted Feb 16, 2012I am having some issues with the lwc.shownotices node. I have applied it to the staff on the server I am on but they can still not see the notices. My self being op I can also not see them. The other weird part is that the members of the server can see them even without the permissions node.
-
View User Profile
-
Send Message
Posted Feb 16, 2012@Hidendra
It will be great if I could set permissions like lwc.mod.wooden_door, lwc.mod.button etc. I want to give my mods ability to open doors, interact with buttons, levers but should not be able to open chests.
-
View User Profile
-
Send Message
Posted Feb 16, 2012@Baffu
Update LWC and read this http://forums.bukkit.org/threads/60178/
-
View User Profile
-
Send Message
Posted Feb 16, 2012Over night 2+ hackers managed to remove all lwc protections. They had no permissions, any idea how this may have happened?
-
View User Profile
-
Send Message
Posted Feb 15, 2012The latest build makes admin notices showable if you give yourself the
lwc.shownoticespermission node :) -http://ci.griefcraft.com/job/LWC/626/
-
View User Profile
-
Send Message
Posted Feb 15, 2012Hi!
We have the same problem like Hangar... We are on CB 1938 (RB), too.
Thanks for help!
dasMaeusel