I can't disable AE channels on a server

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Andy Jorgensen

New Member
Jul 29, 2019
28
0
0
I am using MineOS on an old pc to run a minecraft server and when I edit the ae2 config file to disable the need for channels. I am using infinity 2.4.0 and notepad ++ to edit the config files on singleplayer it works fine but if I change it on the server I cant get it to take. Any one have any ideas

here is the original settings
networkfeatures {
B:Channels=true
B:powerGen=true
B:QuantumNetworkBridge=true
B:Security=true
B:SpatialIO=true
}

My changes
networkfeatures {
B:Channels=false
B:powerGen=true
B:QuantumNetworkBridge=true
B:Security=true
B:SpatialIO=true
}

And the server logs get stuck here
[05:51:33] [Server thread/INFO]: Starting minecraft server version 1.7.10
[05:52:56] [Server thread/INFO]: Loading properties
[05:52:56] [Server thread/INFO]: Default game type: SURVIVAL
[05:52:56] [Server thread/INFO]: Generating keypair
[05:52:57] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[05:53:44] [Server thread/INFO]: Preparing level "world"
 

Andy Jorgensen

New Member
Jul 29, 2019
28
0
0
nevermind I found the problem I needed to confirm a change used /fml confirm command in the server console to fix it