mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 00:52:22 -07:00
Added command-line arguments, forced nogui
This commit is contained in:
@@ -27,7 +27,7 @@ public final class CraftServer implements Server {
|
||||
|
||||
pluginManager.RegisterInterface(JavaPluginLoader.class);
|
||||
|
||||
File pluginFolder = new File("plugins");
|
||||
File pluginFolder = (File)console.options.valueOf("plugins");
|
||||
|
||||
if (pluginFolder.exists()) {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user