Difference between revisions of "Bolt"

(Created page with "'''{{Template:Warning}}This page is still being written. Some information may be inaccurate.'''<br><br> Quick reference guide for LWC explaining basic and advanced concepts. <...")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''{{Template:Warning}}This page is still being written. Some information may be inaccurate.'''<br><br>
+
'''{{Template:Warning}}This page is still being written. Some information may be inaccurate. [[LWC]] page is still available for reference.'''<br><br>
Quick reference guide for LWC explaining basic and advanced concepts. <br>
+
Quick reference guide for Bolt explaining basic and advanced concepts. <br>
LWC is for protecting containers, doors, signs, etc from being opened by other players or players you don't want to access.<br>
+
Bolt is for protecting containers, doors, signs, etc from being opened or used by other players or players you don't want to access. It replaces LWC.<br>
All information is sourced from LWC's wiki page: [https://github.com/pop4959/LWCX/wiki/Commands LWCX's Wiki]
+
 
 
== Common Commands ==
 
== Common Commands ==
 
{| class="wikitable"
 
{| class="wikitable"
Line 9: Line 9:
 
!Alias/Example
 
!Alias/Example
 
|-
 
|-
|<code>/lock</code>
+
|<code>/bolt lock <type></code>
 
|Locks container
 
|Locks container
|<code>/cprivate</code>
+
|<code>/lock <type></code>
 
|-
 
|-
 +
|<code>/bolt unlock</code>
 +
|Unlocks a container
 
|<code>/unlock</code>
 
|<code>/unlock</code>
|Unlocks a container
 
|<code>/cremove</code>
 
 
|-
 
|-
|<code>/cpublic</code>
+
|<code>/bolt edit</code>
|Creates a public lock
+
|Edit protection to add or remove a player
|None
+
|<code>/bolt edit add Player
 
|-
 
|-
|<code>/cdonation</code>
+
|<code>/bolt mode <mode></code>
|Creates a donation Chest
+
|Toggle a player mode. Ex: persist, no lock, no spam.
|None
+
|<code>/bolt mode persist</code>
 
|-
 
|-
|<code>/cpassword <password></code>
+
|<code>/bolt <password></code>
|Creates a password protected lock.
+
|Enter password for a lock
|<code>/cpassword SuperSecretLock</code>
+
|<code>/bolt password SuperSecretLock</code>
 
|-
 
|-
|<code>/cunlock <password></code>
+
|<code>/bolt info</code>
|Unlocks a password protected lock.
+
|View info about a lock.
|<code>/cunlock SuperSecretLock</code>
 
|-
 
|<code>/cinfo</code>
 
|View info about a lock, such as who can access.
 
 
|None
 
|None
 
|-
 
|-
 
|}
 
|}
 +
There are more commands in <code>/bolt help</code> or at the reference below.
 +
<ref>https://github.com/pop4959/Bolt/wiki#commands</ref>
  
== Advanced Commands ==
+
== References ==
{| class="wikitable"
 
!Command
 
!What It Does
 
|-
 
|<code>/cmodify</code>
 
|Modifies a lock. Details below.
 
|-
 
|<code>/lwc mode persist</code>
 
|Toggles if commands persist. Great when you need to lock a lot of chest.
 
|-
 
|<code>/lwc mode droptransfer</code>
 
|Make drops automatically drop into a chest. Details below.
 
|-
 
|<code>/lwc mode nolock</code>
 
|Toggles the ability to make new locks.
 
|-
 
|<code>/lwc mode nospam</code>
 
|Toggles the lock creation message.
 
|-
 
|<code>/lwc flag</code>
 
|Set flags for the protections, read more below
 
|-
 
|}
 
=== cmodify ===
 
Allows you to modify an existing lock.
 
{| class="wikitable"
 
!Info
 
!Example
 
|-
 
|Add player to lock
 
|<code>/cmodify Teethdude</code>
 
|-
 
|Remove player from lock
 
|<code>/cmodify -Teethdude</code>
 
|}
 
 
 
=== LWC Flags ===
 
LWC Flags allow you modify smaller specific details of a lock such as if Hoppers are allowed or not.
 
{| class="wikitable"
 
!Command
 
!What It Does
 
!Alias
 
|-
 
|<code>/credstone</code>
 
|Toggles whether redstone should affect the protection
 
|<code>/lwc flag redstone</code>
 
|-
 
|<code>/cmagnet</code>
 
|Put nearby dropped items into the protected chest (or other blocks with inventories)
 
|<code>/lwc flag magnet</code>
 
|-
 
|<code>/cautoclose</code>
 
|Automagically close a protected door if it was opened
 
|<code>/lwc flag autoclose</code>
 
|-
 
|<code>/callowexplosions</code>
 
|Allows the protected block to be destroyed by an explosion
 
|<code>/lwc flag allowexplosion</code>
 
|-
 
|<code>/chopper</code>
 
|Controls whether or not hoppers can be used on a protected block Note: This flag is functionally equivalent to adding both hopperin + hopperout flags.
 
|<code>/lwc flag hopper</code>
 
|-
 
|<code>/lwc flag hopperin</code>
 
|Controls whether or not hoppers can be used to place items into a protected block
 
|N/A
 
|-
 
|<code>/lwc flag hopperout</code>
 
|Controls whether or not hoppers can be used to take items out of a protected block
 
|N/A
 
|-
 
|}
 
 
 
== List of Containers ==
 
Anything that can be locked in LWC is called a container. All currently lockable containers are listed below.
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:400px; overflow:auto;">
 
<div style="font-weight:bold;line-height:1.6;">Containers:</div>
 
<div class="mw-collapsible-content">
 
*Chest
 
*Trapped Chest
 
*Furnace
 
*Dispenser
 
*Dropper
 
*Barrel
 
*Blast Furnace
 
*Cartography Table
 
*Composter
 
*Grindstone
 
*Lecturn
 
*Loom
 
*Smoker
 
*Stonecutter
 
*Shulker Box<nowiki>*</nowiki>
 
*Signs<nowiki>*</nowiki>
 
*Wooden Doors<nowiki>*</nowiki>
 
*Wooden Trap Doors<nowiki>*</nowiki>
 
*Iron Door
 
*Iron Trap Door
 
*Fence Gates<nowiki>*</nowiki>
 
*Banners<nowiki>*</nowiki>
 
 
 
</div></div>
 
'''<nowiki>*</nowiki>''' denotes that all variants/colours are protected.
 

Latest revision as of 13:59, 26 December 2025

1200px-Warning.svg.pngThis page is still being written. Some information may be inaccurate. LWC page is still available for reference.

Quick reference guide for Bolt explaining basic and advanced concepts.
Bolt is for protecting containers, doors, signs, etc from being opened or used by other players or players you don't want to access. It replaces LWC.

Common Commands

Command What It Does Alias/Example
/bolt lock <type> Locks container /lock <type>
/bolt unlock Unlocks a container /unlock
/bolt edit Edit protection to add or remove a player /bolt edit add Player
/bolt mode <mode> Toggle a player mode. Ex: persist, no lock, no spam. /bolt mode persist
/bolt <password> Enter password for a lock /bolt password SuperSecretLock
/bolt info View info about a lock. None

There are more commands in /bolt help or at the reference below. [1]

References