parent
81b2f4556c
commit
8b0dd3f327
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
# Mineconomia Testing Server |
||||||
|
Pre-configured spigot server for testing purposes of the Mineconomia project. |
||||||
|
Not intended for production. |
||||||
|
|
||||||
|
## Installation |
||||||
|
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 |
||||||
|
```SH |
||||||
|
git clone https://git.soukup.xyz/Mineconomia/dev-server.git |
||||||
|
``` |
||||||
|
3. Start the server |
||||||
|
```SH |
||||||
|
cd dev-server |
||||||
|
java -jar server.jar |
||||||
|
``` |
||||||
Loading…
Reference in new issue