nope i dont use it in console i have binded a key to it but it has never affected players started since last update of rust i guess its rust then
Godmode
Moved
Total Downloads: 30,058 - First Release: Oct 23, 2014 - Last Update: Oct 27, 2017
- 4.76667/5, 60 likes
-
I downloaded the plugin:
Godmode for Rust | Oxide
I installed it in the folder and it worked normally until yesterday ..
But today I started the server and the following appears:
Code:Failed to initialize plugin 'Godmode v3.2.1' (NullReferenceException: Object reference not set to an instance of an object)
CAN YOU HELP ME? -
Wulf Community Admin
-
Oxide/log
Code:11:14 [Error] Failed to initialize plugin 'Godmode v3.2.1' (NullReferenceException: Object reference not set to an instance of an object) 11:14 [Stacktrace] at Oxide.Plugins.Godmode.LoadSavedData () [0x00000] in <filename unknown>:0 at Oxide.Plugins.Godmode.Init () [0x00000] in <filename unknown>:0 at Oxide.Plugins.Godmode.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 11:14 [Info] Unloaded plugin Godmode v3.2.1 by Wulf/lukespragg
Last edited by a moderator: Feb 6, 2017 -
Anyone else having issues where the server just doesn't think this plugin exists?
It just says 'Unknown command: god' and 'Permission godmode.allowed doesn't exist' etc.. -
Wulf Community Admin
-
I am having a problem with this plugin. I am set as owner. In console I have done oxide.load godmode, I have entered oxide.grant user Harpo CanUseGodmode, I then get the response that this permission does not exist. When I type /god ingame I get the message "Sorry you can't use !god! right now". Any ideas and Thanks in advance.
-
Wulf Community Admin
-
Sorted and once again my sincere thanks
-
@Wulf I was fooling around with this mod, and I stumbled across a potential fix for the "I can't run" bug. In Init check if there are any gods, and subscribe OnRunPlayerMetabolism if there are:
Code:... LoadSavedData(); Unsubscribe(nameof(OnRunPlayerMetabolism)); if(gods.Count > 0) Subscribe(nameof(OnRunPlayerMetabolism)); ...
-
Wulf Community Admin
-
is it possible to set a silent auto off for Godmode? So I can have my admins only be in godmode for say 3-5 mins.
-
Wulf Community Admin
-
Godmode - Object reference not set to an instance of an object.
getting this error after update. -
Wulf Community Admin
-
Code:
13:27 [Info] Loaded plugin Godmode v3.2.1 by Wulf/lukespragg 13:27 [Error] Failed to initialize plugin 'Godmode v3.2.1' (NullReferenceException: Object reference not set to an instance of an object) 13:27 [Stacktrace] at Oxide.Plugins.Godmode.LoadSavedData () [0x00000] in <filename unknown>:0 at Oxide.Plugins.Godmode.Init () [0x00000] in <filename unknown>:0 at Oxide.Plugins.Godmode.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 13:27 [Info] Unloaded plugin Godmode v3.2.1 by Wulf/lukespragg
-
Hi all,
I would like to test this plugin on my local server with some customization, and i wanna know if it's possible to modify some values in the .cs file in order to not being invincible, but to lose less life when i'm hurt (for example losing 5hp instead of 20hp with a pistol ammo) ? (excuse me for my english mistakes :/). -
Wulf Community Admin
-
-
Wulf Community Admin