CaveBlock addon for BentoBox. An interesting variation from Skyblock, where your goal is to survive in a cube of stone!
Go to file
BONNe 3070abe260
Prepare 1.17 release (#88)
* Fixes a 1.18 world generator bug where it generated dirt-grass layers.

Expose 3 world generator options for overworld:
- natural-surface - generates surface that is natural(-ish). Currently, it may be just grass and dirt layers.
- natural-caves - generates caves inside world.
- natural-bedrock - generates natural looking bedrock pattern.

This also fixes a bug with floor and roof config option not working properly.

Fixes https://github.com/BentoBoxWorld/Level/issues/258

* Fixes issue when ores were not generated in correct form. #77

* Init 1.17.0 version

* Translate de.yml via GitLocalize (#84)

Co-authored-by: Patrick <patrick.wassmuth@gmx.de>

* Translate ru.yml via GitLocalize (#85)

Co-authored-by: Marmur2020 <marmur2020@gmail.com>

* Rework entity populator.

The new world populator on some engines are multi-threaded, however, minecraft does not allow to remove entities outside main-thread. As entity populator spawned entity and then removed when there were no spot for it, servers crashed.

The issue should be fixed now as I add custom entity bounding box calculator before it is spawned to check if there is place for entity.

Fixes #86

* Caveblock TR locale (#87)

* Translate tr.yml via GitLocalize

* Translate tr.yml via GitLocalize

* Translate tr.yml via GitLocalize

Co-authored-by: Wolerus <yakup1907.sen@gmail.com>
Co-authored-by: Over_Brave <soncesurlar@gmail.com>
Co-authored-by: mt-gitlocalize <mt@gitlocalize.com>

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: Patrick <patrick.wassmuth@gmx.de>
Co-authored-by: Marmur2020 <marmur2020@gmail.com>
Co-authored-by: Wolerus <yakup1907.sen@gmail.com>
Co-authored-by: Over_Brave <soncesurlar@gmail.com>
Co-authored-by: mt-gitlocalize <mt@gitlocalize.com>
2023-01-05 21:21:23 +02:00
.github/workflows Now with correct CaveBlock reference. 2021-08-15 11:40:40 -07:00
src/main Prepare 1.17 release (#88) 2023-01-05 21:21:23 +02:00
.gitignore Ignore IntelliJ 2021-12-21 08:58:07 -08:00
LICENSE Initial commit 2019-01-26 15:58:29 +01:00
README.md Fix typos, grammar. 2021-12-21 08:59:22 -08:00
pom.xml Prepare 1.17 release (#88) 2023-01-05 21:21:23 +02:00

README.md

CaveBlock

Discord Build Status

CaveBlock is an addon for BentoBox, so to run CaveBlock, you must have BentoBox installed. It is not a Bukkit plugin and trying to use it as one will not work.

Translation

Like most BentoBox projects, the CaveBlock Addon is translatable into any language. Everyone can contribute, and translate some parts of the addon into their language via GitLocalize. If your language is not in the list, please contact the developers via Discord, and it will be added.

Installation

  1. Install BentoBox and run it on the server at least once to create its data folders.
  2. Place this jar in the addons folder of the BentoBox plugin.
  3. Restart the server.
  4. The addon will create worlds and a data folder and inside the folder will be a config.yml.
  5. Stop the server.
  6. Edit the config.yml how you want.
  7. Delete any worlds that were created by default if you made changes that would affect them.
  8. Restart the server.

Config.yml

The config.yml is similar to BSkyblock and AcidIsalnd but not the same. It has some additional or changed parameters, like, instead of world-height it has world-depth.

Other Add-ons

CaveBlock is an add-on that uses the BentoBox API. Here are some other ones that you may be interested in:

  • Level - provides island level calculation and a top ten - may need some adjusments, as main block will be over all island.
  • Welcome Warps - provides the warp sign feature
  • Challenges - challenges
  • Biomes - allows to change biomes per island
  • Greenhouses - allows to create green houses that provides some biome specific materials / mobs.
  • invSwitcher - allows to switch inventories between gamemode worlds

You can find the projects on GitHub.

Bugs and Feature requests

File bug and feature requests here: https://github.com/BentoBoxWorld/CaveBlock/issues