Server Armour not startingSolved

New here, error is:

 

Could not initialize plugin 'ServerArmour v0.7.6' (OverflowException: Value was either too large or too small for an Int32.) at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00057] in <eae584ce26bc40229c1b1aa476bfa589>:0 at System.Int32.Parse (System.String s, System.Globalization.NumberStyles style, System.IFormatProvider provider) [0x0000e] in <eae584ce26bc40229c1b1aa476bfa589>:0 at System.Convert.ToInt32 (System.String value, System.IFormatProvider provider) [0x00005] in <eae584ce26bc40229c1b1aa476bfa589>:0 at System.String.System.IConvertible.ToInt32 (System.IFormatProvider provider) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0 at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x0011a] in <eae584ce26bc40229c1b1aa476bfa589>:0 at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x0000c] in <eae584ce26bc40229c1b1aa476bfa589>:0 at Oxide.Plugins.ServerArmour+SAConfig.GetConfig[T] (T& variable, System.String[] path) [0x0005f] in <9442bb37b2c64fdc81a667f61ac9315a>:0 at Oxide.Plugins.ServerArmour+SAConfig..ctor (Oxide.Plugins.ServerArmour plugin) [0x00265] in <9442bb37b2c64fdc81a667f61ac9315a>:0 at Oxide.Plugins.ServerArmour.LoadConfig () [0x00006] in <9442bb37b2c64fdc81a667f61ac9315a>:0 at Oxide.Core.Plugins.Plugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0000f] in <50629aa0e75d4126b345d8d9d64da28d>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <50629aa0e75d4126b345d8d9d64da28d>:0 at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <e23ba2c0f246426296d81c842cbda3af>:0 at Oxide.Plugins.CovalencePlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x000b3] in <e23ba2c0f246426296d81c842cbda3af>:0 at Oxide.Core.Plugins.PluginManager.AddPlugin (Oxide.Core.Plugins.Plugin plugin) [0x00027] in <50629aa0e75d4126b345d8d9d64da28d>:0 at Oxide.Core.OxideMod.PluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00035] in <50629aa0e75d4126b345d8d9d64da28d>:0

@TheAverageJoe that seems like there is an issue in your config. You can PM me your config to check 

Ah, ok, I never thought about checking the config to see if something i changed did that, thanks for mentioning it. Other plugins that I used and messed something up in the config, it said about something in the config wasn't right,  I didnt see that here, so I thought it was something with the plugin. 

Merged post

It was the config, I saw that i modified a couple values to be over what an Int32 value could be, so that was probably it, thanks again for mentioning that! It'll be nice to know for the future if I run into that issue using this plugin, or any other plugin.

TheAverageJoe

Ah, ok, I never thought about checking the config to see if something i changed did that, thanks for mentioning it. Other plugins that I used and messed something up in the config, it said about something in the config wasn't right,  I didnt see that here, so I thought it was something with the plugin. 

Merged post

It was the config, I saw that i modified a couple values to be over what an Int32 value could be, so that was probably it, thanks again for mentioning that! It'll be nice to know for the future if I run into that issue using this plugin, or any other plugin.

Yeah the the config of the plugin needs to be reworked a bit to provide better issue reporting, but glad you learned something new :) 

Locked automatically