Skip to content
These docs are a work in progress and may be incomplete or contain inaccuracies. (Or be for a newer unreleased version of the mod)

Falling Star Rewards Commands

Commands for the Falling Star Rewards mod. These commands can be used to manage and customize the falling star events and rewards.

  • fallingstar
    falling_star_rewards.command.fallingstar

    The main command for the Falling Star Rewards mod. This command has several subcommands that can be used to manage and customize the falling star events and rewards.

    Usage /fallingstar <subcommand> [args]
  • fallingstar help
    falling_star_rewards.command.fallingstar.help

    Show a list of available commands and their descriptions.

    Usage /fallingstar help [page]
  • fallingstar reload
    falling_star_rewards.command.fallingstar.reload

    Reload config files.

    Usage /fallingstar reload
  • fallingstar status
    falling_star_rewards.command.fallingstar.status

    Show status output. By default, shows condensed status output.

    Usage /fallingstar status [brief|full]
  • fallingstar status brief
    falling_star_rewards.command.fallingstar.status

    Show condensed status output.

    Usage /fallingstar status brief
  • fallingstar status full
    falling_star_rewards.command.fallingstar.status

    Show full status output, including all config values, and rewards validation status.

    Usage /fallingstar status full
  • fallingstar force
    falling_star_rewards.command.fallingstar.force

    Force one random spawn cycle, or a specific preset if provided. This command is useful for testing and debugging purposes, as well as for manually triggering events.

    Usage /fallingstar force [<preset>]
  • fallingstar cleanup
    falling_star_rewards.command.fallingstar.cleanup

    Remove tracked active drops. This command is useful for removing drops that have been stuck due to errors or other issues.

    Usage /fallingstar cleanup
  • fallingstar confirm-delete
    falling_star_rewards.command.fallingstar.confirm-delete

    Confirm deletion of a preset.

    Usage /fallingstar confirm-delete <event_id>
  • fallingstar preset events enable
    falling_star_rewards.command.fallingstar.preset.enable

    Allow an event preset to be selected for spawning.

    Usage /fallingstar preset events enable <event_id>
  • fallingstar preset events disable
    falling_star_rewards.command.fallingstar.preset.disable

    Prevent an event preset from being selected for spawning.

    Usage /fallingstar preset events disable <event_id>
  • fallingstar preset events list
    falling_star_rewards.command.fallingstar.preset.list

    Show a list of all event presets, including their enabled/disabled status.

    Usage /fallingstar preset events list
  • fallingstar preset events create
    falling_star_rewards.command.fallingstar.preset.create

    Create a new event preset. This command will create a new preset file with default values, which can then be edited to customize the event.

    Usage /fallingstar preset events create <event_id>
  • fallingstar preset events delete
    falling_star_rewards.command.fallingstar.preset.delete

    Delete an event preset. This command will prompt for confirmation before deleting the preset file.

    Usage /fallingstar preset events delete <event_id>
  • fallingstar preset events info
    falling_star_rewards.command.fallingstar.preset.info

    Show detailed information about an event preset, including its activation conditions, spawn parameters, and associated rewards and visuals presets.

    Usage /fallingstar preset events info <event_id>
  • fallingstar preset events set rewards
    falling_star_rewards.command.fallingstar.preset.set

    Set the rewards preset associated with this event preset.

    Usage /fallingstar preset events set rewards <event_id> <rewards_preset_id>
  • fallingstar preset events set visuals
    falling_star_rewards.command.fallingstar.preset.set

    Set the visuals preset associated with this event preset.

    Usage /fallingstar preset events set visuals <event_id> <visuals_preset_id>
  • fallingstar preset rewards list
    falling_star_rewards.command.fallingstar.preset.list

    Show a list of all rewards presets.

    Usage /fallingstar preset rewards list
  • fallingstar preset rewards create
    falling_star_rewards.command.fallingstar.preset.create

    Create a new rewards preset. This command will create a new preset file with default values, which can then be edited to customize the rewards.

    Usage /fallingstar preset rewards create <rewards_preset_id>
  • fallingstar preset rewards delete
    falling_star_rewards.command.fallingstar.preset.delete

    Delete a rewards preset. This command will prompt for confirmation before deleting the preset file.

    Usage /fallingstar preset rewards delete <rewards_preset_id>
  • fallingstar preset rewards info
    falling_star_rewards.command.fallingstar.preset.info

    Show detailed information about a rewards preset, including the items and quantities that can be dropped.

    Usage /fallingstar preset rewards info <rewards_preset_id>
  • fallingstar preset rewards add
    falling_star_rewards.command.fallingstar.preset.add

    Add a reward entry to a rewards preset. This command allows for quick editing of rewards presets without needing to manually edit the JSON files.

    Usage /fallingstar preset rewards add <rewards_preset_id> <item_id> <weight> <min> <max> [custom_model_data] [custom_data]
  • fallingstar preset rewards add-held-item
    falling_star_rewards.command.fallingstar.preset.add

    Add a reward entry to a rewards preset based on the item currently held by the player. This command allows for quickly adding rewards based on in-game items without needing to know the exact item ID or other parameters.

    Usage /fallingstar preset rewards add-held-item <rewards_preset_id> <weight> <min> <max>
  • fallingstar preset rewards remove
    falling_star_rewards.command.fallingstar.preset.remove

    Remove a reward entry from a rewards preset by its item ID. This command allows for quick editing of rewards presets without needing to manually edit the JSON files.

    Usage /fallingstar preset rewards remove <rewards_preset_id> <item_id>
  • fallingstar preset visuals enable
    falling_star_rewards.command.fallingstar.preset.enable

    Allow a visuals preset to be selected for use in events.

    Usage /fallingstar preset visuals enable <visuals_preset_id>
  • fallingstar preset visuals disable
    falling_star_rewards.command.fallingstar.preset.disable

    Prevent a visuals preset from being selected for use in events.

    Usage /fallingstar preset visuals disable <visuals_preset_id>
  • fallingstar preset visuals list
    falling_star_rewards.command.fallingstar.preset.list

    Show a list of all visuals presets, including their enabled/disabled status.

    Usage /fallingstar preset visuals list
  • fallingstar preset visuals create
    falling_star_rewards.command.fallingstar.preset.create

    Create a new visuals preset. This command will create a new preset file with default values, which can then be edited to customize the visuals.

    Usage /fallingstar preset visuals create <visuals_preset_id>
  • fallingstar preset visuals delete
    falling_star_rewards.command.fallingstar.preset.delete

    Delete a visuals preset. This command will prompt for confirmation before deleting the preset file.

    Usage /fallingstar preset visuals delete <visuals_preset_id>
  • fallingstar preset visuals info
    falling_star_rewards.command.fallingstar.preset.info

    Show detailed information about a visuals preset, including the particle effects, sounds, and other visual parameters that will be used during events.

    Usage /fallingstar preset visuals info <visuals_preset_id>