Difference between revisions of "Bolt"

(Common Commands)
Line 5: Line 5:
  
 
== Common Commands ==
 
== Common Commands ==
<code>/lock [type]</code>
+
{| class="wikitable"
Defaults to Private lock. Lock types include:
+
!Command
*deposit
+
!What It Does
*display
+
!Alias/Example
*private
+
|-
*public
+
|<code>/lock</code>
*withdraw
+
|Locks container
 +
|<code>/cprivate</code>
 +
|-
 +
|<code>/unlock</code>
 +
|Unlocks a container
 +
|<code>/cremove</code>
 +
|-
 +
|<code>/cpublic</code>
 +
|Creates a public lock
 +
|None
 +
|-
 +
|<code>/cdonation</code>
 +
|Creates a donation Chest
 +
|None
 +
|-
 +
|<code>/cpassword <password></code>
 +
|Creates a password protected lock.
 +
|<code>/cpassword SuperSecretLock</code>
 +
|-
 +
|<code>/cunlock <password></code>
 +
|Unlocks a password protected lock.
 +
|<code>/cunlock SuperSecretLock</code>
 +
|-
 +
|<code>/cinfo</code>
 +
|View info about a lock, such as who can access.
 +
|None
 +
|-
 +
|}

Revision as of 13:46, 26 December 2025

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

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.
All information is sourced from Bolt's wiki page: Bolt's Wiki

Common Commands

Command What It Does Alias/Example
/lock Locks container /cprivate
/unlock Unlocks a container /cremove
/cpublic Creates a public lock None
/cdonation Creates a donation Chest None
/cpassword <password> Creates a password protected lock. /cpassword SuperSecretLock
/cunlock <password> Unlocks a password protected lock. /cunlock SuperSecretLock
/cinfo View info about a lock, such as who can access. None