Crates.io | invar |
lib.rs | invar |
version | 0.4.1 |
source | src |
created_at | 2024-09-24 11:35:57.09947 |
updated_at | 2024-10-15 23:44:12.864639 |
description | CLI management tool for modded Minecraft servers |
homepage | https://github.com/exoumoon/invar |
repository | |
max_upload_size | |
id | 1385134 |
size | 166,697 |
.=./:) ,===. .==. ,===. ,===. ____ .=======.
\8.-.') |8@8R\ |88| |@8Y/ |8@8| .xX888b`. |@8^Y^88B\
/8`-'8\ |88,8R\ |@8| |88| |@8Y' /x88' \8b\ |8( ' )8@|
`-'`"` |@8|\_Y\|88| |@8| _ |88| |888| /@8| |(_ o _)8/
.===. |8Y_( )Y\&8| |8&Y( )Y8@| _.-`@88| |8(_,_).' __
|8@8| |&(_ o _)8@| \Y(_ o._)Y/ .X@88^8888| |8&|\Y\ |@8|
|88&| |8L(_,_)\88| \Y(_,_)Y/ |88_( )_88| |X8| \Y`'@8Y/
|Y8R| |8@| |@8| \Y@88Y/ \Y(_ o _)Y/ |8@| \&88Y/
'===' '==' '==' `===` 'Y(_,_)Y' ''=' `'='
Not sure how good this art is, but whatever (c) mxxntype.
Invar is currently hella WIP, barely anything is implemented, but I'm working on it.
Invar is a CLI management tool for modded (or not) Minecraft servers. This project has the following goals:
itzg/minecraft-server
and docker compose
, with configurable automatic backups3 and maintenance;components
, so you don't get lost in them while playing around with hundreds of mods at the same time.By "declaratively", I mean having everything built from plaintext metadata (like in packwiz
) and being tightly integrated with the Git VCS. One of the design concepts of this tool is to treat modpacks and servers as software source code and deployments, respectively. ↩
There still may or may not be a need for a datapack loader mod. I'll update this when I get to implementing server-side and client-side datapack handling. ↩
It's unliky I will be hand-rolling some sophisticated backup system. This will probably be an equivalent of an automated cp -r ./server .backups/
before you start the server and after it shuts down. ↩