1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-08-16 21:31:45 +02:00

18 Commits

Author SHA1 Message Date
627e7436fd Remove unnecessary trailing spaces 2023-10-23 01:16:44 +02:00
0091fa11fb Merge several Utils projects 2023-04-07 01:33:13 +02:00
476de00cfd Delegate JVM argument validation to Server only 2023-03-30 04:00:22 +02:00
def6c41a77 Remove Phantom.Common.Minecraft project 2023-03-07 12:53:42 +01:00
3f976295bd Make writing server.properties file asynchronous 2023-03-07 12:53:42 +01:00
dacd786b4c Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
33de01f564 Add Fabric support 2023-03-02 06:28:52 +01:00
734d9e266e Prepare for adding non-vanilla server types 2023-02-26 19:39:12 +01:00
bb7de48d24 Move fetching server jar download information exclusively to the Server 2023-02-26 15:29:51 +01:00
51d8585f05 Fix race condition and wrong instance status when cancelling instance launch 2023-02-25 12:13:10 +01:00
2f49d72014 Implement automatic backups 2023-02-05 03:39:35 +01:00
62a683f8ef Add backend code for creating world backups (tar + zstd) 2023-02-04 16:26:29 +01:00
55b643c513 Improve exception handling when configuring and starting the Minecraft server 2022-10-24 14:15:26 +02:00
36dbc6f984 Fix Agents mangling server.properties file 2022-10-24 14:03:54 +02:00
3d2b0d5373 Move TaskManager to Phantom.Utils.Runtime project 2022-10-16 16:54:34 +02:00
46446ea5d5 Add customizable JVM arguments to instances 2022-10-11 21:30:09 +02:00
640731634b Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +02:00
b9fa5de76b Add support for configuring, launching, and stopping Minecraft server instances 2022-10-07 17:21:38 +02:00