diff options
author | Minecrell <[email protected]> | 2017-06-09 19:05:12 +0200 |
---|---|---|
committer | Minecrell <[email protected]> | 2017-06-11 14:31:21 +0200 |
commit | de2af506f35c415345189814a08f867a70f76a4b (patch) | |
tree | a763f32c2f357de3ff17947713ab52f8046d5c5b /.gitignore | |
parent | fe4678c414341f7e13f533019d0fb042ffdef16b (diff) | |
download | Paper-de2af506f35c415345189814a08f867a70f76a4b.tar.gz Paper-de2af506f35c415345189814a08f867a70f76a4b.zip |
Improve console implementation
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 321af62064..a8596ddd67 100644 --- a/.gitignore +++ b/.gitignore @@ -42,11 +42,13 @@ work/test-server *.ipr *.iws .idea/ +out/ # Linux temp files *~ # other stuff +run/ Paper-Server Paper-API @@ -55,4 +57,4 @@ PaperSpigot-API Paperclip.jar paperclip.jar paperclip-*.jar -paperclip.properties
\ No newline at end of file +paperclip.properties |