Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 874 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 874 Bytes

Webtool

Webtool for BentoBox that allows users to create a ready to use .zip file with all desired addons in it.

The webtool fetches all addons from the official bentobox repository, which is located at codemc.

download.bentobox.world

Adding an addon from codemc

You might add new addons from codemc by creating a pull request for the following changes:

  1. Add your addon name to the bottom of the addons.txt file
    • Keep in mind that addon names are case-sensitive, so it must match the parent folder name on codemc.
  2. Create a markdown description file using the same name as above in /templates/descriptions/ with .md as file extension.