Bag of Yurting Mod — Configuration
Technical Info & Commands
For server administrators and creative mode users, the mod provides ways to generate specific bags without manual crafting.
Commands
You can spawn a bag with a custom radius using the following NBT syntax:
/give @p bagofyurting:bag_of_yurting{radius:X}
Replace X with the desired radius integer. For example, a radius of 5 creates an 11x11x11 bag.
Permissions
By default, players in Creative Mode or those with a permission level of 2 or higher (OPs) ignore the blacklist and whitelist tags, allowing them to pick up any block in the game. This can be adjusted in the server configuration file.
Configuration
The mod includes a bagofyurting-common.toml configuration file, usually located in the /config folder of your Minecraft instance.
Key Config Options:
* Permission Level: Sets the minimum OP level required to bypass block tags (Default: 2).
* Max Radius: Some versions allow administrators to cap the maximum radius a bag can reach through crafting to prevent server lag from massive structure movements.
* Interaction Events: The mod respects Forge's BlockEvent.BreakEvent and BlockEvent.EntityMultiPlaceEvent. If another mod (like a land-claiming mod) cancels these events, the Bag of Yurting will fail to capture or unload blocks in that protected area.