Fellies/config/fluxnetworks-common.toml

24 lines
1018 B
TOML
Raw Normal View History

2021-01-28 20:21:47 +00:00
[networks]
2021-02-13 10:16:29 +00:00
#See ops.json. If the player has permission level equal or greater to the value set here they will be able to Activate Super Admin. Setting this to 0 will allow anyone to active Super Admin.
#Range: > 0
superAdminRequiredPermission = 1
2021-01-28 20:21:47 +00:00
#Maximum networks each player can have. -1 = no limit
#Range: > -1
maximumPerPlayer = 5
#Allows someone to be a network super admin, otherwise, no one can access or dismantle your flux devices or delete your networks without permission
enableSuperAdmin = true
[general]
2021-02-12 14:22:54 +00:00
#Allows flux tiles to work as chunk loaders
enableChunkLoading = true
2021-02-13 10:16:29 +00:00
#Enables redstone being compressed with the bedrock and obsidian to get flux
enableFluxRecipe = true
2021-01-28 20:21:47 +00:00
[blacklist]
#A blacklist for blocks which flux devices shouldn't connect to, use format 'modid:registry_name'
blockBlacklistStrings = ["actuallyadditions:block_phantom_energyface"]
#A blacklist for items which wireless charging shouldn't charge to, use format 'modid:registry_name'
itemBlackListStrings = [""]