Converted Modules to gradle
This commit is contained in:
34
src/main/java/com/redstoner/modules/logs/Logs.cmd
Normal file
34
src/main/java/com/redstoner/modules/logs/Logs.cmd
Normal file
@@ -0,0 +1,34 @@
|
||||
command log {
|
||||
perm utils.logs;
|
||||
alias logs;
|
||||
search [string:file(s)] [string:search...] {
|
||||
run search_logs file(s) search;
|
||||
help Performs the specified search operation on the logs. Wildcards are supported in filenames. Search string is a regex.;
|
||||
type player;
|
||||
}
|
||||
format {
|
||||
run show_format;
|
||||
help Displays your current log output format with an example result.;
|
||||
type player;
|
||||
}
|
||||
format_help {
|
||||
run show_format_help;
|
||||
help Displays all available placeholders for the formatting;
|
||||
type player;
|
||||
}
|
||||
option_help {
|
||||
run show_option_help;
|
||||
help Displays all available options.;
|
||||
type player;
|
||||
}
|
||||
set format [string:format] {
|
||||
run set_format format;
|
||||
help Sets a new log output format;
|
||||
type player;
|
||||
}
|
||||
set [string:option] [boolean:state] {
|
||||
run set_option option state;
|
||||
help Allows you to enable or disable various features such as sumamries, live progress updates, etc...;
|
||||
type player;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user