Update readme

This commit is contained in:
Nanit 2020-11-27 22:11:26 +02:00
parent 7edf8993a2
commit 6d382dfb2e

View File

@ -28,11 +28,12 @@ There are no commands. To close server just run `Ctrl+C` in the terminal. It wil
The installation process is simple. The installation process is simple.
1. Put jar file folder you want. 1. Download the latest version of program **[here](https://github.com/Nan1t/NanoLimbo/tree/main/build/libs)**
2. Create start script as you did it with bukkit/spigot/etc. with command like this: 2. Put jar file folder you want.
3. Create start script as you did it with bukkit/spigot/etc. with command like this:
`java -jar <FileName>.jar` `java -jar <FileName>.jar`
3. The server will create `settings.yml` file. It's a server configuration. 4. The server will create `settings.yml` file. It's a server configuration.
4. Configure it as you want and restart server. 5. Configure it as you want and restart server.
I recommend you set parameter `debugLevel` to `0` when you finish test server and run it into production. I recommend you set parameter `debugLevel` to `0` when you finish test server and run it into production.
This will disable some useless for production information in the console. This will disable some useless for production information in the console.
@ -45,4 +46,4 @@ which will not significantly load the server.
### Building ### Building
The app use `Gradle` to build and minimize .jar file. The app use `Gradle` to build and minimize .jar file.
Run `shadowJar` task to build minimized executable jar file. Run `shadowJar` task to build minimized executable jar file.