War Time stops working randomly
Hey Community,

does someone experienced issues that the plugin rondomly stops to work?
It worked in the beginning. I've set it to Realtime and Peacetime to 23 and Wartime to 16. But now if i type /checkwartime or /wartime its says unknown command :S
Have you checked your oxide/logs for errors?
Yes but as you may already know (i respect all your knowledge :3) i am to dumb to understand what it's saying:

[SERVER v1.0.24] Started as service
[SERVER v1.0.24] Running as service
[SERVER v1.0.24] Got Message: Ready
[SERVER v1.0.24] Got Message: Compile
[SERVER v1.0.24] Console: DuelsManager.cs(62,16): warning CS0114: `Oxide.Plugins.DuelsManager.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
C:\SERVICES\ni1750554_1_SHARE\ftproot\reignofkings\Oxide.Core.dll (Location of the symbol related to previous warning)
InventoryInfo.cs(56,22): warning CS0114: `Oxide.Plugins.InventoryInfo.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
C:\SERVICES\ni1750554_1_SHARE\ftproot\reignofkings\Oxide.Core.dll (Location of the symbol related to previous warning)
WarTime.cs(78,22): warning CS0114: `Oxide.Plugins.WarTime.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
C:\SERVICES\ni1750554_1_SHARE\ftproot\reignofkings\Oxide.Core.dll (Location of the symbol related to previous warning)
GuildManager.cs(26,22): warning CS0114: `Oxide.Plugins.GuildManager.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
C:\SERVICES\ni1750554_1_SHARE\ftproot\reignofkings\Oxide.Core.dll (Location of the symbol related to previous warning)
ChatGuard.cs(63,26): warning CS0219: The variable `ForbiddenWordsList' is assigned but its value is never used
ChatGuard.cs(66,20): warning CS0219: The variable `censored' is assigned but its value is never used
ChatGuard.cs(67,18): warning CS0219: The variable `isCensored' is assigned but its value is never used
NightKillOnly.cs(48,33): warning CS0219: The variable `TimeBlock' is assigned but its value is never used
PopUpManager.cs(683,20): warning CS0219: The variable `playerId' is assigned but its value is never used
GuildManager.cs(203,25): warning CS0219: The variable `guildScheme' is assigned but its value is never used
GuildManager.cs(216,25): warning CS0219: The variable `guildScheme' is assigned but its value is never used
GuildManager.cs(229,25): warning CS0219: The variable `guildScheme' is assigned but its value is never used
Kits.cs(152,25): warning CS0649: Field `Oxide.Plugins.Kits.KitData.Enabled' is never assigned to, and will always have its default value `false'
TopKDR.cs(20,24): warning CS0414: The private field `Oxide.Plugins.TopKDR.tags' is assigned but its value is never used

[SERVER v1.0.24] Got Message: Exit
[SERVER v1.0.24] Exit received.
[SERVER v1.0.24] Connection closed.
[SERVER v1.0.24] Shutdown
Those are only warnings, not errors, which would not affect the plugin usage. Could you check your other oxide log file?
22:53 [Error] Failed to initialize plugin 'WarTime v1.1.2' (JsonSerializationException: No JSON content found and type 'System.Boolean' is not nullable. Path '', line 0, position 0.)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in <filename unknown>:0



found this :O
In response to ():
22:53 [Error] Failed to initialize plugin 'WarTime v1.1.2' (JsonSerializationException: No JSON cont...
Looks like an error with your config file, have you tried resetting it to default recently?
not yet but i will try :o

Merged post

nah doesn't work :S
In response to ():
not yet but i will try :o

Merged post

nah doesn't work :S
i had to delete the config AND the data\SavedWartimeState.json to get it working...
re-entered in my details into the config and confirmed no more errors.
not sure why all of a sudden it stopped working.