This NodeJS Website Generates Easy-To-Use .zip
files for server admins to install BentoBox in just a few clicks!
The Tool Accesses Github to download Releases, and updates its cache once every 6 minutes, to provide a very up-to-date mirror for github.
The Tool Accesses BentoBoxWorld's CI to download / mirror Development builds, for Ease of Use as well.
The Tool Mirrors old versions of addons for Ease-of-use to server admins using Outdated Versions of Minecraft
To add an addon, simply go to the config.json file, and following the Addon/Gamemode format, add your addon. use \n
for returns.
This tool has both a web API, and a (static) React-Based Website. To Build the Static website, and generate the Web / API Server, you must do the following:
- Install NodeJS
- Install Yarn via
npm i -g yarn
- Run
yarn
in the directory of the website, to build dependencies - (Optional, if build fails) Run
yarn add sqlite3
to install SQLite3 - Run
yarn build
to build the web server, API, and Static website - (Optional) Copy
env.example.json
toenv.json
, and set your desired settings, removing options that you don't want. - Run
yarn start
to host the website on port 8080
yarn site
- Rebuilds (in Dev mode) Site Only, and Hosts
yarn dev
- Rebuilds (in Dev mode) Everything, and Hosts
Based on BentoBoxWorld/Website by Mastercake
Build by Fredthedoggy