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 Jul 16, 2013Wheres the Pt-BR Translate? Have the icon PtBr here but no is in the file on .jar/lang/...
Thx
-
View User Profile
-
Send Message
Posted Jul 16, 2013@flip284
All you need to do is go into the core.yml file, find the autoRegister line under the chest, and take out that whole line. Also, make sure that there isn't a blank line between the next option.
-
View User Profile
-
Send Message
Posted Jul 15, 2013As an Admin, I dont want every chest I create to automatically become private. How do I change this?
-
View User Profile
-
Send Message
Posted Jul 15, 2013@fakmin
same here: http://dev.bukkit.org/bukkit-plugins/lwc/#c1897
-
View User Profile
-
Send Message
Posted Jul 15, 2013Hi I do not know whether it was addressed. but when the locked chest in the hopper and sends nothing.
-
View User Profile
-
Send Message
Posted Jul 15, 2013The people at CreeperHeal told me that that error is becuase that you guys are not up to date with the API. I hope you can fix this soon becuase its spamming my console.
Thanks,
-
View User Profile
-
Send Message
Posted Jul 15, 2013German: Hi, seit Minecraft Bukkit Version Dev 1.6.2 Build 2815 und LWC Build #883 (12.07.2013 21:18:32) funktioniert mein automatischer Brennofen nicht mehr. Der Brennofen funktioniert über Trichter und Truhen. Sobald ich die Truhen und den Ofen schütze, werden die Items nicht mehr automatisch entnommen. Setze ich die Truhen auf public funktioniert das ganze.
English: Hi, since Minecraft Bukkit Dev Version 1.6.2 Build 2815 and LWC build # 883 (12/07/2013 21:18:32) my automatic furnace doesn't work. The furnace works over funnel and chests. As soon as I protect the chests and the furnace, the items are not removed automatically. I put the public chests, the whole works.
-
View User Profile
-
Send Message
Posted Jul 15, 2013I don't know if this is a bug cased by LWC or creeperheal, but her it is:
When I try to add ignoreExplosions like this
wooden_door: enabled: true ignoreExplosions: true
I get this error in consol when I blow it up:
2013-07-15 10:24:03 [SEVERE] Could not pass event EntityExplodeEvent to LWC v4.4.0 (b881) (July 11, 2013) org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:478) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:463) at net.minecraft.server.v1_6_R2.Explosion.a(Explosion.java:220) at net.minecraft.server.v1_6_R2.World.createExplosion(World.java:1735) at net.minecraft.server.v1_6_R2.WorldServer.createExplosion(WorldServer.java:846) at net.minecraft.server.v1_6_R2.EntityTNTPrimed.explode(EntityTNTPrimed.java:82) at net.minecraft.server.v1_6_R2.EntityTNTPrimed.l_(EntityTNTPrimed.java:62) at net.minecraft.server.v1_6_R2.World.entityJoinedWorld(World.java:1457) at net.minecraft.server.v1_6_R2.World.playerJoinedWorld(World.java:1432) at net.minecraft.server.v1_6_R2.World.tickEntities(World.java:1304) at net.minecraft.server.v1_6_R2.WorldServer.tickEntities(WorldServer.java:517) at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:571) at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:239) at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:481) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:413) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.NoSuchMethodError: com.nitnelave.CreeperHeal.config.CreeperConfig.loadWorld(Lorg/bukkit/World;)Lcom/nitnelave/CreeperHeal/config/WorldConfig; at com.griefcraft.listeners.LWCEntityListener.isCreeperHealActive(LWCEntityListener.java:133) at com.griefcraft.listeners.LWCEntityListener.onEntityExplode(LWCEntityListener.java:108) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.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:425) ... 18 more
-
View User Profile
-
Send Message
Posted Jul 14, 2013I get an error saying the database is locked over and over. How do i unlock it, please?
21:30:43 [WARNING] [LWC] Task #8 for LWC v4.4.0 (b867-git-MANUAL) (April 23, 2013) generated an exception com.griefcraft.scripting.ModuleException: com.griefcraft.scripting.ModuleException: java.sql.SQLException: [SQLITE_BUSY] The database file is locked (database is locked)
-
View User Profile
-
Send Message
Posted Jul 14, 2013How would I set things up to allow certain ranks to look in locked chests but not take anything out of them?
-
View User Profile
-
Send Message
Posted Jul 14, 2013As an Admin, I dotn want every chest I create to automatically become private. How do I change this?
-
View User Profile
-
Send Message
Posted Jul 13, 2013Is there a way to get rid of the message that says "you can only protect within a town!" or whatever it says, every time you try to make something outside of a town?
-
View User Profile
-
Send Message
Posted Jul 13, 2013@CosmicVoyager
From the post below your post: set it from AUTOMATIC to MANUAL
-
View User Profile
-
Send Message
Posted Jul 13, 2013@ Hidendra
Works fine again with your devbuild of LWC. THANK YOU! :)
-
View User Profile
-
Send Message
Posted Jul 12, 2013Please add what the options are for these. It says the defaults, but it doesn't say what else you can put. How do I turn off auto update?
branch: (default: STABLE) method: (default: AUTOMATIC)
-
View User Profile
-
Send Message
Posted Jul 12, 2013@LailaWalton
are you getting errors? are you able to use /lwc admin report to get the output? startup log would be appreciated
edit: also - you can disable automatic updating in core.yml (it's actually removed in the latest version it just notifies that there's an update). change AUTOMATIC to MANUAL. however startup logs would again be appreciate as I can't guess at what you're seeing
@Daffy1234
should work with vault. previously it would bug out if you were using vault with super perms because vault would throw an exception then (fault of Vault). Are you getting errors when using Vault with the latest version?
@Dr_Bunsen
if they're entities (believe they are) - no unfortunately not :(
-
View User Profile
-
Send Message
Posted Jul 12, 2013@LailaWalton
Do you have vault by any chance? Vault is incompatible with LWC (found that out the hard way). If you still don't want to update, check the config files for an automatic update option.
-
View User Profile
-
Send Message
Posted Jul 12, 2013This new update has busted my LWC plugin completely, nothing is locked, nobody can lock anything and as such I have had to take my server offline. If I try to reinstall it instantly downloads the new updates which I DON'T want, it's broken my server. I can't put it back online with nothing locked, please tell me how I can disable the automatic updating so that I can put my server back online.
-
View User Profile
-
Send Message
Posted Jul 12, 2013Do horses also fall under wooden chest?! :P
-
View User Profile
-
Send Message
Posted Jul 11, 2013Thanks Hidendra !! Great work!