Added command-line arguments, forced nogui

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot
2011-01-04 00:43:23 +00:00
parent 449fb6523a
commit fcc27e9e40
3 changed files with 74 additions and 4 deletions

View File

@@ -27,6 +27,11 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>3.2</version>
</dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>