Plugin is unloading after loadingSolved
When I run "oxide.load PlayerInformations" it loads, then immediately unloads, and stays unloaded.
In response to JimDeadlock ():
When I run "oxide.load PlayerInformations" it loads, then immediately unloads, and stays unloaded.
Got any kind of error?
Wow what a response time!

No error, Just this:

Loaded plugin PlayerInformations v1.2.10 by Reneb
 
Unloaded plugin PlayerInformations v1.2.10 by Reneb


Merged post

Do you think maybe it doesn't like one of my other plugins?
Good possibility.
In response to JimDeadlock ():
Wow what a response time!

No error, Just this:

Loaded plugin PlayerInformatio...
I'll double check, I have a few plugins I have in mind.
I tried unloading everything else but it still won't load.
In response to JimDeadlock ():
I tried unloading everything else but it still won't load.
Have you actually looked your oxide log file? It sometimes contains more info then console output
This plugin unloads itself if the required dependency Player Database is not installed. The maintainer should use the // Requires tag and not unload the plugin manually, especially without a message. :p
Thanks Wulf, that did the trick!
In response to JimDeadlock ():
Thanks Wulf, that did the trick!
Just released a small fix that should help also. Let me know :)
Locked automatically