You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
470 B
19 lines
470 B
# Mineconomia Testing Server
|
|
|
|
Pre-configured spigot server for testing purposes.
|
|
Not intended for production.
|
|
|
|
## Running the server
|
|
|
|
1. Install Java 17 from the [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. Enter the directory and start the server
|
|
```SH
|
|
cd dev-server
|
|
java -jar server.jar
|
|
``` |