Wiki 9Minecraft Bag Of Yurting Wiki
Bag Of Yurting WikiDocumentation › Server Config

Server Config

The server config file allows the configuration of per-world settings. Each world folder has a server config file at <worldfolder>/serverconfig/bagofyurting-server.toml; this file is generated when the world first generates.

Changes to the server config file are automatically noticed by forge's file watcher, and take effect immediately if the world is currently running.

The following parameters are configurable:

Parameter Type Default Value Description
minimum_permission_to_yurt_unyurtable_blocks Non-Negative Integer 2 Minimum permission level needed for players to use creative-level powers of the bag when not in creative mode. Players in creative mode will have these powers regardless of permission level.
creative_upgrade_iteration Non-Negative Integer 7 How many sizes of bags of yurting to display in creative tabs and JEI. (Bags of greater sizes can always be created with the /give command)

The default config file is as follows:

[Permissions]
	#Minimum permission level to yurt unyurtable blocks
	#Range: > 0
	minimum_permission_to_yurt_unyurtable_blocks = 2

["Creative Mode"]
	#Number of bag sizes to display in creative tabs and JEI
	#Range: > 0
	creative_upgrade_iteration = 7

History

Version Changelog
1.0.0.0 Added minimum_permission_to_yurt_unyurtable_blocks and creative_upgrade_iteration fields