ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValueNot An Issue
Anyone have any idea what's going on with these error messages? I'm getting them a lot.

Failed to run a 541.00 timer in 'TimedEvents v1.0.3' (ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue. Parameter name: minValue) at System.Random.Next (System.Int32 minValue, System.Int32 maxValue) [0x00029] in <e1a80661d61443feb3dbdaac88eeb776>:0
at Oxide.Core.Random.Range (System.Int32 min, System.Int32 max) [0x00000] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Plugins.TimedEvents.Spawn (System.String prefab, System.Boolean noSpawn) [0x00078] in <c7b196ce28434d80a4d669be0afc6561>:0
at Oxide.Plugins.TimedEvents+<Spawn>c__AnonStorey0.<>m__0 () [0x00000] in <c7b196ce28434d80a4d669be0afc6561>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0

Failed to run a 134.00 timer in 'TimedEvents v1.0.3' (ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue. Parameter name: minValue) at System.Random.Next (System.Int32 minValue, System.Int32 maxValue) [0x00029] in <e1a80661d61443feb3dbdaac88eeb776>:0
at Oxide.Core.Random.Range (System.Int32 min, System.Int32 max) [0x00000] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Plugins.TimedEvents.Spawn (System.String prefab, System.Boolean noSpawn) [0x00078] in <c7b196ce28434d80a4d669be0afc6561>:0
at Oxide.Plugins.TimedEvents+<Spawn>c__AnonStorey0.<>m__0 () [0x00000] in <c7b196ce28434d80a4d669be0afc6561>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0
Looks like your configuration is invalid; you have a minimum value set higher than the max. Make sure your start and end times are correct.
timer minimal must be smaller than timer maximal (in event respawn configuration)


EDIT: OK... just saw the following:
    "4. Minimal amount that spawned by once": 1,
    "5. Maximal amount that spawned by once": 0,

Thanks for the help.

Locked automatically