Rewrite console improvements (console colors, tab completion,
persistent input line, ...) using JLine 3.x and TerminalConsoleAppender.
New features:
- Support console colors for Vanilla commands
- Add console colors for warnings and errors
- Server can now be turned off safely using CTRL + C. JLine catches
the signal and the implementation shuts down the server cleanly.
- Support console colors and persistent input line when running in
IntelliJ IDEA
Other changes:
- Update JLine to 3.3.1 (from 2.12.1)
- Server starts 1-2 seconds faster thanks to optimizations in Log4j
configuration
61 lines
629 B
Plaintext
61 lines
629 B
Plaintext
# Eclipse stuff
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# netbeans
|
|
nbproject/
|
|
nbactions.xml
|
|
|
|
# we use maven!
|
|
build.xml
|
|
|
|
# maven
|
|
target/
|
|
dependency-reduced-pom.xml
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# various other potential build files
|
|
build/
|
|
bin/
|
|
dist/
|
|
manifest.mf
|
|
|
|
work/1.*
|
|
work/BuildData
|
|
work/Bukkit
|
|
work/CraftBukkit
|
|
work/Paperclip
|
|
work/Spigot
|
|
work/Spigot-Server
|
|
work/Spigot-API
|
|
work/*.jar
|
|
work/test-server
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store/
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
out/
|
|
|
|
# Linux temp files
|
|
*~
|
|
|
|
# other stuff
|
|
run/
|
|
|
|
Paper-Server
|
|
Paper-API
|
|
PaperSpigot-Server
|
|
PaperSpigot-API
|
|
Paperclip.jar
|
|
paperclip.jar
|
|
paperclip-*.jar
|
|
paperclip.properties
|