Cant make plugins work... (new server - nub admin)

Hi all.

I recently adquire a server hosted at GameServerKings.

The admin panel is TCAdmin (but i find the RustAdmin more efective and easy).

I have 4 plugins i wish to use in my server, the problem is that i cant make them work, and idk why...

"ActiveSort"

"AdminRadar"

"GatherManager"

"NoGiveNotices" - working just ok, didnt have to do nothing beside put him in plugin folder, lol

So when i try to call the plugin via RustAdmin i use this sentence:
oxide.load ActiveSort - just like i write it

and then i get a error message saying:

(15:53:23) | Could not load plugin 'activesort' (no plugin found with that file name)

That happens for all 3 of them...

Any idea why?

I have discord and skype if anyone want to help me that way

Thanks, and thanks for making all the plugins we use, they are great!

Henux

First of all, try using `o.reload PluginName`. You must use the name with big letters, not sure but seems to be like RustAdmin lowers all the letters in the command. If it's true, ask the developer to fix it.
This message indicates that a command was used that could not find a plugin file matching that exact filename:

Could not load plugin 'activesort' (no plugin found with that file name)

So in the above case, the command “oxide.load activesort” was used, which would it match a plugin as activesort is not the casing of that file, it is ActiveSort.

Plugins are loaded automatically though, so you shouldn’t have to load them manually.

Most plugins use permissions for them to be usable, which I’d refer you to each plugin page to see that. You can find a permissions tutorial in our Docs.