Skip to content

Commands

DaFuqs edited this page Dec 22, 2023 · 10 revisions

Spectrum comes with a list of commands for debugging and testing for modpack makers or just for OPs to play around with.

/spectrum_config

Required permission level: 0

Prints the server-side config to the chat. Nice way to check config edits in modpacks.

/spectrum_spawn_shooting_star <<targets>> <<amount>>

Required permission level: 2

Spawns <<amount>> shooting stars for the target entities. This applies regardless of whether a targeted player has unlocked the required progression. To best see the shooting stars, use the command in the night with night vision.

/spectrum_primordial_fire <<targets>> <<duration>>

Required permission level: 2

Sets the selected targets on primordial fire for <<duration>> ticks.

/spectrum_sanity

Required permission level: 2

Since Spectrum's progression system is notably complex, you as a modpack maker can use this command to run a few checks against the registered recipes and some other components. Notably:

  1. For recipes that have a required advancement set, it checks that the advancement exists (otherwise making it impossible to unlock that recipe)
  2. For Pigment Pedestal recipes, it checks that the gemstone powders in use are available at that tier

This command also lists the amount of gemstone powder used in all recipes for each pedestal tier. This can be used to determine which color is used the most/least often to add some balance.

Clone this wiki locally