CaveBlock addon for BentoBox. An interesting variation from Skyblock, where your goal is to survive in a cube of stone!
Go to file
BONNe 446087ab48
Merge develop into master (#15)
* Fixes BEETROOT_SEEDS enum for itemstack in schem

https://github.com/BentoBoxWorld/CaveBlock/issues/12

* Adds error checking for MATERIALs in config.yml

MATERIALs must be blocks otherwise the world populator will throw errors
and crash the server. This commit checks that all imported materials are
blocks and if they are not logs the error.

Updated config.yml to use correct 1.13 material names for blocks.

https://github.com/BentoBoxWorld/CaveBlock/issues/11

* Removes extraneous settings

https://github.com/BentoBoxWorld/BentoBox/issues/531

* Implement ability to change user and admin command in config.

* Improve CaveBlock pom.xml

Remove unnecessary things.
Add dependency projects in properties
Add BuildNumber to version tag.

* Add BentoBox 1.3.0 admin commands

* Remove BeaconEnabler as it is not necessary.
Beacon can shine through bedrock.

Update pom as Challenges addon.
2019-03-05 11:24:34 +02:00
.github/ISSUE_TEMPLATE Bug Report template fix 2019-02-01 18:57:01 +02:00
src/main Merge develop into master (#15) 2019-03-05 11:24:34 +02:00
.gitignore Merge develop into master (#15) 2019-03-05 11:24:34 +02:00
LICENSE Initial commit 2019-01-26 15:58:29 +01:00
README.md Update README.md 2019-02-18 08:29:30 +02:00
pom.xml Merge develop into master (#15) 2019-03-05 11:24:34 +02:00

README.md

CaveBlock

Discord

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.

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 wrold-height it has world-depth. It also has option to choose main block for each world, and blocks that will be occasionally replace main block, f.e. diamond ore or shulker. It also allows to specifiy if roof and floor for each world must be generated from bedrock.

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