CustomCommands

UI Buttons for Custom Console and Chat Commands - Unique to each Player!

Total Downloads: 1,395 - First Release: Oct 3, 2016 - Last Update: May 13, 2017

5/5, 14 likes
  1. Hi, I'd like to disable message "This server is running...". I was trying to set "InfoInterval" to false, null but it doesn't work. Thanks in advance
     
  2. I meant I'd like to toggle the buttons in this image. Essentially leaving just the custom command buttons.
     

    Attached Files:

  3. You can login without auth 1 or auth 2?

    Or are you saying you want an option to disable the ability to force a cc on players?
    [DOUBLEPOST=1476237946][/DOUBLEPOST]
    Read the update or the description. I spend a ton of time typing it.... set it to 0.
     
  4. Read the update or the description. I spend a ton of time typing it.... set it to 0.[/QUOTE]
    Thanks a lot! And sorry for the disturbance.
    You've done an amazing work!
    Just small suggestion (if I did not miss something again) would be cool to not broadcast chat messages to all while creating commands.
     
  5. Thanks a lot! And sorry for the disturbance.
    You've done an amazing work!
    Just small suggestion (if I did not miss something again) would be cool to not broadcast chat messages to all while creating commands.[/QUOTE]
    if you are using BetterChat it will not. If you arent using Better Chat and there is a conflict you will. what other mods are you using?
     
  6. Please use this api:
    OnServerCommand - hooks and block chat command
    Subscribe - enable hooks OnServerCommand
    Unsubscribe - disable hooks OnServerCommand
     
  7. I don't understand what you are asking, you want to have options to block the use of chat and or console commands?
     
  8. It is connected with my question about avoiding of broadcasting the chat to all while creating commands.
     
  9. These questions make no sense..... answer my questions. What is causing your commands to be broadcast while creating them? IS there a conflict in console for a different plugin? If so which? Are you using BetterChat?

    Thanks.
     
  10. I'm using an analog of BetterChat, it is from a collection of private plugins installed on one of the biggest Rust hosting. I asked tech support to help, and they left the post above with suggestions about api.
     
  11. Sorry; no idea what that recommendation was. I am using a BetterChat hook to prevent chat spam. If that isn't working for you then your special version is different. Sorry : /
     
  12. Changed to OnServerCommand, I am sorry that I have not added Subscribe / Unsubscribe from the very poor code, and the inability of the author to work normally with the Dictionary.
     

    Attached Files:

  13. Update. Fix null.
     

    Attached Files:

  14. From what I have gathered you are instead executing the actual command and saving it. So you would be typing /zone_list and it would execute the command and also recognize it during creation and prompt to save it? Is that correct? If so that seems like a viable option for some but I personally wouldn't prefer that at all. I wouldn't want to create a command to teleport and be teleported at that time.

    Now if my assumption is correct and yet it doesn't actually execute the command then that is a different story all together.

    Beyond all that.. you seem to be capturing Chat Commands but how are you capturing Console Commands??

    If anyone decides to use this version please note I am not supporting it.

    Thanks.
     
  15. When I type /cc I do not see any buttons for me to start adding commands

     
  16. All is working!Chat no more broadcasting to all now. Thanks a lot! Guys you are the best!

    Absolut, I've tested, it is not executing the command, but just creating it as it should be, all is working correctly for me now. Thanks you again for the amazing plugin, it saves a lot of time!
     
  17. My method eliminates the need to communicate with a variety of "chat system" to block commands in the chat.
     
  18. Understood but does it allow creation of console commands?
     
  19. My method is no different from yours, works the same way. Just do not require additional manipulation of the other plug-ins.
     
  20. It hangs up sometimes on the space bar. When I use a command the space bar becomes locked to the last command used. Meaning each time I depress the spacebar the last command repeats with each press.