Config File

Config.yml - Version 0.8.3 to current release

debug: 0
default 0, 1 will show permission error trap, 2 will show Custom Inventory errors
worldRestrict: false
default false, true prevents networks from linking to chests in different worlds
fill-emptier-first: false
default false, True turns on additional sorting to attempt to keep all chests in a network evenly filled. Useful for networks with multiple networked lavafurnaces
keep-priority-sorted: false
defautl false, True turns on constant priority sorting.
Chests with empty space that have higher priority then another chest set to store the same item type will have the contents of the lower priority chest resorted into it.
Can cause significant tick delay if used with large networks
proximity: 0
default 0, values are in meters. When a network is created that networks first placed chest becomes the center of the network. All chests from that point are checked against the proximity. Any chest placed outside the radius will be denied
proximity-exceptions:
defaults show examples. This attempts to allow networks with the displayed names to override the proximity rules. Prior to version 0.8.2 proximity was based on network names. Meaning if a network name was used that network regardless of owner was allowed the override permission for proximity. Now this is based on Owner and network Name.
Example:
proximity-exceptions:
  exampleUser:
    exampleNetwork: 20
  anotherExampleUser:
    anotherNetworkExample: 150
inventoryBlocks:
Used to set what blocks are valid for sort chests, deposit chests, and withdraw chests
Will also accept custom blocks but requires BKCommonLib to function
Example:
inventoryBlocks:
  DEPOSIT:
  - 54
  - 61
  - 62
  - 146
  - 154
  WITHDRAW:
  - 54
  - 146
  SORT:
  - 23
  - 54
  - 146
  - 154
  - 158
customGroups:
defaults show examples, Is used to customize materials sorted into chests
Example:
customGroups:
  IRON_TOOLS:
  - 256
  - 257
  - 258