Commit Graph

70 Commits

Author SHA1 Message Date
ad6ef20643 Added SpigotInstaller#isValidVersion 2024-02-15 19:30:38 +01:00
7b7af47823 Added PurpurInstaller#isValidVersion 2024-02-15 19:30:32 +01:00
8d5c8ca9cc Added PaperInstaller#isValidVersion 2024-02-15 19:30:27 +01:00
f6a8c3f537 Removed authorization from the SetupRoute.java 2024-02-15 17:11:22 +01:00
b5b93c4dbc Implemented Authorization in the ProxyHandler.java 2024-02-15 17:10:56 +01:00
c07df4d2a5 Integrated the UserManager into the MCDashWrapper.java 2024-02-15 16:39:40 +01:00
c6b83103cf Created the SetupRoute.java 2024-02-15 16:38:31 +01:00
ad36d59ecf Added SetupRoute#generateRandomKey 2024-02-15 16:38:08 +01:00
3a31b1ee0b Integrated secure auth to the ProxyHandler.java 2024-02-15 16:37:21 +01:00
8b6b449185 Implemented authorization into the DefaultHandler.java 2024-02-15 16:37:09 +01:00
4d64712445 Added the proxyKey to the ServerConfiguration.java 2024-02-15 16:36:42 +01:00
6398829b0a Created the User.java 2024-02-15 16:36:28 +01:00
e31378739e Created the UserManager.java 2024-02-15 16:35:38 +01:00
8e4dabe74e Removed the accounts.yml from the ServerVersionManager 2024-02-15 16:35:29 +01:00
976a9a1479 Integrated a PATCH route in the ServersRoute.java 2024-02-15 15:10:38 +01:00
15d9a4d2f2 Removed a log statement from the ProxyHandler.java 2024-02-15 01:14:09 +01:00
92e384ac26 Added headless mode to the ServerManager.java 2024-02-15 01:12:52 +01:00
b3a60acee2 Implemented the ProxyHandler into the MCDashWrapper.java 2024-02-15 00:46:53 +01:00
cf0a3cdb67 Added a temp hash to the SetupRoute.java 2024-02-15 00:46:40 +01:00
30e639e4cf Created the ProxyHandler.java 2024-02-15 00:46:03 +01:00
170c52f26f The SetupRoute.java now automatically creates the properties, server-icon.png & sets up the plugin 2024-02-14 14:53:47 +01:00
f379ec7df6 Implemented the motd, port & icon in the ServersRoute.java 2024-02-14 14:53:20 +01:00
449c5142a7 Integrated icon, motd & properties support for the Server.java entity 2024-02-14 14:53:08 +01:00
0ed7fdb2f8 Created the ServerProperties.java entity 2024-02-14 14:52:45 +01:00
c69e6fe55d Created the server-icon.png 2024-02-14 14:47:09 +01:00
10613fff9b Updated the ServerManager.java 2024-02-14 14:43:06 +01:00
6a65daa579 Fixed a bug in the SetupRoute.java 2024-02-14 14:13:58 +01:00
a5f8b72c9b Added ServerVersionManager#getInstallers 2024-02-14 14:13:47 +01:00
990454a220 Integrated the JavaVersionManager into the ServerManager.java 2024-02-14 14:13:38 +01:00
6ad5890dd1 Created the JavaVersionManager.java 2024-02-14 14:13:26 +01:00
5ab592a53b Created the SetupRoute.java 2024-02-14 00:51:47 +01:00
2efccce783 Renamed ServersRoute.java -> ListServersRoute.java 2024-02-14 00:51:08 +01:00
b9e0ead151 Updated the ServerConfiguration.java 2024-02-14 00:50:48 +01:00
ff01c76130 Added all installers to thr ServerVersionManager.java 2024-02-14 00:50:26 +01:00
85b8e19053 Added ServerManager#getVersionManager 2024-02-14 00:49:42 +01:00
324e6e9a37 Created the PaperInstaller.java 2024-02-14 00:49:17 +01:00
e8c3de213e Created the PurpurInstaller.java 2024-02-14 00:49:10 +01:00
548e79c50f Created the SpigotInstaller.java 2024-02-14 00:49:01 +01:00
7c80d11f38 Created the VersionInstaller.java 2024-02-14 00:48:51 +01:00
6e99e06f0c Created the ListServersRoute.java 2024-02-13 22:25:40 +01:00
075a0e7490 Added ResponseController#jsonArray 2024-02-13 22:25:25 +01:00
743066f959 Added ServerConfiguration#toHashMap 2024-02-13 22:25:04 +01:00
15b2b4177e Renamed keepAlive -> checkHealth in the Server.java 2024-02-13 20:52:41 +01:00
e626a80fe3 Fixed a bug in the ServerManager.java 2024-02-13 20:51:22 +01:00
3dd23351d0 Created the ServerStopRoute.java 2024-02-13 20:21:05 +01:00
c342eca5bb Created the ServerStartRoute.java 2024-02-13 20:20:59 +01:00
91ae04923e Added ServerConfiguration#toString & fixed the exposure 2024-02-13 20:20:47 +01:00
e30f828a73 Added Server#toString 2024-02-13 20:19:03 +01:00
346a6b1a9a Added ServerManager#getServers 2024-02-13 20:18:33 +01:00
677bde3c82 Implemented the autoStart feature into the ServerManager 2024-02-13 18:51:14 +01:00