AnExiledGod updated Help with a new update entry:
1.2
Help [Replaced]
Discussion in 'Plugin Support' started by AnExiledGod, Dec 6, 2015.
-
Im not a coder. I tried doing the same format but i cant get my other commands to work. Here is the code:
Code:{ "HelpCommands": { "rules": "Don't cheat, hack, or exploit bugs. Obey admins, and have fun.", "admin list": "brian3924", "kit info": "type,/kit beginner, to gain starter kit.", }, "HelpSettings": { "HelpTitle": "Help", "HelpTitleColor": "#ff8000" } }
Last edited by a moderator: Dec 25, 2015 -
-
then what is the point of the mod?
You have to type "/help rules" to get the rules.
How can i have them type "/help kit info" to get the kit info without them having to type /help "kit info" ? -
I created the plugin, showed you how to use it, it's now your responsibility to use it correctly. -
When in-game I'm putting in lets say: /helpadd report Report all hackers
It says the command was successfully added but when I type /report it says it's an unknown command -
-
I put in quotes and still says the command does not exist
-
Instructions are on the front page. -
in this plugin I change the color of the text?
Last edited by a moderator: Dec 26, 2015 -
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
Code:{ "HelpCommands": { "rules": "<color=#ffffff>Don't cheat, hack, or exploit bugs. Obey admins, and have fun.</color>" }, "HelpSettings": { "HelpTitle": "Help", "HelpTitleColor": "#ff8000" } }
-
How can i make /help command work and give info about plugins and other commands? Its ok if it doesnt gather info from other plugins, i am fine with typing them myself.
-
/helpadd kits "Type /kit to view available kits then /kit name to claim."
/helpadd tp "Type /tpr name to request a tp to player and /tpa to accept incoming requests."
then add as many as you like to explain your plugins. -
-
-
Wulf Community Admin