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 31, 2013@CosmicVoyager
You need to obtain the information for your database from your host. If you're hosting the MySQL server yourself then you'd make the address "localhost" or "127.0.0.1".
-
View User Profile
-
Send Message
Posted Jul 31, 2013@CosmicVoyager
Did you enter the address and login credentials for your MySQL server?
-
View User Profile
-
Send Message
Posted Jul 30, 2013I am going to change my map and also the name of the map but I don't want that the protections from the old worlds are going to be lost. Is there any function in phpMyAdmin with I can rename all the rows in the column "world" so that I can change the worldname or are there oter solutions for my problem?
-
View User Profile
-
Send Message
Posted Jul 30, 2013@Elbobtons
I am asking what to enter. There should be instructions for this.
-
View User Profile
-
Send Message
Posted Jul 30, 2013@joseph96
I did that. Does it create the database itself? If not how do I do that? Are there instructions here I am missing?
-
View User Profile
-
Send Message
Posted Jul 30, 20133 ERROR
http://dev.bukkit.org/paste/8244/
-
View User Profile
-
Send Message
Posted Jul 30, 2013@CosmicVoyager
Well.. what have you entered in your config as mysql info?
-
View User Profile
-
Send Message
Posted Jul 28, 2013@SpikeAkaStef
try and paste the full error, I had the same issue, there was a problem with MobArena and LWC https://github.com/Hidendra/LWC/issues/688
-
View User Profile
-
Send Message
Posted Jul 27, 2013I have an issue.
[SEVERE] Could not pass event PlayerInteractEvent to LWC v4. 4.0
-
View User Profile
-
Send Message
Posted Jul 26, 2013Nice
-
View User Profile
-
Send Message
Posted Jul 26, 2013Please answer: will the newest version of LWC be compatible with the 1.5.2-version of Minecraft?
-
View User Profile
-
Send Message
Posted Jul 25, 2013I desperately need help with MySQL setting. What exactly do i put in the config please? I tried changing "adapter" to "MySQL" and I get an error on startup saying it can't connect.
http://pastie.org/8176097
-
View User Profile
-
Send Message
Posted Jul 25, 2013A question: how will this plugin work with CraftBukkit version 1.5.2? I'm having a whole problem here, with wanting the LWC-plugin, but having to install a CraftBukkit-server to run it, and the recommended dl-version of craftbukkit is compatible with Minecraft version 1.5.2 - but there are no LWC-versions that are compatible with that version?
-
View User Profile
-
Send Message
Posted Jul 25, 2013@CosmicVoyager
Yes you can convert it. If you just open the config, and change it from SQLite to MySQL and put the credentials in, it will auto convert it on server startup, Takes a few mins depending on the DB size.
-
View User Profile
-
Send Message
Posted Jul 25, 2013its lag horrible! sry but its soo!!
-
View User Profile
-
Send Message
Posted Jul 25, 2013Holy crap! LWC destroys TPS because of InventoryMoveItemEvent. Hope you gonna do something about it!
If you intrested in my fixed version: Link Removed: http://www.mediafire.com/download/lydwm5zqx7dfc71/LWC.jar (it's safe)
-
View User Profile
-
Send Message
Posted Jul 24, 2013For PVP purposes please add a 'cremove' permission node so users can buy the /cremove command to unlock a chest.
-
View User Profile
-
Send Message
Posted Jul 24, 2013Is it possible to edit the locale? I would like to edit the messages...
-
View User Profile
-
Send Message
Posted Jul 24, 2013Hello,
How can I covert the SQLite database to MySQL please? Because I can't get rid of the flood of database locked errors. I already have MySQL running for LogBlock.
Thanks
-
View User Profile
-
Send Message
Posted Jul 24, 2013How can I remove chat messages from LWC? I couldn't figure out a way to disable LWC in certain worlds (negating permission nodes didn't work) so I decided to look into the worldguard.yml file, and I made a new region across the world and put the region name in the worldguard.yml file, and the chests didn't lock as it should.
But now I ran into a problem, I keep getting these messages whenever I place a protection (example chest, furnace etc.):
"LWC protections are not allowed in this region!"
I'm creating this world for Factions and I'm afraid this will annoy the players. Anyone?