RandomCollections

RandomCollections

Mod

Randomly execute rewards for players out of predefined pools

Server Utility

260 downloads
3 followers
Follow Save

RandomCollections 1.2.0

Changelog

  • 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

Files

RandomCollections-fabric-1.21.1-1.2.0.jar(937.3 KiB) Primary Download

Project members

Stampede

Member

Details

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