|
| 1 | + |
| 2 | + |
1 | 3 | # MinecraftCube Desktop |
2 | 4 |
|
3 | | -A server management tool for Minecraft. |
| 5 | +A server management tool for Minecraft, that help players start any kind of minecraft server easier. Mainly support vanilla and forge, but mostly all kind of minecraft server without restriction. For those headache specified java server, the tool also support portable java to assign at the project you needed! |
| 6 | + |
| 7 | +[](https://github.com/invertase/melos) |
| 8 | +[](https://github.com/MinecraftCube/MinecraftCubeDesktop/blob/main/LICENSE) |
| 9 | +/main>) |
| 10 | +[](https://github.com/MinecraftCube/MinecraftCubeDesktop/releases) |
4 | 11 |
|
5 | | -Description WIP |
| 12 | +## Features |
| 13 | + |
| 14 | +- [x] Cross platform (Mac, Windows, Linux) |
| 15 | +- [x] System |
| 16 | + - Public/Gateway/Internal IP detection |
| 17 | + - CPU/MEMORY/GPU detection |
| 18 | + - Java detection |
| 19 | +- [x] Server |
| 20 | + - Start any server with same pipeline (forge, vanilla... etc) |
| 21 | + - server.properties configuration support. |
| 22 | + - java portable supports. (put portables under java folder beside servers/installers dir) |
| 23 | + - basic command candidates |
| 24 | +- [x] Craft |
| 25 | + - make an reusable installers for anyone at anytime. |
| 26 | +- [x] Well-tested (boasting) |
6 | 27 |
|
7 | 28 | ## How to open releases |
8 | 29 |
|
9 | | -> ### Windows |
10 | | -> |
11 | | -> No need any extra knowledge. |
12 | | -
|
13 | | -> ### Linux (x64/Amd) |
14 | | -> |
15 | | -> ``` |
16 | | -> sudo dpkg -i linux_the_file.deb |
17 | | -> /usr/local/lib/minecraft_cube_desktop/minecraft_cube_desktop |
18 | | -> ``` |
19 | | -> |
| 30 | +### Windows |
| 31 | + |
| 32 | +No need any extra knowledge. |
| 33 | + |
| 34 | +### Linux (x64/Amd) |
| 35 | + |
| 36 | +#### Option 1. Use `dpkg` |
| 37 | + |
| 38 | +``` |
| 39 | +sudo dpkg -i linux_the_file.deb |
| 40 | +/usr/local/lib/minecraft_cube_desktop/minecraft_cube_desktop |
| 41 | +``` |
| 42 | + |
20 | 43 | > Note: The Path you currently used in terminal will be the root directory for the app, please decide the directory, and use `cd`, then execute the last command above. |
21 | | -> |
22 | | -> or |
23 | | -> |
24 | | -> `dpkg-deb -x $DEBFILE $TARGET_DIRECTORY`, then open _mineraft_cube_desktop_ in the target directory. |
25 | | -> Don't forget to `chmod -R 755` the direcotry or use `sudo` open mineraft_cube_desktop. |
26 | | -
|
27 | | -> ### Macos |
28 | | -> |
29 | | -> ``` |
30 | | -> chmod -R 755 minecraft_cube_desktop.app |
31 | | -> ``` |
32 | | -> |
33 | | -> and `open ./minecraft_cube_desktop.app` in terminal |
34 | | -> or just double click. |
| 44 | +
|
| 45 | +#### Option 2. Use `dpkg-deb` |
| 46 | + |
| 47 | +`dpkg-deb -x $DEBFILE $TARGET_DIRECTORY`, then open _mineraft_cube_desktop_ in the target directory. |
| 48 | +Don't forget to `chmod -R 755` the direcotry or use open mineraft_cube_desktop as `sudo`. |
| 49 | + |
| 50 | +### Macos |
| 51 | + |
| 52 | +``` |
| 53 | +chmod -R 755 minecraft_cube_desktop.app |
| 54 | +``` |
| 55 | + |
| 56 | +and `open ./minecraft_cube_desktop.app` in terminal |
| 57 | +or just double click. |
0 commit comments