This is a platform for Minecraft command mods. It comes in the form of a datapack with existing namespaces which the developer can add to.
It offers the following features (as of v1.2):
- A one second period scheduler that allows functions to execute on any game clock tick,
- Additional five second, one minute and five minute scheduled timers,
- A 0-99 value random number generator (via armor stands),
- Players are given unique scores for individual player tracking,
- The mod pack name and data is customizable and individual mods can display their own information on installation,
- A Python script is offered that can create a 'release' version of the mod pack with variables obfuscated. This currently has to be set up manually with configuration files. It also checks for repeated names in different namespaces.
The Jaffle project is hosted on Git. Check it out here:
https://github.com/drisebor/jaffle
I have put some information on my website: https://joacomp.com/jaffle-minecraft-modding-platform,
however, I have to admit that I haven't posted a lot of tutorial content yet since I enjoy making up command mods much more than posting about them, however I hope to fix that in the future, especially if people show some interest.