All commands in LogStream begins with '/logstream' or '/ls', then you may add arguments.
| Command | Description | Permission |
| /logstream | Will return a list of commands. | logstream.command.main |
| /ls admincmds | Will return a list of admin commands. | logstream.command.admincmds |
| /ls reload | Will reload all configuration files. | logstream.command.reload |
| /ls modifyjoin <me> <string> | Change the join output for yourself. | logstream.command.modifyjoin.self |
| /ls modifyjoin <player> <string> | Change the join output for a player. | logstream.command.modifyjoin.others |
| /ls modifyquit <me> <string> | Change the quit output for yourself. | logstream.command.modifyquit.self |
| /ls modifyquit <player> <string> | Change the quit output for a player. | logstream.command.modifyquit.others |
| /ls variables | See the list of variables, info about them & more. | logstream.command.variables |
| /ls charges [output] | See info about charges/prices. You can add an output to check the price of it too. | logstream.command.charges |
| /ls remove [stream type] | Will reset all or the specific stream modification(s) from yourself. | logstream.command.remove.self |
| /ls remove [stream type] <player> | Will reset all or the specific stream modification(s) from a player. | logstream.command.remove.others |
| /ls generate <player> [stream type] | Will generate all or the specific stream field for a player without modifying the stream output of the player. | logstream.command.generate |
| Permission | Description |
| logstream.bypass.charges | Bypass any charges while modifying stream. |
| logstream.bypass.emptyoutput | Allows you to have an empty output if disabled in the config. |
| logstream.bypass.maxlength | Bypass the max length of an output. |
| logstream.bypass.minlength | Bypass the minimum length of an output. |
| logstream.bypass.maxvariables | Bypass the max variables you can use in an output. |
| logstream.bypass.minvariables | Bypass the minimum variables you can use in an output. |
| logstream.bypass.disallowedwords | Bypass any blacklisted words. |