mirror of https://github.com/LOOHP/Limbo.git
Minecraft 1.20.2
This commit is contained in:
parent
d3f674bcf2
commit
133ee0572d
|
|
@ -1,6 +1,6 @@
|
||||||
# Limbo
|
# Limbo
|
||||||
[](http://ci.loohpjames.com/job/Limbo/)
|
[](http://ci.loohpjames.com/job/Limbo/)
|
||||||
## Standalone Limbo Minecraft Server (Currently 1.20.1)
|
## Standalone Limbo Minecraft Server (Currently 1.20.2)
|
||||||
|
|
||||||
### Starting the server
|
### Starting the server
|
||||||
Use the following command lines to start the limbo server just like any other minecraft server
|
Use the following command lines to start the limbo server just like any other minecraft server
|
||||||
|
|
@ -16,7 +16,7 @@ IP: mc.loohpjames.com
|
||||||
```
|
```
|
||||||

|

|
||||||
***
|
***
|
||||||
### Downloads (1.17.1-1.20.1)
|
### Downloads (1.17.1-1.20.2)
|
||||||
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
|
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
|
||||||
***
|
***
|
||||||
### Maven
|
### Maven
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -136,7 +136,7 @@
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<finalName>${project.artifactId}-${project.version}-1.20.1</finalName>
|
<finalName>${project.artifactId}-${project.version}-1.20.2</finalName>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
|
||||||
|
|
@ -139,8 +139,8 @@ public final class Limbo {
|
||||||
|
|
||||||
//===========================
|
//===========================
|
||||||
|
|
||||||
public final String SERVER_IMPLEMENTATION_VERSION = "1.20.1";
|
public final String SERVER_IMPLEMENTATION_VERSION = "1.20.2";
|
||||||
public final int SERVER_IMPLEMENTATION_PROTOCOL = 763;
|
public final int SERVER_IMPLEMENTATION_PROTOCOL = 764;
|
||||||
public final String LIMBO_IMPLEMENTATION_VERSION;
|
public final String LIMBO_IMPLEMENTATION_VERSION;
|
||||||
|
|
||||||
private final AtomicBoolean isRunning;
|
private final AtomicBoolean isRunning;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue