Commands
User Commands
/ls ? - help List help contents
/ls lock Locks a container
/ls private Locks a container
/ls public Creates a public container that anyone can open
/ls encrypt <pass> Encrypts container with a password
/ls decrypt <pass> Decrypts container to access it
/ls info Displays info on locked block
/ls add <player> <access|modify|full> Adds player to lock
/ls remove Removes player from lock
/ls limits Displays status on player's block limits
/ls autolock <on|off|default> Sets the option to auto lock. default is the configuration in the plugin's config file
/ls mode <single|persistent> Use persistent mode to do multiple operations without having to repeat the command
/ls escape Escapes persistent mode
Admin commands
/ls changeowner <player> Changes lock owner to specified player
/lsa clearplayer <player> [world] Deletes all locks owned by player
/lsa updatename <new playername> Updates player name to current one from Mojang. Use their new Minecraft name.
/lsa importfromsqlite Imports from sqlite database
/lsa listplayer <player> [world] [|<regex>] [page] lists locks by player
/lsa ? listplayer for help on this command
listplayer Command
The listplayer command supports searching in two different ways:- String search
- Regular expression Search
To use String search, start the keyword with a pipe (|)
/lsa listplayer Notch |Beacon
Seaches for 'Beacon'
To use a regular expression, start with |$
/lsa listplayer Notch |$.+Public.+
Searches for Public
/lsa listplayer Notch |$\(([\w]+:)?-16,-?[0-9]+,-?[0-9]+\)\WPrivate.+
Searches for Private locks where X = -16
Comments