1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-25 05:21:29 +02:00

Updated Command Usage (markdown)

Luck
2016-12-11 11:36:57 +00:00
parent 42bd449599
commit 2b8f1a3883

@@ -35,7 +35,6 @@ Arguments Key: \<required\> [optional]
### Super Secret Console Commands
* [/perms `export` \<file\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-export)
* [/perms `migration`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-migration)
* [/perms `queuecommand` \<command args...\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-queuecommand)
### User (/lp user \<user\> ...)
* [/perms user \<user\> `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-user-user-info)
@@ -163,14 +162,6 @@ ___
Exports data from LuckPerms into a file. This file can either be used as a backup, or used to move data between LuckPerms installations. The file can be re-imported using the import command. The generated file will be in the root plugin directory.
___
#### `/perms queuecommand`
**Permission**: n/a (only usable by the console)
**Arguments**:
* `<command args...>` - the command arguments
Queues a command for execution. This command should be used when you use LuckPerms in automated scripts. "/lp creategroup test" becomes "/lp queuecommand creategroup test".
___
#### `/perms creategroup`
**Permission**: luckperms.creategroup