Skip to content

Commit dbeb7cc

Browse files
committed
Edit README
1 parent c96668f commit dbeb7cc

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is lightweight minecraft limbo server, written on Java with Netty.
44
The main goal of the project is maximum simplicity with a minimum number of sent and processed packets.
5-
This limbo is empty, there are no ability to set schematic building since
5+
This limbo is empty, there are no ability to set schematic building since
66
this is not necessary. You can send useful information in chat or BossBar.
77

88
No plugins, no logs. The server is fully clear. It only able keep a lot of players while the main server is down.
@@ -34,10 +34,7 @@ Symbol `X` means all minor versions.
3434
- [x] 1.16.X
3535
- [x] 1.17.X
3636
- [x] 1.18.X
37-
- [x] 1.19
38-
- [x] 1.19.1
39-
- [x] 1.19.2
40-
- [x] 1.19.3
37+
- [x] 1.19.X
4138

4239
The server **doesn't** support snapshots.
4340

@@ -57,7 +54,7 @@ The installation process is simple.
5754
1. Download the latest version of program **[here](https://github.com/Nan1t/NanoLimbo/releases)**
5855
2. Put jar file in the folder you want.
5956
3. Create a start script as you did it for Bukkit or BungeeCord with command like this:
60-
`java -jar NanoLimbo-<version>.jar`
57+
`java -jar NanoLimbo-<version>.jar`
6158
4. The server will create `settings.yml` file. It's a server configuration.
6259
5. Configure it as you want and restart server.
6360

@@ -70,22 +67,24 @@ The server supports player info forwarding from the proxy. There are several typ
7067
* `BUNGEE_GUARD` - **BungeeGuard** forwarding type.
7168

7269
If you use BungeeCord, or Velocity with `LEGACY` forwarding, just set this type in the config.
73-
If you use Velocity with `MODERN` info forwarding, set this type and paste secret key from Velocity
70+
If you use Velocity with `MODERN` info forwarding, set this type and paste secret key from Velocity
7471
config into `secret` field.
75-
If you installed BungeeGuard on your proxy, then use `BUNGEE_GUARD` forwarding type.
72+
If you installed BungeeGuard on your proxy, then use `BUNGEE_GUARD` forwarding type.
7673
Then add your tokens to `tokens` list.
7774

7875
### Contributing
7976

80-
You can create pull request, if you found some bug, optimization ability, or you want to add some functional,
77+
You can create pull request, if you found some bug, optimization ability, or you want to add some functional,
8178
which is suitable for limbo server and won't significantly load the server.
8279

80+
All PR's should be targeted to the `dev` branch to keep the `main` stable and clear.
81+
8382
### Building
8483

8584
Required software:
8685

8786
* JDK 1.8+
88-
* Gradle 7+
87+
* Gradle 7+ (optional)
8988

9089
To build minimized .jar, go to project root and write in terminal:
9190

0 commit comments

Comments
 (0)