60fdcf5ddc
Adds a proper GUI to display backup progress
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Extracts backup code to its own class
Adds a new GUI to display progress and the file copied
2021-09-27 21:39:15 +02:00
bf77c13072
Fixes some behavior regarding backups
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Makes sure to only proceed with backups if a valid path is given
Makes the backup run in its own thread to prevent the software from locking up
Makes sure only one backup can be running at once
2021-09-27 18:06:33 +02:00
849655bfc6
Fixes a bug causing newlines to disappear when a console is truncated
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-26 14:19:40 +02:00
5e24d5daa8
Improves checking for whether a server should be delayed before starting
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-24 16:08:02 +02:00
9532683301
Fixes a NumberFormatException when running custom versions without a version number
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-23 16:43:35 +02:00
365d08f2e2
Changes download URLs of Paper to papermc.io
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Updates software version
Stores version of downloaded Paper .jar files
Completes #8
2021-08-23 14:53:39 +02:00
30de4b2139
Clarifies an error message
2021-08-21 14:01:22 +02:00
133e335905
Fixes a bug causing the software to be stuck in the Stopping Servers state
...
Fixes the case where the software tries to stop servers while no servers are actually running.
This also fixes #10
2021-08-21 13:53:41 +02:00
44d8d6ee6b
Extracts a ServerHandler from the Server class to reduce complexity
2021-08-21 13:43:27 +02:00
cd396eee6b
Fixes a NullPointerException caused by cancelling an input prompt
2021-08-21 13:09:18 +02:00
c67f3bdd2c
Closes issue #9
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Adds a catch to prevent the software from crashing when checking for an update fails
2021-08-17 19:42:18 +02:00
8476c78589
Makes sure never to add a newline when writing an empty string to a file
2021-08-17 19:32:47 +02:00
a79300732d
Splits the code for reading the software version into its own function
2021-08-17 19:32:11 +02:00
c2f12a1a49
Adds the underscore character to regexes for player detection
...
This fixes a bug where players with underscores in their names won't be added to the player list
2021-08-17 01:07:20 +02:00
e47b34a472
Improves output logging and fixes some bugs
...
Fixes an error caused by the BuildTools directory not being created
Creates functions for writing to files in CommonFunctions
Adds some more error info to the log when BuildTools fails to download
Fixes some typos
Makes sure all visible text is logged
2021-08-03 15:22:04 +02:00
f8ba6e7ad1
Fixes the software crashing if an old configuration is used
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-03 14:00:02 +02:00
12189c12d7
Comments out SpongeVanilla and SpongeForge for now
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-03 12:48:23 +02:00
00cfe78491
Increases readability a bit
2021-08-03 12:28:21 +02:00
dc362eb2c8
Simplifies the version comparator a bit
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-03 12:23:59 +02:00
73faa4408e
Makes the version comparator more generic
2021-08-03 12:14:59 +02:00
85febdf41b
Improves version checking to prevent and update notice when running an unreleased version
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-03 11:50:32 +02:00
6ca49d2ccd
Adds a menu item for easily delete built .jar files
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-03 11:06:02 +02:00
429b1fcec0
Improves readability of the server launcher menu code
2021-08-03 10:40:12 +02:00
33795a90a9
Prevents jars from being built as part of jar downloading
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-03 10:16:43 +02:00
e4be75b770
Finishes custom java path
...
Adds missing menu items
Adds menu item functionality
2021-08-02 22:24:10 +02:00
0018816d90
Makes the software build Spigot and CraftBukkit jars if the latest version is chosen
2021-08-02 21:50:12 +02:00
f1eead3807
Adds various fixes to make the two java versions work as expected
...
Makes it possible to load a controller without generating a GUI, for better testing
Makes sure not to try and parse empty profile lines
Saves controller settings in a more readable and appendable format
Adds code for using the correct java version for the occasion
Adds a new function for writing to files
2021-08-02 21:06:22 +02:00
6ec44f1f92
Improves console and GUI messages
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Adds newlines when writing to console
Add Error: on lines containing an error
Makes it clearer when a jar build is successful
Makes failures show errors rather than throwing exceptions
2021-08-02 17:57:09 +02:00
32c17c6005
Improves writing speed when not using a GUI
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Uses buffered writers instead of System.out
Uses a GUI for writing JarBuilder messages
Adds some missing comments to the jar builder
2021-08-02 16:49:35 +02:00
043f2045e6
Makes some improvements
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Saves the downloaded BuildTools version to the server version container
Adds a check to see whether the BuildTools file exists
Adds a helper function for reading local files
2021-08-02 16:09:22 +02:00
51ceac69da
Makes the jar building finally work
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-02 11:38:43 +02:00
123a8eddda
Adds some still not working code for building spigot and bukkit .jar files
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-06-11 20:41:30 +02:00
8cdb1f143c
Adds a new function for deleting files recursively
2021-02-12 16:12:58 +01:00
3254481326
Improves server waiting and killing
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Makes the client force stop servers if the stop button is clicked more than once
Prevents new servers from starting after server stop is initialized
2021-02-05 18:41:54 +01:00
fb705f4e13
Adds server console truncation after 1000 lines of output
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-02-05 15:53:29 +01:00
fa6a0df4c7
Removes the annoying delay before starting the first server when enabling server delay
2021-01-29 20:30:07 +01:00
b1454b1156
Improves username login/logout checking by using a proper regex match
...
Additionally, this commit fixes a bug where instead of Username, users are shown as Username[IP:PORT]
2021-01-28 03:08:10 +01:00
2b6315a914
Rewrites console output. Closes #4
...
Makes the servers be responsible for their own consoles
Starts reading from console once a server starts, and stops once the server stops
Makes reading from a buffered reader read character by character rather than line by line to fix reading from streams
Makes sure each server's console is read on different threads to prevent lockup
Prevents possible console bugs caused by only reading servers already enabled on startup
2020-09-22 15:12:07 +02:00
31d167a8a4
Closes a buffered reader in saveStateTest properly and removes a .close causing server consoles not to display text
2020-09-20 20:38:21 +02:00
6c0e352649
Fixes a bug caused by the version file not being properly closed
2020-09-20 17:36:10 +02:00
5058383f93
Updates the version of the software to beta
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-29 14:03:48 +02:00
39a8c14ece
Updates the updater to use the new updater .jar
2020-08-29 14:03:26 +02:00
5b15fea7b3
Splits the GUI into more components to increase maintainability
2020-08-20 18:33:45 +02:00
52946c9aec
Improves string storage and variable names in the main GUI. Also adds the fallback web browsing method
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-19 21:26:39 +02:00
83f8834530
Improves a lot of comments and variable names
2020-08-19 21:24:37 +02:00
d06cc66f31
Adds a WebServer class as a fallback when native browsing is unavailable
2020-08-19 21:23:10 +02:00
3d6476b1ef
Makes Console extend KeyAdapter to remove empty methods. Also improves comments
2020-08-19 15:19:00 +02:00
23161c1a8d
Splits the Waterfall and Travertine server types by Minecraft version
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-19 13:06:27 +02:00
2acc6f4d13
Adds the ability to download old bungee versions
2020-08-19 12:01:19 +02:00
2008ec8fd1
Adds the SpongeForge server type
2020-08-19 11:24:05 +02:00