I'm getting a stupid number of errors from plugins that just stopped working for some reason. This is one of them
Code:[Oxide] 10:35 PM [Error] Failed to call hook 'cmdGrant' on plugin 'Rust Core' (NullReferenceException: Object reference not set to an instance of an object)[Oxide] 10:35 PM [Debug] at Oxide.Core.Libraries.Permission.UserExists (System.String userid) [0x00000] in <filename unknown>:0 at Oxide.Rust.Plugins.RustCore.cmdGrant (.Arg arg) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
Godmode
Moved
Total Downloads: 30,058 - First Release: Oct 23, 2014 - Last Update: Oct 27, 2017
- 4.76667/5, 60 likes
-
Wulf Community Admin
-
They are both empty.
[DOUBLEPOST=1432785630][/DOUBLEPOST]Just kidding
This is the groups.json
Code:{ "admin": { "Title": "admin", "Rank": 0, "Perms": [ "color_owner", "admin" ], "ParentGroup": null }, "moderator": { "Title": "moderator", "Rank": 1, "Perms": [ "color_mod", "moderator" ], "ParentGroup": null }, "player": { "Title": "player", "Rank": 2, "Perms": [ "color_player", "player" ], "ParentGroup": null }, "donor": { "Title": "donor", "Rank": 1, "Perms": [], "ParentGroup": null }, "mod": { "Title": "mod", "Rank": 2, "Perms": [], "ParentGroup": null }, "owner": { "Title": "owner", "Rank": 4, "Perms": [], "ParentGroup": null } }
-
Hey there, New to hosting a server. how do i use the canusegodmode and enable it for myself. Sorry, sure its a noob question. thanks.
-
Go to your server console and type:
Code:oxide.grant user "steam64 ID" CanUseGodMode
-
Wulf Community Admin
-
Thank you so much! Saved me a few hours searching though the server files and google.
-
Wulf Community Admin
-
Awesome! Thanks brother you have a great night
Swing by some time: firecockgaming.com/
-
I used:
Code:oxide.grant user "my steam id" CanUseGodMode
-
Wulf Community Admin
-
The error I posted above is what spams the console when I try to grant the permission to somebody.
I have a feeling that the oxide.users.json shouldn't be empty. Is there a default one I can just throw in there to get things rolling?
Also, not sure if you saw the post I tagged you in for the chat handler plugin as well. I'm getting all kinds of errors. -
Wulf Community Admin
-
That's what it looks like. I use clanforge/multiplay so access is somewhat limited. No FTP </3 -
Wulf Community Admin
-
Is it something like:
Code:{ "steamid": { "LastSeenNickname": "Name", "Perms": [], "Groups": [ "whatever the owner group is" ], } }
-
Wulf Community Admin
-
Also, do you think the errors I posted in the chat handler thread have to do with this as well? -
Wulf Community Admin
-