Add-on for BentoBox to add challenges for BSkyBlock and AcidIsland
Go to file
tastybento 9d45f08fb1 Test coverage (#199)
* Test coverage for Challenges Command

* Added CompleteChallengeCommand test class

* Added Utils test class

* Added ChallengesGUI test class

* Fix code smells from sonarcloud analysis

* Added .gitignore

* Added Travis CI config file

* WIP ChallengesManager Test class

* Added ChallengesManager test class

* Removed debug

* Removed code smells.

* Added ChallengesAddon test class.

* Added onDisbale test

* Added new TryToComplete test class - WIP

Covers inventory challenges.

* Added Island Challenge entity tests to TryToComplete test class
2019-10-30 08:44:26 +02:00
src Test coverage (#199) 2019-10-30 08:44:26 +02:00
.gitignore Test coverage (#199) 2019-10-30 08:44:26 +02:00
.travis.yml Test coverage (#199) 2019-10-30 08:44:26 +02:00
CONTRIBUTING.md Created contribution guidelines 2018-05-27 09:13:53 -07:00
LICENSE Added license 2018-05-27 09:14:50 -07:00
PULL_REQUEST_TEMPLATE.md Fixing various typos (#172) 2019-08-26 07:55:22 +03:00
README.md Update README.md 2019-09-09 19:22:02 +03:00
pom.xml Test coverage (#199) 2019-10-30 08:44:26 +02:00

README.md

Challenges Addon

Discord Build Status

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.8.0, and you can download it from Release tab But it will work with BentoBox 1.6.x and BentoBox 1.7.x.

Latest development builds will be based on Minecraft 1.14.4 and BentoBox 1.8.0. Nightly builds are available in Jenkins Server.

Be aware that 0.8.0 stores data differently than it is in 0.7.5 and below. It will be necessary to migrate data via command /[gamemode_admin] challenges migrate.

If you like this addon but something is missing or is not working as you want, you can always submit an Issue request or get a support in Discord BentoBox icon

Translations

As most of BentoBox projects, Challenges Addon is translatable in any language. Everyone can contribute, and translate some parts of the addon in their language via GitLocalize. If your language is not in the list, please contact to developers via Discord and it will be added there. Unfortunately, default challenges come only in English translation. But with version 0.8.0 there will be access to different challenges libraries, where everyone could share their challenges with their translations. More information will come soon.

How to use

  1. Place the addon jar in the addons folder of the BentoBox plugin
  2. Restart the server
  3. Edit the config.yml how you want.
  4. Restart the server

Challenges

By default, challenges addon comes without any challenge or level. On first runtime only Admin GUI will be accessible. Admins can create their own challenges or import some default challenges, which importing also are available via Admin GUI. Default challenges contains 5 levels and 57 challenges. There exist also Web Library, where users can download public challenges. It is accessible with Admin GUI by clicking on Web icon.

Compatibility

  • BentoBox - 1.6.x and 1.7.x versions
  • BSkyBlock
  • AcidIsland
  • SkyGrid
  • CaveBlock

Information

More information can be found in Wiki Pages.