Перейти к содержимому
Mineforgian

RandomCollections

Randomly execute rewards for players out of predefined pools

Загрузки
868
Подписчики
3
Обновлён
17 октября 2025 г.
Лицензия
MPL-2.0

Опубликован 12 ноября 2024 г.

RandomCollections

Requires Fabric Kotlin Enviroment Server Discord

A Fabric server-sided reward pools mod! Create collections of loot that you can randomly distribute to players.

More information on configuration can be found on the Wiki!

Features

  • Create practically infinite reward collections (idk, haven't tested that)
  • 3 different reward types (item, command console, command player)
  • Placeholder Integrations (Impactor, PlaceholderAPI)

Installation

  1. Download the latest version of the mod from Modrinth.
  2. Download all required dependencies:
  3. Download any optional dependencies:
  4. Install the mod and dependencies into your server's mods folder.
  5. Configure your collections in the ./config/randomcollections/config.json file.

Commands/Permissions

Command Description Permission
/rc [player] [amount] Gives the amount of rewards to the specified players from the listed pool randomcollections.command.base
/rc reload Reload the Mod randomcollections.command.reload
/rc debug Toggle the debug mode for more insight into errors randomcollections.command.debug

Donations

This mod was developed as part of the Skies Development goal of providing free, high quality, and open sourced mods for the Cobblemon and Fabric communities! If you are able to support this mission, please consider making a one-time donation or becoming a Member on Ko-fi. Being a member gives you early access to all new mods as well as helping decide on the development direction.

Support

A community support Discord has been opened up for all Skies Development related projects! Feel free to join and ask questions or leave suggestions :)

Ченджлог

1.2.1Релиз1.21.1 · 17 октября 2025 г.
  • Added debugs to rewards when debug mode is enabled. Will print out the commands and items being given when executed for debugging purposes.
  • Included Fabric PermissionsAPI within the jar
1.2.0Релиз1.21.1 · 11 июля 2025 г.
  • 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

1.1.0Релиз1.21.1 · 24 февраля 2025 г.
  • 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

1.1.0-BETA1Бета1.21.1 · 12 ноября 2024 г.
  • 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

1.0.1Релиз1.20.1 · 12 ноября 2024 г.

Initial 1.0.1 release

Комментарии

Загружаем…