so i did it one part at a time. i got the rules section to work then i edited the info section and the whole thing broke. i have tried this at least 10 times over the past hour... what am i doing wrong?
Code:{ "Settings": { "ChatName": "Cupcake" }, "ChatCommands": { "rules": { "helptext": "This is the helptext for this command1", "text": [ "No whining.", "Raid and kill whoever you want.", "Dont ask for free stuff or to be admin "Have faith in Cupcake." ], "admin": false }, "info": { "helptext": "This is the helptext for this command, also admin only", "text": [ "This is an "all out" server, no whining here", "For our social media sites like FaceBook and YouTube type /social", "For help with server mods type /help", "For server rules type /rules" ], "admin": false } } }
Custom Chat Commands [Replaced]
Discussion in 'Plugin Support' started by Domestos, Oct 16, 2014.
-
Code:{ "Settings": { "ChatName": "Cupcake" }, "ChatCommands": { "rules": { "helptext": "This is the helptext for rules", "text": [ "No whining.", "Raid and kill whoever you want.", "Dont ask for free stuff or to be admin", "Have faith in Cupcake." ], "admin": false }, "info": { "helptext": "This is the helptext for info", "text": [ "This is an \"allout\" server, no whining here", "For our socialmedia sites like FaceBook and YouTube type /social", "For help with server mods type /help", "For server rules type /rules" ], "admin": false } } }
-
omg brilliance.... bookmarked!
[DOUBLEPOST=1423009625][/DOUBLEPOST]does it need theCode:"helptext": "This is the helptext for this command, also admin only"
-
hello,
it's not working with latest oxide mod 266
[DOUBLEPOST=1423307479][/DOUBLEPOST]also there are compatibility problem with rustweb -
Wulf Community Admin
-
working fine with me
-
Wulf Community Admin
Temporary build compatible with Oxide builds 266+.
Attached Files:
-
-
Domestos updated Custom Chat Commands with a new update entry:
permissions, cleanup
-
Domestos updated Custom Chat Commands with a new update entry:
fix
-
Hey Domestos, how would multiple permission groups look? Something like this "permission": "admin, admin2", ?
-
Last edited by a moderator: Mar 30, 2015
-
ok ignore all this I got it to work
Last edited by a moderator: Mar 31, 2015 -
possible to add Color codes like this? <orange>TEST<end>
This is my bread and butter plugin... -
Wulf Community Admin
-
@Wulf i got a configfile Problem i dont know what i made wrong.
It is a CustomChatCommands.json i cant post it public my Server already got cloned dont want that People take that also, what can i do? Could u look into it?
Ty -
Wulf Community Admin
-
i could paste it online and send u a link but i cant pm you...
-
Wulf Community Admin
-
Nevermind then still ty
-
Wulf Community Admin