parent
8b0dd3f327
commit
a10191a0a3
1 changed files with 8 additions and 4 deletions
@ -1,14 +1,18 @@ |
|||||||
# Mineconomia Testing Server |
# Mineconomia Testing Server |
||||||
Pre-configured spigot server for testing purposes of the Mineconomia project. |
|
||||||
|
Pre-configured spigot server for testing purposes. |
||||||
Not intended for production. |
Not intended for production. |
||||||
|
|
||||||
## Installation |
## Running the server |
||||||
1. Install Java 17 from (Java Archive)[https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html] if you don't have it already |
|
||||||
|
1. Install Java 17 from [java archive](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) if you don't have it already |
||||||
|
|
||||||
2. Clone this repository |
2. Clone this repository |
||||||
```SH |
```SH |
||||||
git clone https://git.soukup.xyz/Mineconomia/dev-server.git |
git clone https://git.soukup.xyz/Mineconomia/dev-server.git |
||||||
``` |
``` |
||||||
3. Start the server |
|
||||||
|
3. Enter the directory and start the server |
||||||
```SH |
```SH |
||||||
cd dev-server |
cd dev-server |
||||||
java -jar server.jar |
java -jar server.jar |
||||||
|
|||||||
Loading…
Reference in new issue