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 24, 2012Hi I've got a problem when I place a chest it automatically protects it but I don't want it to do that is there a way of turning it off but still being to use the command /cprivate And not deleting other protections
-
View User Profile
-
Send Message
Posted Dec 24, 2012hi :)
my server is 1.4.6, and LWC work good, user can't break signs, chest... but when user break a block containing sign, block containing a sign, break including sign... please fix it :)
thanks.
-
View User Profile
-
Send Message
Posted Dec 24, 2012Hi, with the latest #799 Version I get some errors
http://pastebin.com/eVbrMN9Z
-
View User Profile
-
Send Message
Posted Dec 23, 2012I can't figure out how to get doors auto closing to work, I have it so that all doors auto create to public, and the flags permission doesn't seem to do anything. In the doors.yml I have iron doors disabled, double doors set to true, actions are openAndClose and the interval is 10
Am I missing something?
-
View User Profile
-
Send Message
Posted Dec 23, 2012Mr. Hidendra, LWC works fine with 1.4.6. :)
I have one issue that I've had for a long time now (since 1.2.5). Donation chests do not work. I mark a chest with /cdonation but it acts like a /cpublic. Anyone can read and write to it instead of being read-only. Is this a bug or am I doing something wrong? Thanks!
-
View User Profile
-
Send Message
Posted Dec 22, 2012@Hidendra
Which version is working for 1.4.6? The latest dev build?
-
View User Profile
-
Send Message
Posted Dec 22, 2012@RAF80
I'm no expert, but maybe it's because LWC isnt updated for CB 1.4.6 yet?
Speaking of 1.4.6, do you have an estimate of when you'll have one available for the 1.4.6-R0.1 beta build? LWC is currently the only plugin for me not updated, and I dont want to upgrade unless I know it doesn't ruin anything.
-
View User Profile
-
Send Message
Posted Dec 22, 2012[WARNUNG] [LWC] Task #6 for LWC v4.3.1 (b797-git-MANUAL) (December 16, 2012) generated an exception com.griefcraft.scripting.ModuleException: java.lang.NullPointerException at com.griefcraft.sql.Database.printException(Database.java:142) at com.griefcraft.sql.PhysDB.loadProtection(PhysDB.java:1001) at com.griefcraft.modules.flag.MagnetModule$MagnetRefreshTask.run(MagnetModule.java:158) at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:530) at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494) at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.NullPointerException at com.griefcraft.sql.Database.prepare(Database.java:313) at com.griefcraft.sql.Database.prepare(Database.java:295) at com.griefcraft.sql.PhysDB.loadProtection(PhysDB.java:989) ... 8 more
-
View User Profile
-
Send Message
Posted Dec 22, 2012@travja
you'll want to use the latest dev builds. in core.yml you'll need to add the entity you want to protect (item_frame or storage_minecart) where the other protections are
-
View User Profile
-
Send Message
Posted Dec 22, 2012Any idea when you will have a working build with entity protection?
-
View User Profile
-
Send Message
Posted Dec 22, 2012RE: 1.4.6 LWC seems to be working a-ok for me on the beta build, still doing final testing on the latest dev builds before I release an update just incase there are other issues.
@Zilacon
rename lwc.db to something else
@Wolf314151
LWC doesn't touch any furnace related events have you confirmed it is actually LWC?
@zachup100
the error he is receiving is in no way related to the build of bukkit. LWC does not use NMS / OBC calls so the minecraft version is not relevent :-)
-
View User Profile
-
Send Message
Posted Dec 22, 2012@zachup100
Works for me and I am using a Beta Build of craftbukkit
-
View User Profile
-
Send Message
Posted Dec 22, 2012@Zilacon
You are using a Bukkit Plugin for 1.4.2-1.4.5, Not updated to 1.4.6. Thats why its not working.
-
View User Profile
-
Send Message
Posted Dec 22, 2012Need a new version for 1.4.6!!! getting http response code 502 error!!
-
View User Profile
-
Send Message
Posted Dec 22, 2012It does this every time i reload/start the server and its stupid because all the information from the lwc.db is already in the database! How do i stop it from doing this!?
Its crashing my server (Read Timeout) for about 5 minutes everytime i reload/stop/start the server.
Also im getting this error:
Everytime i try to lock something i get this: http://prntscr.com/mw6fp
-
View User Profile
-
Send Message
Posted Dec 21, 2012Two issues one I'm unable to protect blocks (just chest, doors, etc.). And i'm able to make a furnace infinity fueled using a lava bucket, pretty sure that's caused by this mod. I'm talking infinite, not just the game's long period of time
-
View User Profile
-
Send Message
Posted Dec 21, 2012@mbcx2
Getting that error & BLOCK_BREAK on my end too...
-
View User Profile
-
Send Message
Posted Dec 19, 2012@mbcx2: well, it seems that problem was different, but somehow reinstall of the plugin worked for me
-
View User Profile
-
Send Message
Posted Dec 19, 2012Can someone send me a pic of your group list just for reference please?
-
View User Profile
-
Send Message
Posted Dec 18, 2012@Yasiek