update readme to reflect the ability to store the world locally
This commit is contained in:
parent
c866f6c040
commit
e06a835f4b
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
@ -1,15 +1,16 @@
|
|||
## ever wanted to:
|
||||
- play minecraft but the server was too expensive to host
|
||||
for just a little play session?
|
||||
- play minecraft but the server was too expensive to host for just a
|
||||
little play session?
|
||||
- have a minecraft world you wanted to play with your friends as a
|
||||
one off thing?
|
||||
|
||||
## introducing: auto-mc-redux!
|
||||
|
||||
this is a modified version of the [script](https://git.skeh.site/ida/auto-mc) i maintain for automatically
|
||||
installing minecraft (on `apt` based distrobutions) and intigrating it
|
||||
with systemd. this aims to create a virtual machine, create the
|
||||
appropriate firewall rules, and install minecraft with a world that's
|
||||
kept in an s3 bucket, until you give it the command to un-deploy it,
|
||||
where it'll back up the world to the s3 bucket, and then unprovision the
|
||||
server!
|
||||
this is a modified version of the
|
||||
[script](https://git.skeh.site/ida/auto-mc) i maintain for
|
||||
automatically installing minecraft (on `apt` based distrobutions)
|
||||
and intigrating it with systemd. this aims to create a virtual
|
||||
machine, create the appropriate firewall rules, and install
|
||||
minecraft with a world that's kept in an s3 bucket, until you give
|
||||
it the command to un-deploy it, where it'll back up the world to the
|
||||
s3 bucket or your local computer, and then unprovision the server!
|
||||
|
|
Loading…
Add table
Reference in a new issue