-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Shane Jacobs edited this page Jul 21, 2026
·
1 revision
Server configuration is stored in config/stasismod-server.toml.
- Default: 10000 FE
- Range: 1000 - 1000000 FE
- Description: Energy required to activate the chamber once
- 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
- 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
[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 = 2500To change settings for specific worlds, edit the config file and restart the server.
-
/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)
If config is missing, these defaults are used:
- Activation cost: 10,000 FE
- Max players: 25
- Plot spacing: 2,500 blocks