mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-12-29 04:18:05 +01:00
Init next release (for BentoBox 1.5.0)
This commit is contained in:
parent
698473e747
commit
ff6e28b27e
12
README.md
12
README.md
@ -7,7 +7,7 @@ Add-on for BentoBox to provide challenges for any BentoBox GameMode.
|
||||
## Where to find
|
||||
|
||||
Currently Challenges Addon is in **Beta stage**, so it may or may not contain bugs... a lot of bugs. Also it means, that some features are not working or implemented.
|
||||
Latest official **Beta Release is 0.7.0**, and you can download it from [Release tab](https://github.com/BentoBoxWorld/Challenges/releases)
|
||||
Latest official **Beta Release is 0.7.5**, and you can download it from [Release tab](https://github.com/BentoBoxWorld/Challenges/releases)
|
||||
|
||||
Or you can try **nightly builds** where you can check and test new features that will be implemented in next release from [Jenkins Server](https://ci.codemc.org/job/BentoBoxWorld/job/Challenges/lastStableBuild/).
|
||||
|
||||
@ -29,11 +29,11 @@ There exist also some default challenges, which importing also are available via
|
||||
|
||||
## Compatibility
|
||||
|
||||
- [x] BentoBox - 1.4.0 version
|
||||
- [x] BSkyBlock - 1.4.0 version
|
||||
- [x] AcidIsland - 1.4.0 version
|
||||
- [x] SkyGrid - 1.4.0 version
|
||||
- [x] CaveBlock - 1.4.0 version
|
||||
- [x] BentoBox - 1.5.0 version
|
||||
- [x] BSkyBlock - 1.5.0 version
|
||||
- [x] AcidIsland - 1.5.0 version
|
||||
- [x] SkyGrid - 1.5.0 version
|
||||
- [x] CaveBlock - 1.5.0 version
|
||||
|
||||
## Config.yml
|
||||
|
||||
|
6
pom.xml
6
pom.xml
@ -36,13 +36,13 @@
|
||||
<powermock.version>1.7.4</powermock.version>
|
||||
<!-- More visible way how to change dependency versions -->
|
||||
<spigot.version>1.13.2-R0.1-SNAPSHOT</spigot.version>
|
||||
<bentobox.version>1.4.0</bentobox.version>
|
||||
<bentobox.version>1.5.0-SNAPSHOT</bentobox.version>
|
||||
<level.version>1.4.0</level.version>
|
||||
<vault.version>68f14ec</vault.version>
|
||||
<!-- Revision variable removes warning about dynamic version -->
|
||||
<revision>${build.version}-SNAPSHOT</revision>
|
||||
<!-- This allows to change between versions and snapshots. -->
|
||||
<build.version>0.7.0</build.version>
|
||||
<build.version>0.7.5</build.version>
|
||||
<build.number>-LOCAL</build.number>
|
||||
</properties>
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
</repository>
|
||||
<repository>
|
||||
<id>codemc-repo</id>
|
||||
<url>https://repo.codemc.org/repository/maven-releases/</url>
|
||||
<url>https://repo.codemc.org/repository/maven-public/</url>
|
||||
</repository>
|
||||
<!--Vault Repo is down.-->
|
||||
<!--<repository>-->
|
||||
|
Loading…
Reference in New Issue
Block a user