Skip to content

Configuration

Shane Jacobs edited this page Jul 21, 2026 · 1 revision

Configuration

Server configuration is stored in config/stasismod-server.toml.

Energy Settings

ACTIVATION_COST

  • Default: 10000 FE
  • Range: 1000 - 1000000 FE
  • Description: Energy required to activate the chamber once

Plot Settings

MAX_PLAYERS

  • Default: 25
  • Range: 1 - 1000
  • Description: Maximum number of players that can have allocated plots
  • Note: Increasing this doesn't allocate plots to existing players; plots are allocated on-demand

PLOT_SPACING

  • Default: 2500 blocks
  • Range: 1500 - 10000 blocks
  • Description: Distance between plot centers in the grid
  • Note: Larger spacing = more space per player, but higher coordinates

Example Configuration

[Energy]
# Activation cost in Forge Energy
ACTIVATION_COST = 10000

[Plots]
# Maximum players that can allocate plots
MAX_PLAYERS = 25
# Spacing between plot centers (blocks)
PLOT_SPACING = 2500

Configuring Per-World

To change settings for specific worlds, edit the config file and restart the server.

Admin Commands

  • /stasis debug check <pos> - Check block info
  • /stasis debug enter <player> <chamber> - Force player entry (admin only)
  • /stasis debug exit <player> - Force player exit (admin only)
  • /stasis debug plot <player> - Show player's plot info
  • /stasis debug forcerestore <player> - Force restore stuck player (admin only)

Defaults

If config is missing, these defaults are used:

  • Activation cost: 10,000 FE
  • Max players: 25
  • Plot spacing: 2,500 blocks

Clone this wiki locally