Commit graph

8 commits

Author SHA1 Message Date
Norbi Peti d382de1262
Still using Docker, added support for proper shutdown
- It still doesn't work with tsc-watch in Docker, hopefully the final image will work
2022-11-19 02:12:16 +01:00
Norbi Peti 9257f94dbe
Begin switch to Flatpak, because I can
Finally got it to actually have NodeJS available
2022-08-25 03:08:16 +02:00
Norbi Peti ad48a7f528
Add and setup Waterfall
- Copying config files automatically
- Successfully joined servers, though it won't automatically redirect just yet
2022-07-05 01:01:47 +02:00
Norbi Peti d584d7540e
Copy plugins on server startup
- Copying everything as we can't copy while the server is running, so we need
to either know which plugins changed or just copy it all (since it needs to
be copied to both places)
2022-07-04 00:55:39 +02:00
Norbi Peti 3d81bd3700
Implement server start-stop logic, fix issues
- Fixed the volume being at /mcserver on host using the .env file
2022-07-04 00:00:04 +02:00
Norbi Peti 453720ddde
Download latest Paper build for the given MC version and start server in Docker
It took a while to properly mount the folder to both containers
Might be a bit overcomplicated but whatever
At the moment it creates the volume at /mcserver on the host
2022-06-25 19:51:52 +02:00
Norbi Peti 462f19c338
Switch to TS from Java
It's easier and faster to work with
Added watch compilation as well
2022-06-25 14:12:55 +02:00
Norbi Peti 432dca4c65
Start work on project 2022-06-20 01:45:28 +02:00