Minecraft 1.20.2

This commit is contained in:
LittleChest 2023-09-24 13:54:37 +08:00
parent d3f674bcf2
commit 133ee0572d
No known key found for this signature in database
GPG Key ID: 8E175E34AF7382AC
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Limbo # Limbo
[![Build Status](http://ci.loohpjames.com/job/Limbo/badge/icon)](http://ci.loohpjames.com/job/Limbo/) [![Build Status](http://ci.loohpjames.com/job/Limbo/badge/icon)](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
``` ```
![Server Banner](https://api.loohpjames.com/serverbanner.png?ip=mc.loohpjames.com&width=918&name=IP:%20mc.loohpjames.com) ![Server Banner](https://api.loohpjames.com/serverbanner.png?ip=mc.loohpjames.com&width=918&name=IP:%20mc.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

View File

@ -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>

View File

@ -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;