Skip to content

Commands

yurisuika edited this page Aug 23, 2023 · 9 revisions

Commands

These are Compost's commands and what they control.

Config

  • /compost config reload

    • Reloads the config.
  • /compost config reset

    • Resets the config to its default values. Use with caution!

Groups

  • /compost groups query

    • Queries a list of the entries in an sequential format.
  • /compost groups add <item> <chance> <min> <max>

    • Adds an entry to the end of the config.

      • item : A string value of the item and optional NBT data.

      • chance : A double value of the chance to generate the item.

      • min : An integer value of the minimum count of the itemstack.

      • max : An integer value of the maximum count of the itemstack.

  • /compost groups remove <group>

    • Removes the selected entry from the config.

      • group : An integer value of the group's position in the config. This starts from 1.
Clone this wiki locally