Commit graph

5 commits

Author SHA1 Message Date
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
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
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
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
432dca4c65
Start work on project 2022-06-20 01:45:28 +02:00