NullReferenceException after latest update
I tried loading the new AutoPurge, getting NullReferenceException immediately after loading. I tried

- removed oxide/config/AutoPurge.json
- removed oxide/data/AutoPurge.json

Thanks
Could you provide the full error from oxide/logs please?
Unfortunately no other logs were generated during this time. I scrubed through /oxide/logs/oxide_2019-07-23.txt
(15:55:38) | [Oxide] 15:55 [Info] Unloaded plugin Auto Purge v2.0.1 by misticos

(15:55:38) | NullReferenceException: Object reference not set to an instance of an object

Heres the Full Error from my log file.

NullReferenceException: Object reference not set to an instance of an object
at Oxide.Plugins.AutoPurge+Configuration+PurgeSettings.Find (System.String playerId) [0x00074] in <2546987f751a4a15b75f2e4ac6eca3ab>:0
at Oxide.Plugins.AutoPurge.CanPurgeUser (System.String playerId) [0x00000] in <2546987f751a4a15b75f2e4ac6eca3ab>:0
at Oxide.Plugins.AutoPurge.CanPurge (BaseEntity entity) [0x00015] in <2546987f751a4a15b75f2e4ac6eca at Oxide.Plugins.AutoPurge.ProcessPurgeEntity (BaseEntity entity) [0x00000] in <2546987f751a4a15b75f2e4ac6eca3ab>:0
at Oxide.Plugins.AutoPurge+<RunPurgeEnumerator>c__Iterator0.MoveNext () [0x0007c] in <2546987f751a4a15b75f2e4ac6eca3ab>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00027] in <ab8720fd7146431da2176de7b624c626>:0

(Filename: <2546987f751a4a15b75f2e4ac6eca3ab> Line: 0)

Thanks, for some reason I guess plugin didn't stop the timer,. Make sure it repeats
In response to misticos ():
Thanks, for some reason I guess plugin didn't stop the timer,. Make sure it repeats
Im just getting it ready for use. I unloaded it to work on the config. Thats when I got that error.

I will see if it repeats the timer. I still have to read the Plugin Page to see how your version works still but I'll let you know when I do get it up fully. :D
Hrmm even with the latest plugin, still getting NullReferenceException error.... 
Because it for some reason doesn't stop the timer as I said I guess

Merged post

ok i'd better use oxide timers then. what about the last update