- Added the ability to create collections as individual files for better organization!
- The name of the file is the ID of the collection
- All collections go into the
/config/randomcollections/collections/
folder. - Files here contain a
"rewards": []
section, which contains the list of rewards possible in this collection, just like the primary config file
{
"rewards": [
{
"type": "COMMAND_CONSOLE",
"weight": 10,
"commands": [
"give %player% diamond 1"
]
}
]
}
Need help? Join the Discord: https://discord.gg/cgBww275Fg
- Updated to 1.21.1
- There are no major changes to any of the mechanics. You will need to update any NBT as that has internally changed in Minecraft
Need help? Join the Discord: https://discord.gg/cgBww275Fg