Difference between revisions of "LWC Protections"

From Lord of the Craft
Jump to: navigation, search
(Created page with "LWC - http://dev.bukkit.org/bukkit-plugins/lwc/ Single block protection plugin that protects both the block itself and contents of Chests, Furnaces, and Dispensers. It can als...")
 
Line 1: Line 1:
LWC - http://dev.bukkit.org/bukkit-plugins/lwc/
+
<u>LWC</u> - http://dev.bukkit.org/bukkit-plugins/lwc/  
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.
 
  
This is a perk available to donators ((Iron+))
+
This handy plugin is a perk provided to anyone who donates for Iron VIP or above ($25+). It functions as a single block protection for both the block itself and any contents. Any protected block can then only be destroyed by the creator of the protection and has uses such as restricting who can open a chest, remove items from furnaces or dispensers, open a door (both wooden and iron), open a trapdoor (again both wooden and iron), or even control who can destroy a sign.
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.
+
<b><u>Commands:</u>
/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.
+
/lwc</b> - Brings up the main menu for the plugin, listing commands and providing a short description of what they do.
/cdonation - Creates a protection in a chest where items can be placed, but not removed, unless for the Admins.
+
 
/cmodify (@/-)<Mcname> - Adds or retracts a player from a protection. - before the name removes a player, and @ before the name, makes him an admin, capable of adding or removing others to the protection.
+
<b>/cprivate</b> - Creates a private protection. By default this means only you will be able to destroy or use the block.
/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 /cremove in 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.
+
<b>/cpublic</b> - Creates a public protection. Only the creator of the protection will be able to destroy the block however anyone can activate it. Mostly used on the server by those who would like doors to automatically shut behind people without using pressure plates or denying anyone access.
 +
 
 +
<b>/cdonation</b> - Creates a donation chest. Donation chests can be opened by anyone and have items put in however only the creator of the protection can remove items from said chest.  
 +
 
 +
<b>/cpassword <password></b> - Creates a password-protected protection. Only those who know, or guess, the password will be able to activate the block. When creating the protection simply type your chosen password into the dedicated space. Example: /cpassword 123 will create a protection with the password 123.
 +
 
 +
<b>/cunlock <password></b> - Used to access a password protected block. Even the creator will have to type this command!
 +
 
 +
<b>/cmodify</b> - Modify an existing private protection. By default a private protection only allows the creator access to the block. However, using this command allows for the addition (or subtraction) of additional player access. Example: Activating /cmodify Steve onto an existing private protection will allow a player with the Minecraft account Steve to access the block. Later on /cmodify -Steve can be used to remove Steve's access.
 +
 
 +
<b>/cinfo</b> - View information on a protection. This will tell you who created the protection and what type it is.
 +
 
 +
<b>/climits</b> - View the amount of protections you are allowed to create. Also shows how many you have created so far.
 +
 
 +
<b>/cremove</b> - Remove a protection.
 +
 
 +
<b>/cremoveall</b> - Removes all the protections that your account has created.
 +
 
 +
<b>/lwc mode persist</b> - Makes it so that your next entered command will persist until either a new command is entered or the mode turned off by typing /lwc mode persist again. Useful if you have to lock a large number of blocks.

Revision as of 04:18, 24 February 2016

LWC - http://dev.bukkit.org/bukkit-plugins/lwc/

This handy plugin is a perk provided to anyone who donates for Iron VIP or above ($25+). It functions as a single block protection for both the block itself and any contents. Any protected block can then only be destroyed by the creator of the protection and has uses such as restricting who can open a chest, remove items from furnaces or dispensers, open a door (both wooden and iron), open a trapdoor (again both wooden and iron), or even control who can destroy a sign.


Commands:

/lwc - Brings up the main menu for the plugin, listing commands and providing a short description of what they do.

/cprivate - Creates a private protection. By default this means only you will be able to destroy or use the block.

/cpublic - Creates a public protection. Only the creator of the protection will be able to destroy the block however anyone can activate it. Mostly used on the server by those who would like doors to automatically shut behind people without using pressure plates or denying anyone access.

/cdonation - Creates a donation chest. Donation chests can be opened by anyone and have items put in however only the creator of the protection can remove items from said chest.

/cpassword <password> - Creates a password-protected protection. Only those who know, or guess, the password will be able to activate the block. When creating the protection simply type your chosen password into the dedicated space. Example: /cpassword 123 will create a protection with the password 123.

/cunlock <password> - Used to access a password protected block. Even the creator will have to type this command!

/cmodify - Modify an existing private protection. By default a private protection only allows the creator access to the block. However, using this command allows for the addition (or subtraction) of additional player access. Example: Activating /cmodify Steve onto an existing private protection will allow a player with the Minecraft account Steve to access the block. Later on /cmodify -Steve can be used to remove Steve's access.

/cinfo - View information on a protection. This will tell you who created the protection and what type it is.

/climits - View the amount of protections you are allowed to create. Also shows how many you have created so far.

/cremove - Remove a protection.

/cremoveall - Removes all the protections that your account has created.

/lwc mode persist - Makes it so that your next entered command will persist until either a new command is entered or the mode turned off by typing /lwc mode persist again. Useful if you have to lock a large number of blocks.