A tool to generate scoreboard objectives for Minecraft.
Inspired by every-scoreboard and updated to support the latest versions
In order to run this script you need to have NodeJS installed on your system
git clone https://github.com/cohenerickson/Every-Scoreboard
cd Every-Scoreboard
npm install
Run the following command and follow the steps
npm start
Datapacks can be found in the ./out
directory after compilation
In the case that you want to delete all objectives run the following command in your Minecraft console
/function every-scoreboard:delete
m-<block>
Mined blocksu-<item>
Used itemsc-<item>
Crafted itemsb-<item>
Broken toolsp-<item>
Picked up itemsd-<item>
Dropped itemsk-<mob>
Killed mobskb-<mob>
Killed by mobz-<stats>
Custom
Use Burger to extract data files for {version}
Move the resulting {version}.json file into the ./data directory
python munch.py --download {version} --output ./{version}.json --toppings blocks,entities,items,stats