mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Add option to strip color codes from server.log file
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
01b14886d7
commit
8afa2be81a
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@ public class Main {
|
|||
.defaultsTo(true)
|
||||
.describedAs("Log append");
|
||||
|
||||
acceptsAll(asList("log-strip-color"), "Whether to strip color codes from log file")
|
||||
.withRequiredArg()
|
||||
.ofType(Boolean.class)
|
||||
.defaultsTo(false)
|
||||
.describedAs("Log stripping");
|
||||
|
||||
acceptsAll(asList("b", "bukkit-settings"), "File for bukkit settings")
|
||||
.withRequiredArg()
|
||||
.ofType(File.class)
|
||||
|
|
Loading…
Add table
Reference in a new issue