Remove [God] in the option. Just as simple, less options.
Godmode
Moved
Total Downloads: 30,059 - First Release: Oct 23, 2014 - Last Update: Oct 27, 2017
- 4.76667/5, 60 likes
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Temporarily I just put in an extra option to disable the prefix in the config, as that is about as far as my knowledge can take me.Last edited by a moderator: Apr 25, 2016 -
Wulf Community Admin
-
I found a surprisingly easy fix in the code:
Line 194:
Code:if (canBeHurt && gods[player.userID] != null)
Code:if (!canBeHurt && gods[player.userID] != null)
-
Wulf Community Admin
-
Wulf Community Admin
-
3.0.7 works perfect. Thanks for the update.
-
@Wulf Cheers dude, great stuff.
-
works great
thanks for all the hard work -
I die even with godmode enabled, Animals, Traps, Fall Damage, Guns and turrets....
-
-
I want know how to InfiniteRun??
Does it like owner?
How to use this??
TKS for answer -
Wulf Community Admin
-
@Wulf
Joining the server with godmode enabled and prefix disabled the prefix is not there. However enabling godmode itself will give you the prefix.
Line 248:
Code:if (!string.IsNullOrEmpty(prefixFormat) && !player.displayName.Contains(prefixFormat)) displayName.SetValue(player, $"{prefixFormat} {player.displayName}");
Code:if (prefixEnabled && !player.displayName.Contains(prefixFormat)) if (!string.IsNullOrEmpty(prefixFormat) && !player.displayName.Contains(prefixFormat)) displayName.SetValue(player, $"{prefixFormat} {player.displayName}"); else displayName.SetValue(player, player.displayName.Replace(prefixFormat, "").Trim());
-
Wulf Community Admin
-
Keep doing what you're doing Wulf -
for some reason when we have more than one person in godmode the run mode stops the other person in godmode from running . when one person enables godmode the other person cant run any idea why .please help