RandomCollections

RandomCollections

Mod

Randomly execute rewards for players out of predefined pools

Server Utility

259 downloads
3 followers
Follow Save
Filter versions...
Filter channels...
  • 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

Initial 1.0.1 release


Project members

Stampede

Member

Details

Licensed MPL-2.0
Published 10 months ago
Updated 2 months ago