The Data Pack for running the Minecraft Tournament (MCT) and all its games
This is broken up into directories inside data/mct-manager/functions/ that handle the logic and games of MCT.
description of how to use this data pack, including details on setup and which functions to use for what purpose
You must follow these rules to maintain compatibility across MCT data packs:
- The folder with the
function/directory must start withmct-, match the name of your repository, and be all lowercase.- That way it's easy to keep track of when
/functioncommands are trying to use other Data Pack's.mcfunctions.
- That way it's easy to keep track of when
- Ensure your scoreboard names are unique across MCT Data Packs. Otherwise there will be conflicts.
- Describe the purpose of every
.mcfunctionfile in a comment at the top- use the
#character at the start of a line to make it a comment
- use the