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 Nov 19, 2012Last night my server had massive spam in console: http://wklej.org/id/875238/
-
View User Profile
-
Send Message
Posted Nov 19, 2012I'm having a problem. Everyone but moderators and above have one permission: lwc.protect. Despite that, everyone can open locked chests and doors, and it's causing trouble. Help would be appreciated!
-
View User Profile
-
Send Message
Posted Nov 19, 2012My server has to be down because of lag issues from this plugin with magnet disabled.
-
View User Profile
-
Send Message
Posted Nov 19, 2012Hi guys,
Is there anyway to allow the chest to be protected but not modified other then by the owner?
Thanks.
-
View User Profile
-
Send Message
Posted Nov 19, 2012hi :),
i look one bug, players can open doors with restone... please fix it :)
thanks. Atomik
-
View User Profile
-
Send Message
Posted Nov 19, 2012This Plugin is nice but. Its bat if the Plugin updates a dll file wich takes a very long time
Floppes
-
View User Profile
-
Send Message
Posted Nov 19, 2012@navbarry Having the same error. On server start everything loads fine and LWC connects to mysql, but after 15-20 minutes it seems unable to connect to it anymore. Other mysql using plugins such as logblock work perfectly fine. Luckily LWC precaches chests that are already in the database on start but it's horrible for new players at the moment.
-
View User Profile
-
Send Message
Posted Nov 19, 2012All of a sudden whenever someone tries to place a chest or door, anything lwc locks it says [LWC] Internal Error. Please notify an admin: Player interact Also this huge error occurs in the console http://pastebin.com/PZ3Xr7kd
-
View User Profile
-
Send Message
Posted Nov 19, 2012@Hidendra is it possible to add item frame locking?
-
View User Profile
-
Send Message
Posted Nov 18, 20122012-11-19 08:31:36 [INFO] CONSOLE: Stopping the server..[m 2012-11-19 08:31:36 [INFO] Stopping server 2012-11-19 08:31:36 [INFO] [ChestShop] Disabling ChestShop v3.46 2012-11-19 08:31:36 [INFO] [UndeadReborn] Disabling UndeadReborn v0.0.0.1 2012-11-19 08:31:36 [INFO] UndeadReborn v.0.0.0.1 has been disabled 2012-11-19 08:31:36 [INFO] [ItemsForVote] Disabling ItemsForVote v0.0.6 2012-11-19 08:31:36 [INFO] [LWC] Disabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012) 2012-11-19 08:31:36 [INFO] [LWC] Flushing protection updates (917) 2012-11-19 08:31:36 [SEVERE] java.sql.SQLException: database is locked 2012-11-19 08:31:36 [SEVERE] at org.sqlite.DB.throwex(DB.java:370) 2012-11-19 08:31:36 [SEVERE] at org.sqlite.DB.exec(DB.java:76) 2012-11-19 08:31:36 [SEVERE] at org.sqlite.Conn.commit(Conn.java:343) 2012-11-19 08:31:36 [SEVERE] at com.griefcraft.sql.Database.setAutoCommit(Database.java:155) 2012-11-19 08:31:36 [SEVERE] at com.griefcraft.util.DatabaseThread.flushDatabase(DatabaseThread.java:140) 2012-11-19 08:31:36 [SEVERE] at com.griefcraft.util.DatabaseThread.stop(DatabaseThread.java:111) 2012-11-19 08:31:36 [SEVERE] at com.griefcraft.lwc.LWC.destruct(LWC.java:579) 2012-11-19 08:31:36 [SEVERE] at com.griefcraft.lwc.LWCPlugin.onDisable(LWCPlugin.java:202) 2012-11-19 08:31:36 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:219) 2012-11-19 08:31:36 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:400) 2012-11-19 08:31:36 [SEVERE] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:400) 2012-11-19 08:31:36 [SEVERE] at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:393) 2012-11-19 08:31:36 [SEVERE] at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:265) 2012-11-19 08:31:36 [SEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:350) 2012-11-19 08:31:36 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457) 2012-11-19 08:31:36 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
-
View User Profile
-
Send Message
Posted Nov 18, 2012Been having a bug with using LWC 4.3.1 on CB build #2469 and up, any blocks placed beside a door diagonally seem to dupe like crazy, we put a diamond block outside a locked wooden door and within a few seconds there were 30-40 of them.
Allowing redstone unlocks in the LWC config fixed this, but this means locked doors can be bypassed.
-
View User Profile
-
Send Message
Posted Nov 18, 2012Is there a permission that makes players olny able to password protect, but not make stuff private?
-
View User Profile
-
Send Message
Posted Nov 17, 2012@mds818
Try adding the item id in single quotes so: 'id': blahblahblah
-
View User Profile
-
Send Message
Posted Nov 17, 2012Will it be able to add Command Block?
LWC\core.yml
I couldn't get this to work.
-
View User Profile
-
Send Message
Posted Nov 17, 2012@bergerkiller
I have it disabled and it is lagging like crap.
-
View User Profile
-
Send Message
Posted Nov 17, 2012Can I disable lwc totally for a certain group(So it won't give annoying msgs saying you have exceeded w/e...) or.... So that ONLY I the owner, can use it and also share the protction(allowing a specific player) to access this chest? It's the only way I can think of to have donor private homes inside my safezone only accessible to ops/that donator, because sometimes people get inside it and might grief it...
-
View User Profile
-
Send Message
Posted Nov 17, 2012@rodier https:github.com/Hidendra/LWC/issues/441
Only noticeable thing that showed up in the tick examiner I received was the magnet (item to chest transfer). Did you try disabling it entirely?
-
View User Profile
-
Send Message
Posted Nov 17, 2012its LWC - i spend 5 hours trying each of 40 plugins our server have and its LWC. Without LWC 16tps and NO LAG .. with LWC - server dead in 30 minutes :-(
-
View User Profile
-
Send Message
Posted Nov 17, 2012Getting massive lag ever since I updated for 1.4.2+ Not quite sure why.. Even disabled the magnet... I'm not sure if any of my other plugins are causing this issue as well...
-
View User Profile
-
Send Message
Posted Nov 17, 2012Please update this version. Without LWC - TPS 20 With LWC - TPS 4-7