mirror of https://github.com/LOOHP/Limbo.git
Compare commits
3 Commits
1e90d228db
...
acaafc3955
| Author | SHA1 | Date |
|---|---|---|
|
|
acaafc3955 | |
|
|
9cdfbfcfdc | |
|
|
72fce754ae |
|
|
@ -1,6 +1,6 @@
|
||||||
# Limbo
|
# Limbo
|
||||||
[](http://ci.loohpjames.com/job/Limbo/)
|
[](http://ci.loohpjames.com/job/Limbo/)
|
||||||
## Standalone Limbo Minecraft Server (Currently 1.21.9)
|
## Standalone Limbo Minecraft Server (Currently 1.21.10)
|
||||||
|
|
||||||
https://www.spigotmc.org/resources/82468/
|
https://www.spigotmc.org/resources/82468/
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@ IP: mc.loohpjames.com
|
||||||
```
|
```
|
||||||

|

|
||||||
***
|
***
|
||||||
### Downloads (1.17.1-1.21.9)
|
### Downloads (1.17.1-1.21.10)
|
||||||
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
|
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
|
||||||
***
|
***
|
||||||
### Offical Plugins
|
### Offical Plugins
|
||||||
|
|
|
||||||
4
pom.xml
4
pom.xml
|
|
@ -136,7 +136,7 @@
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<finalName>${project.artifactId}-${project.version}-1.21.9</finalName>
|
<finalName>${project.artifactId}-${project.version}-1.21.10</finalName>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
@ -229,7 +229,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.14.0</version>
|
<version>3.18.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.Querz</groupId>
|
<groupId>com.github.Querz</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue