Plugin/command not workingSolved
I just rented a Rust server for the first time for my kids (they're little).  I'm new to configuring Rust servers but have run ARK servers for years so at least I'm not a total moron..  Please help haha

The command /Gather isn't being recognized in game - I'm guessing the mod isn't being recognized at all.  I've edited all the settings in the .json but none are working.  Every other plugin I've installed aside from the Night Zombies mod doesn't seem to be working in any way either.  Am I missing something simple?

Thank you in advance for the help!
If the command does not work, the plugin is more than likely not loaded. What exactly isn't recognized about it? Does it show "Unknown command" or no reply at all? If there is no reply, you likely do not have Oxide installed even.
When I try to use /Gather in chat it "Unknown command:  gather".  The plugin doesn't seem to be loaded nor do any of the others with the execption of Night Zombies.  Night Zombies is working fine and when I edit the config it does actually change the plugin's settings.  I feel like I'm missing something basic since none of the other plugins seem to be loading.

uMod and Oxide are installed.. I can edit the .json for all the plugins I have loaded and they're nested under Oxide in the file manager.

Thank you :) 
You only have Oxide installed, not uMod; different projects and uMod isn't released yet. The command showing "Unknown command" is an indication that Oxide is working though, so that should be fine. I'd start by checking your oxide/logs for errors.
This server is on HostHavoc - on the control panel it says uMod is installed - the imgur link is a paste shows the mod manager in the control panel.
https://imgur.com/BIbHt4L

Here are some pastes from the Oxide logs - I don't understand the actual failure though.

16:18 [Info] GatherManager, NightZombies, NoDecay, TimeOfDay and Whitelist were compiled successfully in 0ms
16:18 [Warning] [Gathering Manager] New configuration file created.
16:18 [Warning] [Gathering Manager] Configuration file updated.

16:18 [Info] Loaded plugin Gathering Manager v2.2.75 by Mughisi
16:18 [Info] Loaded plugin Night Zombies v0.9.0 by 0x89A
16:18 [Info] Loaded plugin No Decay v1.2.2 by 0x89A
16:18 [Info] Loaded plugin TimeOfDay v2.3.4 by FuJiCuRa
16:18 [Info] Loaded plugin Whitelist v3.4.0 by Wulf/lukespragg/khan

16:25 [Error] Failed to initialize plugin 'GatherManager v2.2.75' (InvalidCastException: Invalid cast from 'System.Double' to 'System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=*.*.*.*, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Object, mscorlib, Version=*.*.*.*, Culture=neutral, PublicKeyToken=b77a5c561934e089]]'.)
at System.Convert.DefaultToType (System.IConvertible value, System.Type targetType, System.IFormatProvider provider) [0x00269] in <fb001e01371b4adca20013e0ac763896>:0
at System.Double.System.IConvertible.ToType (System.Type type, System.IFormatProvider provider) [0x00000] in <fb001e01371b4adca20013e0ac763896>:0
at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x0021b] in <fb001e01371b4adca20013e0ac763896>:0
at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x0000c] in <fb001e01371b4adca20013e0ac763896>:0
at Oxide.Plugins.GatherManager.GetConfigValue[T] (System.String category, System.String setting, T defaultValue) [0x00040] in <c46c1bbafbcd4541ad227e4de5df2cdc>:0
at Oxide.Plugins.GatherManager.LoadConfigValues () [0x00036] in <c46c1bbafbcd4541ad227e4de5df2cdc>:0
at Oxide.Plugins.GatherManager.Init () [0x00000] in <c46c1bbafbcd4541ad227e4de5df2cdc>:0
at Oxide.Plugins.GatherManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <c46c1bbafbcd4541ad227e4de5df2cdc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <80b90e8213db44b29ec2d4111764172c>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ec05e0208c9149bba43236ca58fea105>:0
at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <ec05e0208c9149bba43236ca58fea105>:0
It looks like your configuration for the plugin was edited wrongly. Make sure to follow the existing format for the configuration, not removing decimals and such.

Also, your host is confusing Oxide with uMod, they aren't the same. ;) Oxide is hosted on our site, but it isn't uMod.
So I've noticed that this plugin is also not working for me.  I watched a tutorial on how to install just to be safe.  In the video it mentioned the file should be a json file but after I download it is appearing as a cs file.  Could this be the reason it's not working for me?  If so, how can I fix?
KingCatastrophe
So I've noticed that this plugin is also not working for me.  I watched a tutorial on how to install just to be safe.  In the video it mentioned the file should be a json file but after I download it is appearing as a cs file.  Could this be the reason it's not working for me?  If so, how can I fix?

The plugin is the .cs file, the config/data are .json files. The .json files are generated under oxide/config and oxide/data, the .cs goes under oxide/plugins and is loaded when the server detects it generally. Same thing would apply though... if you get "Unknown command", the plugin isn't loaded. If that isn't the issue you have, please create a separate thread with details.

5e13a8d5b2bc5.jpg Wulf

The plugin is the .cs file, the config/data are .json files. The .json files are generated under oxide/config and oxide/data, the .cs goes under oxide/plugins and is loaded when the server detects it generally. Same thing would apply though... if you get "Unknown command", the plugin isn't loaded. If that isn't the issue you have, please create a separate thread with details.

I think I figured it out!  thank you so much!  Very timely response, much appreciated @Wulf

Locked automatically