Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamliuzy/minecraft-server-manage-system
A program to manage minecraft server on your computer.
https://github.com/iamliuzy/minecraft-server-manage-system
minecraft-server python3
Last synced: 5 days ago
JSON representation
A program to manage minecraft server on your computer.
- Host: GitHub
- URL: https://github.com/iamliuzy/minecraft-server-manage-system
- Owner: iamliuzy
- License: gpl-3.0
- Created: 2021-03-06T15:40:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T09:49:31.000Z (over 3 years ago)
- Last Synced: 2024-11-19T12:31:27.186Z (2 months ago)
- Topics: minecraft-server, python3
- Language: Python
- Homepage: https://iamliuzhiyu.github.io/Minecraft-Server-Manage-System/
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Minecreft Server Manage System
A program to manage minecraft server on your computer.
## Setup
### Unix-like
```bash
alias msms="\path\to\python\python.exe \path\to\here\MSMS.cpython-39.vx.y.z.pyc"
```### Windows
The pack is recommed.When you want to run MSMS, just run:
```batch
[ABCDEFGHIJKLMNOPQRSTUVWXYZ]/path/to/here/MSMS.exe
```Or if you use MSMS very often, you can make a shortcut:
1. Right click on your desktop. Then click "New" and "Shortcut".
2. Click "Browse".
3. Go to the path to here, and then choose "MSMS.exe", and then click "OK".
4. Click "Next".
5. Type "MSMS" in the box.
6. Click "Finish".Then you can double click "MSMS" on your desktop to run MSMS.
## Authors- [@iamliuzhiyu](https://www.github.com/iamliuzhiyu)