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.
-
fallingstarThe 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 helpShow a list of available commands and their descriptions.
Usage/fallingstar help [page] -
fallingstar reloadReload config files.
Usage/fallingstar reload -
fallingstar statusShow status output. By default, shows condensed status output.
Usage/fallingstar status [brief|full] -
fallingstar status briefShow condensed status output.
Usage/fallingstar status brief -
fallingstar status fullShow full status output, including all config values, and rewards validation status.
Usage/fallingstar status full -
fallingstar forceForce 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 cleanupRemove 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-deleteConfirm deletion of a preset.
Usage/fallingstar confirm-delete <event_id> -
fallingstar preset events enableAllow an event preset to be selected for spawning.
Usage/fallingstar preset events enable <event_id> -
fallingstar preset events disablePrevent an event preset from being selected for spawning.
Usage/fallingstar preset events disable <event_id> -
fallingstar preset events listShow a list of all event presets, including their enabled/disabled status.
Usage/fallingstar preset events list -
fallingstar preset events createCreate 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 deleteDelete an event preset. This command will prompt for confirmation before deleting the preset file.
Usage/fallingstar preset events delete <event_id> -
fallingstar preset events infoShow 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 rewardsSet the rewards preset associated with this event preset.
Usage/fallingstar preset events set rewards <event_id> <rewards_preset_id> -
fallingstar preset events set visualsSet the visuals preset associated with this event preset.
Usage/fallingstar preset events set visuals <event_id> <visuals_preset_id> -
fallingstar preset rewards listShow a list of all rewards presets.
Usage/fallingstar preset rewards list -
fallingstar preset rewards createCreate 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 deleteDelete 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 infoShow 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 addAdd 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-itemAdd 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 removeRemove 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 enableAllow a visuals preset to be selected for use in events.
Usage/fallingstar preset visuals enable <visuals_preset_id> -
fallingstar preset visuals disablePrevent a visuals preset from being selected for use in events.
Usage/fallingstar preset visuals disable <visuals_preset_id> -
fallingstar preset visuals listShow a list of all visuals presets, including their enabled/disabled status.
Usage/fallingstar preset visuals list -
fallingstar preset visuals createCreate 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 deleteDelete 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 infoShow 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>