Persistent Bits Mod — Configuration
Commands
Persistent Bits provides a set of commands for administrators to manage chunk loading on a server. The base command is /pb or /persistentbits.
| Command | Description | Permission Level |
|---|---|---|
/pb list |
Displays a list of all active Chunk Loaders in the current world, including their coordinates and owners. | Admin (2) |
/pb remove <ID> |
Forcefully removes a specific Chunk Loader based on its ID from the list. | Admin (2) |
/pb clear |
Removes all active Chunk Loaders from the world data. | Admin (3) |
/pb help |
Displays a help menu with all available sub-commands. | User (0) |
Configuration
The mod's behavior can be fine-tuned via the persistentbits-common.toml (or .cfg in older versions) file located in the server's config folder.
Mod-Specific Settings
- Radius: (Default: 3) Sets the radius of chunks loaded by a single block. A radius of 1 loads only the chunk the block is in; a radius of 3 loads a 3x3 area.
- Security: (Default: true) When enabled, only the player who placed the Chunk Loader can break it. This is essential for preventing griefing on public servers.
Forge-Level Interactions
Because the mod uses the standard Forge chunk-loading system, you may also need to adjust the forge-common.toml settings if you plan to use a very high number of loaders:
* maximumChunksPerTicket: Limits how many chunks a single loader can claim.
* maximumTicketCount: Limits the total number of loading "tickets" available to the mod.