mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
[Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385
This commit is contained in:
committed by
Travis Watkins
parent
b18bedd848
commit
553acdf0cd
@@ -100,6 +100,12 @@ public class Main {
|
||||
.defaultsTo(new File("bukkit.yml"))
|
||||
.describedAs("Yml file");
|
||||
|
||||
acceptsAll(asList("C", "commands-settings"), "File for command settings")
|
||||
.withRequiredArg()
|
||||
.ofType(File.class)
|
||||
.defaultsTo(new File("commands.yml"))
|
||||
.describedAs("Yml file");
|
||||
|
||||
acceptsAll(asList("nojline"), "Disables jline and emulates the vanilla console");
|
||||
|
||||
acceptsAll(asList("noconsole"), "Disables the console");
|
||||
|
Reference in New Issue
Block a user