Godmode
Moved
Total Downloads: 30,058 - First Release: Oct 23, 2014 - Last Update: Oct 27, 2017
- 4.76667/5, 60 likes
-
Hi, i'm running a test server i have ownership i was wondering how i can allow the players to enable god mode for Optional PvP?
-
Wulf Community Admin
Ex. oxide.grant group player cangodmode -
-
This is weird I could use this plug in just fine on the old map but on the new map I can get it to work. I have used- oxide.grant user "myname" "canusegodmode"- oxide.grant user myname canusegodmode- oxide.grant user "steamid" "canusegodmode"- oxide.grant user steamid canusegodmode.
-
Wulf Community Admin
-
No I just figured it out... I forgot to set me as owner on the new map >_< -_- sorry... simple fix. thanks for the reply though
-
I have the plugin its been working fine for a week and then all if a sudden its stopped.
I write /god it enables it but I'm still taking DMG.
Any help? -
Wulf Community Admin
-
Kinda odd, any idea? -
Hey. i've just experianced why admins should have godmode on them when they're building something for the server they got.
I downloaded the plugin called "Godmode" but everytime i try to use it insite the game "/god"
it says im not allowed to use that command. i've set myself to be the owner of the server. I've tried using F1 console for the command aswell for Rusty. non of it worked. What am i doing wrong?
I haven't changed anything in the script since im really inexperienced when it comes to coding. but maybe you could tell me what to change to make it work
Ps its not only Godmode im not allowed to use as command. all the console command admins should be able to use im not allowed. either they don't exist or that's what the console is telling me or els am i doing something completly wrong
Kind regards Twix -
Wulf Community Admin
-
when i type in oxide.usergroup add TwixieTrap admin it tells me that. that user is not found. which is myself.
-
Wulf Community Admin
-
im owner which is auth level 2. iam in-game and still not working. trying with SteamID instead
[DOUBLEPOST=1433964656][/DOUBLEPOST]SteamID worked
[DOUBLEPOST=1433966745][/DOUBLEPOST]so now ive added a few of the commands from the Godmode plugin.
for what ive seen it should be these:
string enabled;
string disabled;
string enablePlayer;
string disablePlayer;
string enabledPlayer;
string disabledPlayer;
string notAllowed;
string informAttacker;
string informVictim;
string godList;
string playerNotFound;
string multiplePlayersFound;
string invalidSelection;
string noListAvailable;
string noGodLoot;
correct?
So it'd look like this:
"Oxide.grant group admin enabled"
[DOUBLEPOST=1433966864][/DOUBLEPOST]nvm found the section called "Permissions" figured it was that
[DOUBLEPOST=1433967830][/DOUBLEPOST]ive tried adding a friend into the moderator group under Oxide.group but he got /god even tho ive only added godmode for admin group is that some sort of a bug or have i made a mistake? -
Hi everyone, i love the godmode plugin but is there anyway anyone can help me with an issue i have? I use multiple different coloured named prefixes and titles and the Godmode prefix is the same name colour as the player nametag, which by default is blue. How would i go about being able to change this to stand out?
Thanks -
I can't get the player prefix to not show up. I went into the json file and changed "PlayerPrefixEnabled to false and reloaded the addin, still shows the [God] prefix in chat. Any suggestions?
Thanks,
Jeff -
Code:}, "Settings": { "ChatPrefix": "God", "ChatPrefixColor": "008800", "PlayerPrefix": "<color=lime>[God]</color>" } }
-
-