Events stop working after awhileFixed
Hi,

I seem to be finding waking up to my server events not running, i try the command /nextevent *
and nothing happens it seems to stop working.

Anyone else experience this?

Tom
I've not seen this but will see what is up.  I'd check your log file for errors, if you find any please post them here.

this showed up when the server started:

[Error] Failed to initialize plugin 'AutomatedEvents v0.3.5' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.AutomatedEvents.StartEventTimer (Oxide.Plugins.AutomatedEvents+EventType type, System.Boolean announce) [0x0019c] in <5fa1a611f7d24293bfed2f9d77e02cdf>:0
at Oxide.Plugins.AutomatedEvents.Loaded () [0x0006b] in <5fa1a611f7d24293bfed2f9d77e02cdf>:0
at Oxide.Plugins.AutomatedEvents.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000e2] in <5fa1a611f7d24293bfed2f9d77e02cdf>:0



but when i do oxide.reload AutomatedEvents - it starts to work again

Failed to run a 4800.00 timer in 'AutomatedEvents v0.3.5' (JsonSerializationException: Unexpected end when deserializing object. Path 'planecrash', line 18, position 72.)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ThrowUnexpectedEndException (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, System.Object currentObject, System.String message) [0x0002d] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary (System.Collections.IDictionary dictionary, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonDictionaryContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id) [0x0029a] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x002a8] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <7126fb4f5c5b40029458a4f975f98d13>:0
at Oxide.Core.Libraries.Lang.GetMessageFile (System.String plugin, System.String lang) [0x00067] in :0
at Oxide.Core.Libraries.Lang.GetMessageKey (System.String key, Oxide.Core.Plugins.Plugin plugin, System.String lang) [0x00036] in :0
at Oxide.Core.Libraries.Lang.GetMessage (System.String key, Oxide.Core.Plugins.Plugin plugin, System.String userId) [0x00017] in :0
at Oxide.Plugins.AutomatedEvents.Lang (System.String key, System.String id, System.Object[] args) [0x00000] in :0
at Oxide.Plugins.AutomatedEvents.MessagePlayers (System.String message, System.String minutes) [0x000d5] in :0
at Oxide.Plugins.AutomatedEvents.StartEventTimer (Oxide.Plugins.AutomatedEvents+EventType type, System.Boolean announce) [0x004f1] in :0
at Oxide.Plugins.AutomatedEvents.RunEvent (Oxide.Plugins.AutomatedEvents+EventType type, System.Boolean runonce) [0x0074a] in :0
at Oxide.Plugins.AutomatedEvents+c__AnonStorey0.<>m__2 () [0x00000] in :0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in :0
For me 0.3.5 is not loading on server startup. And even reloading it manually it'll eventually stop working again.
Exact same issue!
I am having the same issue, I just set the server to reload the plugin every few hours.
I am working on a fix for this, I recommend reverting to the prior version till I release the fix.
Ya i have had nothing but problems since the update.
Encountering the same problems. Getting back to the last update causes people to crash their game when opening oil rig crate. 
Yeah there are issued with disable default as it plays havoc with other plugins.  I have been working and testing my fixes for this.  In general do not turn default off unless it is critical.   It is better to set their spawn rate silly large to avoid messing with event plugins.  If you do disable default then things like PlaneCrash and Pilot Eject would have to be scheduled and called by this plugin to avoid getting "clean up/removed".  To that end I am passing through the parameters so they can be functional.   As you can see there is not simple way to disable defaults without messing up other plugins as there is no way to know if a Plane is a default plane or a plugin  one.  On a near vanilla server this is not an issue, but on highly modded, it is not a good time.

Merged post

This should be addressed in the recent release.  please delete and recreate the configuration.  Please confirm this is corrected.
Locked automatically