LWCX to Bolt Command Conversion: Difference between revisions
From HelloMiners Wiki Project
More actions
Initial Page |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
== Commands == | == Commands == | ||
Anything marked with an asterix (*) is a staff-only command. | Anything marked with an asterix (*) is a staff-only command. This isn't a comprehensive list, please [https://github.com/pop4959/Bolt/wiki#commands click here for more commands]. | ||
{| class="wikitable" style="text-align: left;" | {| class="wikitable" style="text-align: left;" | ||
| Line 33: | Line 33: | ||
|Unlocks a block with a password | |Unlocks a block with a password | ||
|- | |- | ||
|<pre>/ | |<pre>/cpublic</pre> | ||
|<pre>/ | |<pre>/lock public</pre> | ||
| | |Makes a public lock which anyone can access | ||
|- | |||
|n/a | |||
|<pre>/lock deposit</pre> | |||
|Creates a lock that allows players to add items, but NOT remove items | |||
|- | |||
|n/a | |||
|<pre>/lock withdraw</pre> | |||
|Creates a lock that allows players to remove items, but NOT add items | |||
|- | |||
|n/a | |||
|<pre>/lock display</pre> | |||
|Creates a lock that allows players to view but not take/remove items | |||
|- | |||
|<pre>/lwc flags</pre> | |||
|<pre>/lock public</pre> | |||
|Makes a public lock which anyone can access | |||
|- | |||
|<pre>/cpersist<pre> | |||
|<pre>/bolt mode persist</pre> | |||
|Makes it so you can easily repeat usage of your previous bolt command. Run it again to turn it off. | |||
|} | |} | ||
== Note about 'Access Levels' on blocks == | |||
Locked Blocks now have access levels! | |||
* '''Owners''' are now the only ones able to remove/destroy blocks, and do anything Admins and Users can. | |||
* '''Admins''' are not to be confused with the staff role. They can edit lock metadata using the commands. | |||
* '''User (normal)''' cannot edit lock metadata using the commands, but can access. | |||
Latest revision as of 06:09, 3 November 2025
As of 3rd November 2025, HelloMiners has migrated from LWCX to Bolt. This guide aims to provide a quick breakdown of the command conversion from LWCX to Bolt, and the new block locking commands.
Commands
Anything marked with an asterix (*) is a staff-only command. This isn't a comprehensive list, please click here for more commands.
| Old Command | New Command | What it does... |
|---|---|---|
/lwc |
/bolt help |
Gets a list of commands available to you. |
/lock |
/lock |
Locks a block for you. The lockable list is the same as previous. |
/unlock |
/unlock |
Unlocks a block |
/unlock |
/unlock |
Unlocks a block for you. |
/cpassword <password> |
/bolt modify add/remove <access> <password> |
Sets a password on an existing lock (or with LWCX, sets a locked password protection) |
/unlock <password> |
/bolt password <password> |
Unlocks a block with a password |
/cpublic |
/lock public |
Makes a public lock which anyone can access |
| n/a | /lock deposit |
Creates a lock that allows players to add items, but NOT remove items |
| n/a | /lock withdraw |
Creates a lock that allows players to remove items, but NOT add items |
| n/a | /lock display |
Creates a lock that allows players to view but not take/remove items |
/lwc flags |
/lock public |
Makes a public lock which anyone can access |
/cpersist<pre> |<pre>/bolt mode persist |
Makes it so you can easily repeat usage of your previous bolt command. Run it again to turn it off. |
Note about 'Access Levels' on blocks
Locked Blocks now have access levels!
- Owners are now the only ones able to remove/destroy blocks, and do anything Admins and Users can.
- Admins are not to be confused with the staff role. They can edit lock metadata using the commands.
- User (normal) cannot edit lock metadata using the commands, but can access.