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 Apr 12, 2012@AwesomeVideos300
@F4BSE
Nothing wrong with the spacing - it's not gonna make much of a difference to the way the plugin functions as long as it's still YML compatible.
LWC is having issues at the moment, permissions and config flags seems to be totally ignored.
-
View User Profile
-
Send Message
Posted Apr 12, 2012@F4BSE
I can tell you one thing, your permissions.yml's spacing is bad. It should be spaced like this:
http://pastie.org/3775772
-
View User Profile
-
Send Message
Posted Apr 12, 2012Why the plugin keep protecting the signs automatically even if I turn off the autoRegister in the config file??
It really piss me off :( Here's (part of) my config
***********
protections:
denyRedstone: true
autoRegister: off
***********
blocks:
chest:
enabled: true
furnace:
enabled: true
dispenser:
enabled: true
sign:
enabled: true
***********
-
View User Profile
-
Send Message
Posted Apr 12, 2012I have a Problem. I use PermissionsPEX and I gave my user group the permissions "lwc.protect". But the barbar group can use the "lwc.protect permissions" too. Why?
This is my config from permissionsPEX:
-
View User Profile
-
Send Message
Posted Apr 11, 2012There a way to get LWC to protect the pressureplates and buttons tied to locked doors?
-
View User Profile
-
Send Message
Posted Apr 11, 2012@strontkever edit... my fault: i was using a dev build, theres probably a new permissions in it
-
View User Profile
-
Send Message
Posted Apr 11, 2012hi guys, suddenly the shownotices dont work anymore for all players, except for me, i got * permission i've tried changing lwc.protect to the nodes containing them, no avail the shownotices is still on in the core.. im using pex anyone knows whats going on?
-
View User Profile
-
Send Message
Posted Apr 10, 2012New Feature Request: Can we have an 'ignoreWorlds []' option so that my factions world does not have any auto protected chests.
-
View User Profile
-
Send Message
Posted Apr 9, 2012Alright, I've browsed through the messages here to see if I could find an answer to my problem, and it doesn't look like there is one.
I'm running the newest build of LWC, and I've tried changing the core.yml file so that locked doors cannot be opened with redstone. I've tried running true, with /credstone on and off, then I've tried running false, with /credstone on and off. Every variation that I have tried still allows a door to be opened with a redstone torch.
I don't know if this matters, but I"m using WorldGuard, WorldEdit, Commandbook, and running CB 1.2.4.
-
View User Profile
-
Send Message
Posted Apr 9, 2012@Sharpy310
You need to learn to read URGENTLY.
-
View User Profile
-
Send Message
Posted Apr 9, 2012last night had loaded up Dynamic Economy and my server would like kick everyone and looked like it was online to me but it wasn't accessible. Bukkit Gui is what i was running. today here is the errors i got. wonder what this means?
4/9/2012 12:02:15 PM [INFO] [Metrics] {0}
4/9/2012 12:11:54 PM [SEVERE] [Metrics] Server returned HTTP response code: 503 for URL: http://metrics.griefcraft.com/report/ChestShop
4/9/2012 12:11:54 PM [INFO] [Metrics] {0}
4/9/2012 12:11:57 PM [INFO] [Metrics] Server returned HTTP response code: 503 for URL: http://metrics.griefcraft.com/report/LWC
-
View User Profile
-
Send Message
Posted Apr 9, 2012could you had some more protections to items that people can do the /cprivate cmd (like Buttons, Pressure Plates - both of them - ;enchantment table; brewing stand, etc) because even when I put, e.g., the button on the Core File, ingame I can't protect it or even "autoRegister" it. So plz think about adding some new protections plz. It can make server protection even better ;)
-
View User Profile
-
Send Message
Posted Apr 9, 2012Is this updated to 1.2.5R1.0? I'm using LWC version 4.1.1 on craftbukkit 1.2.5R1.0 and am getting this error? I'm getting the same error on start-up.
[SEVERE] Error occurred while disabling LWC v4.1.1 (b645-git-b24cc99e) (Is it up to date?) java.lang.NullPointerException at com.griefcraft.lwc.LWC.destruct(LWC.java:541) at com.griefcraft.lwc.LWCPlugin.onDisable(LWCPlugin.java:220) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:362) at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:399) at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:392) at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:245) at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:399) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:479) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
View User Profile
-
Send Message
Posted Apr 9, 2012http:www.youtube.com/watch?v=cwSCmGU_ODI
You need to fix this URGENTLY
-
View User Profile
-
Send Message
Posted Apr 8, 2012@NmExHunTeRzDev
just turn off the magnet feature....simple
-
View User Profile
-
Send Message
Posted Apr 8, 2012URGENT DEV READ
Please Fix the dupilcation glitch its to do with LWC when a line of water runs into the chest there are about thousand videos on youtube, I've had to switch to Lockette until you guys fix it.
Thanks.
-
View User Profile
-
Send Message
Posted Apr 7, 2012@Damimad Have you not thought that maybe some of us have changed our files already to show FALSE anyway? I don't want this to show at all to ops. Even on my own chests and stuff.
That is the coding currently in my file...So your comments don't help, and the coding I have is not working eventhough it is right.
-
View User Profile
-
Send Message
Posted Apr 7, 2012@Bear809
core: locale: en flushInterval: 10 cacheSize: 10000 showNotices: true showMyNotices: false
-
View User Profile
-
Send Message
Posted Apr 7, 2012@Drake63628
Have you not red CORE? core: locale: en flushInterval: 10 cacheSize: 10000 showNotices: true showMyNotices: false
-
View User Profile
-
Send Message
Posted Apr 7, 2012I'm having the same issue described by @F4BSE