Much better console interaction. History, no more losing the command, colours, inline editing, etc. Shorter log output to console (but not to file).

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot
2011-02-25 16:12:38 +00:00
parent 0114eb89e9
commit a4d2cf2a38
5 changed files with 124 additions and 0 deletions

View File

@@ -47,6 +47,11 @@
<artifactId>jopt-simple</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
</dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>