keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
104 stars 60 forks source link

[Base-Connection Throttle] Connection Throttle ignores setting #316

Open lihad opened 11 years ago

lihad commented 11 years ago

The "connection-throttle' setting in bukkit.yml ignores any value, uses default.

charlieTheBotDev commented 11 years ago

Oooooh that might be why #239 is broken too, you have to set the connection throttle to -1 to make the proxy work correctly according to the bukkitdev page.

keepcalm commented 11 years ago

Yes, most of bukkit.yml is ignored ATM, simply because forge doesn't have hooks to do this.