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.
You might add new addons from codemc by creating a pull request for the following changes:
- 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.
- Create a markdown description file using the same name as above in
/templates/descriptions/
with.md
as file extension.