Skip to content

Commands

DaFuqs edited this page Nov 10, 2022 · 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 serverside 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_sanity

Required permission level: 2

Since Spectrums 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. Recipes that have a required advancement set, that does not exist (making it impossible to unlock that recipe)
  2. Pigment Pedestal recipes that use a color of gemstone powder not available at that recipe tier yet

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