Skip to content

Commit 9d63bd3

Browse files
committed
make it can push to crates.io
1 parent eaaa649 commit 9d63bd3

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
2-
name = "Minecraft-server-auto-setup"
3-
version = "2.0.0-SNAPSHOT"
2+
name = "mcsast"
3+
authors = ["MagicTeaMC <maoyue@maoyue.tw>"]
4+
description = "Minecraft server auto setup tool, simplified!"
5+
version = "2.0.0"
46
edition = "2021"
7+
license = " GPL-3.0"
58

69
[dependencies]
710
clap = { version = "4.5.16", features = ["derive"] }

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# MCSAST v2
22
[![Discord](https://img.shields.io/discord/891325967203729472?color=5865F2&label=discord&style=for-the-badge)](https://discord.gg/uQ4UXANnP2)
3-
I don't use Windows anymore, so v2 is written in rust
3+
Setup a new Paper / Purpur / Spigot server quickly and easily.
44
## Usage
5-
Give information to us with terminal (Don't be afraid, it's very easy):
5+
Give information to us with terminal:
66
<img width="970" alt="image" src="https://github.com/user-attachments/assets/6c42d27c-d4fe-4bad-bb36-ce5d6b3debad">
77

8-
If you want it to setup automantic, here is a command (If you are using Windows, please add .exe after the file name, like `./Minecraft-server-auto-setup.exe`):
8+
If you want it to setup automantic, here is a command (If you are using Windows, please add .exe after the file name, like `.\Minecraft-server-auto-setup.exe`):
99
```
1010
./Minecraft-server-auto-setup --software=paper --mc-version=1.21.1 --eula=true -y
1111
```

0 commit comments

Comments
 (0)