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 Aug 26, 2012@Ceiu
I can't reproduce it on the latest CB dev build - how fast are you throwing items?
-
View User Profile
-
Send Message
Posted Aug 26, 2012@Harrison_TOM
The official minecraft servers DO NOT allow multicase names. CraftBukkit also treats names as case insensitive - why are you trying to have player names that have different casing?
@Nikz11
Take a look at the wiki - https://github.com/Hidendra/LWC/wiki/Protection-Flags
@fungreenfox
Not possible at the moment, do players accidentally break their chests? That seems like something that would be hard to do no? :(
@fueller_vboxing
neat idea for a future version but alas 'tis not possible at the moment!
@Master__Jonny
should now be fixed in #743 - http://ci.griefcraft.com/job/LWC/743/
@Ceiu
Sounds likely. Does decreasing the `perSweep` value help at all (which would make picking up items slower)
-
View User Profile
-
Send Message
Posted Aug 26, 2012@Ceiu
oh god i hope not
-
View User Profile
-
Send Message
Posted Aug 26, 2012There's a duplication bug in 4.3.0 with magnet mode:
- Place chest and set protection to private if not done already (may not be necessary, but was done in our reproduction tests).
- Enable magnet mode on chest
- Step away from chest and use "throw item" to throw items at the chest from a distance.
When throwing like items, every 64 thrown would result it 66 items sucked up. My assumption, without looking at any code, is that the new auto combining of like-entities is causing problems with the magnet code -- probably just yet another race condition in bukkit.
-
View User Profile
-
Send Message
Posted Aug 26, 2012Nothing too major but any idea what maybe throwing this at me
-
View User Profile
-
Send Message
Posted Aug 26, 2012highly recommand your plugin has to split the lower word and upper word. or sometime, the account is TOM and Tom. the TOM' lock, Tom also could open. the TOM and Tom is different person.
-
View User Profile
-
Send Message
Posted Aug 26, 2012Anyone tell the permission node for using the magnetic chest thing feature? Is there one? If there isnt. I think it should be a permission node.
-
View User Profile
-
Send Message
Posted Aug 26, 2012How do i set LWC not to throw inventar on the ground, when a chest is broken by the owner, letting random ppl picking it up from the ground?
-
View User Profile
-
Send Message
Posted Aug 26, 2012Hi, is there a way to only allow the protection of Doors and Chest in one world and Doors, Signs, Chest, Furnances... in all other worlds? Plugins we use are PermissionEX and LWC V4.3
- fueller
-
View User Profile
-
Send Message
Posted Aug 25, 2012Hidendra please take a look at this!
Issue thread on Github: https://github.com/Hidendra/LWC/issues/381
When placing protected redstone near powered torch or repeater.. this following error occurs:
####2012-08-16 20:13:38 [SEVERE] Could not pass event BlockRedstoneEvent to LWC org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332) 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 net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:116) at net.minecraft.server.BlockRedstoneWire.l(BlockRedstoneWire.java:46) at net.minecraft.server.BlockRedstoneWire.remove(BlockRedstoneWire.java:246) at net.minecraft.server.Chunk.a(Chunk.java:392) at net.minecraft.server.Chunk.a(Chunk.java:353) at net.minecraft.server.World.setRawTypeId(World.java:270) at net.minecraft.server.World.setTypeId(World.java:342) at org.bukkit.craftbukkit.block.CraftBlock.setTypeId(CraftBlock.java:92) at org.bukkit.craftbukkit.block.CraftBlockState.update(CraftBlockState.java:121) at net.minecraft.server.ItemRedstone.interactWith(ItemRedstone.java:56) at net.minecraft.server.ItemStack.placeItem(ItemStack.java:84) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:347) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:649) at net.minecraft.server.Packet15Place.handle(SourceFile:58) at net.minecraft.server.NetworkManager.b(NetworkManager.java:281) at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109) at net.minecraft.server.ServerConnection.b(SourceFile:35) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: com.griefcraft.scripting.ModuleException: LWC Module threw an uncaught exception! LWC version: 4.3.0 (b736) at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:359) at com.griefcraft.listeners.LWCBlockListener.onBlockRedstoneChange(LWCBlockListener.java:90) at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330) ... 26 more Caused by: java.lang.NullPointerException at com.griefcraft.modules.redstone.RedstoneModule.onRedstone(RedstoneModule.java:52) at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:353) ... 31 more
-
View User Profile
-
Send Message
Posted Aug 25, 2012i keep Getting the Spam chat When i open a Door Mine I get
This Door Is lock By You/ This chest is lock by You/ This sign is lock By you/ This iron door is locked by you/
I hate it I used /lwc admin reload And fixed it then after 1week it stared again plz help!
-
View User Profile
-
Send Message
Posted Aug 25, 2012Does anyone know if they will be adding beacon blocks in 1.4????? It would be an amazing help to lots of people, including me and my server.
-
View User Profile
-
Send Message
Posted Aug 23, 2012@zero80472
works on both just fine ;)
-
View User Profile
-
Send Message
Posted Aug 23, 2012any news for a 1.3.1 R2 yet ?
or dose this work with 1.3.1 R1 (im scared to test it atm)
-
View User Profile
-
Send Message
Posted Aug 23, 2012@Mayhem777
what version of MobArena do you have installed?
@KoolNyanKats
LWC works perfectly fine on tekkit and even has specific support for tekkit. have you even tried using it?
-
View User Profile
-
Send Message
Posted Aug 23, 2012Tekkit Support?
-
View User Profile
-
Send Message
Posted Aug 22, 2012@Mayhem777
I have the same error, I'm not sure if it comes from LWC tough..
-
View User Profile
-
Send Message
Posted Aug 22, 2012I Get this with last ver 4.3.0:
http://pastebin.com/p2k4pgF7
-
View User Profile
-
Send Message
Posted Aug 21, 2012@meiamone
thnks
-
View User Profile
-
Send Message
Posted Aug 21, 2012@Brackers
Yes. add negate permision to players in that world: -lwv.*
in that way the plugin its disabled in that world