Link Search Menu Expand Document

GitHub Language: mcfunction Language: JSON GitHub release (latest by date) GitHub release (latest by date including pre-releases) Crowdin Renovate enabled

muffinhunt-datapack

This is the MuffinHunt datapack! You’ll find features packed for MuffinHunts!

What is a MuffinHunt?

A MuffinHunt, in short, is a variation of a certain Speedrunner vs Hunter series on YouTube, with extra rules. As well, we have starting kits (which are mostly for balancing), automatically increasing kits, etc. You can find a full list of rules and explanations about the series here.

How To Use

You can download the latest stable or beta version from the Releases page. For a development version, our CI compiles automatically for every commit pushed, and uploads an artifact. You will have to unzip this file, however. You can find it here!

Place the zip file that you downloaded in your Minecraft world (.minecraft/saves/[worldname]/datapacks by default) folder and you are good to go! You can trigger the functions manually, but you will not need to run any commands beyond /trigger StartMuffinHunt to work. You’ll find them under namespace muffinhunt:. You will have to manually assign tags, however while a MuffinHunt is running, you can do /function muffinhunt:dev/assign_permanent_tags. This will assign tags that will not be removed on the end of the MuffinHunt.

Contributing

If you want to contribute, feel free to fork this repo and send me a PR!

Documentation updates

If you would like to contribute to the documentation, make sure your PR is targeting the gh-pages branch, as that is the documentation branch (GitHub pages fetches from there)

Found a bug?

If you find a bug, feel free to create an issue or pull request if you know how to fix it! That’s always appreciated around here.

License

    MuffinHunt Datapack
    Copyright (C) 2022 osfanmuffin

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.