So today changed this line of the custom plugin messaging channel from this:
to this:
Am I right?
Code (Text):
if (getServer().spigot().getConfig().getConfigurationSection("settings").getBoolean( "settings.bungeecord" ) )
Code (Text):
if (!getServer().spigot().getConfig().getConfigurationSection("settings").getBoolean( "settings.bungeecord" ) )