mirror of https://github.com/LOOHP/Limbo.git
Minecraft 1.21.8
This commit is contained in:
parent
1bfe4cf7d4
commit
b19bba7140
|
|
@ -1,6 +1,6 @@
|
|||
# Limbo
|
||||
[](http://ci.loohpjames.com/job/Limbo/)
|
||||
## Standalone Limbo Minecraft Server (Currently 1.21.7)
|
||||
## Standalone Limbo Minecraft Server (Currently 1.21.8)
|
||||
|
||||
https://www.spigotmc.org/resources/82468/
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ IP: mc.loohpjames.com
|
|||
```
|
||||

|
||||
***
|
||||
### Downloads (1.17.1-1.21.7)
|
||||
### Downloads (1.17.1-1.21.8)
|
||||
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
|
||||
***
|
||||
### Offical Plugins
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -136,7 +136,7 @@
|
|||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<finalName>${project.artifactId}-${project.version}-1.21.7</finalName>
|
||||
<finalName>${project.artifactId}-${project.version}-1.21.8</finalName>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ public final class Limbo {
|
|||
|
||||
//===========================
|
||||
|
||||
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.7";
|
||||
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.8";
|
||||
public final int SERVER_IMPLEMENTATION_PROTOCOL = 772;
|
||||
public final String LIMBO_IMPLEMENTATION_VERSION;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue