Commit graph

6 commits

Author SHA1 Message Date
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
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
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