AnExiledGod submitted a new resource:
Help - Provides chat commands for a user to get help.
Read more about this resource...
Help [Replaced]
Discussion in 'Plugin Support' started by AnExiledGod, Dec 6, 2015.
-
Very good job! Currently I am unable to add things like
- /helpadd server "Welcome to the Server!"
-
-
should be :]
[DOUBLEPOST=1449427860][/DOUBLEPOST]Yeah I am admin in here
[DOUBLEPOST=1449428491][/DOUBLEPOST]What should I do? :[ -
For now you can add additional help commands manually in the config, then reload the plugin.
I'll try to get this fixed tonight, after I get rid of this headache. -
FROM
if(identity.IsAdmin)
TO
if(!identity.IsAdmin)
and do the same for line 85 -
-
If you could convert to a simple command like /rules instead /help rules so the player will be easier
-
-
-
What is wrong with this?
{
"HelpCommands": {
"rules": "Don't cheat, hack, or exploit bugs. Obey admins, and have fun."
"ts": "Join ts.erdufriendly.dk."
"report": "If you ned to report a player go to www.erdufriendly.dk. Tell us what happen with a Video file of the incident or with a screenshot."
},
"HelpSettings": {
"HelpTitle": "Help",
"HelpTitleColor": "#ff8000"
}
} -
{
"HelpCommands": {
"rules": "Don't cheat, hack, or exploit bugs. Obey admins, and have fun.",
"ts": "Join ts.erdufriendly.dk.",
"report": "If you ned to report a player go to www.erdufriendly.dk. Tell us what happen with a Video file of the incident or with a screenshot."
},
"HelpSettings": {
"HelpTitle": "Help",
"HelpTitleColor": "#ff8000"
}
}
Don't change the default format of the code like removing stuff like " , " -
Thaks i forgot the ,
-
Chat name color codes messed up
Solved - Chat name color codes messed up | Oxide
the fix in there do not work -
-
Looking for an update since version 18 of server files were released this one is not working.
-
Wulf Community Admin
-
When i try adding a help command say /helpadd homes use these commands to set home and remove /sethome name and /removehome name.
The only thing that gets saved in the help is the use nothing after the space. -
Wulf Community Admin
-
Here you go thanks for the help
Attached Files:
-