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. Any errors?
     
  2. yes, it shows some sort of red text
     
  3. copy/paste is your friend. Some sort of red text tells the developer nothing.
     
  4. Absolut updated CustomCommands with a new update entry:

    1.0.1

     
  5. Absolut updated CustomCommands with a new update entry:

    1.0.1

     
  6. CHR

    CHR

    Any chance to get a permission for this plugin?
    And you force a message into a Chat, whats pretty bad, Need really an Option to deactivate that.

    Alright, well i used it on my 100 pop Server, it went crazy.

    Admin commands did not work, i tried it out with god 1 god 0 didnt Change my godmode.

    Chatcommands, i used vanish (worked) crosshair remove and showmenu went crazy, it opend showmenu when i clicked crosshair and remove got also activated.

    Actually i like the plugin, but i dislike the guiarts... and im not sure how good the Code is because i dont know anything about it. Well... i Keep track this plugin.
     
    Last edited by a moderator: Oct 9, 2016
  7. Agreed MANY improvements are possible. I really didn't think this would be this popular :)

    I am finishing up a few changes which I should have released by end of day tomorrow. Which will address some of it.

    As per the code, there isn't really much to it and there isn't really much that can be to it. Oxide has a single function which I use to push both command types and beyond that I am just walking a player through a creation process.

    The chat message is happening because of a conflict with another plugin also using the OnPlayerChat hook which results in a failure to prevent the message from being stopped from chat (and instead recognized as a creation step). Most commonly BetterChat but then again it could be anything. I have had this same complaint with any mod I make that requires the player to type something and am looking for a solution.

    Thanks for the feedback.
     
  8. Thanks for the pointer on this one. I have resolved the chat issue with BetterChat and will release the fix in a patch scheduled for Monday.
     
  9. CHR

    CHR

    Ah you missunderstood me... but yes i agree by creating command it sends it into the Chat e.g. when i want add button shop everybody can see that i typed in shop.

    What i mean is, there i a forced message about, "This Server uses CustomCommands type in /cc..." I want a Feature to deactivate it. I use autobroadcast to have a clean all looking the same announcment for every plugin, every developer got his own colorstyling etc. I dislike to have a rainbow Chat.

    Hope i can help improve!

    Small additional: It would be great if i could create Buttons for everyone. Means some sort of force them. A sort of /cc but admin creates them for the Players. :)
     
  10. For some reason players get colored and tiled buttons but all I get is white blocks. also no errors popping up in Rusty.
     

    Attached Files:

  11. Having an issue where when i either open the cc menu or click a save command it wants to try to enter all the saved commands at once. For example, when i select a home it will send me to my requested point but will give warning cant initiate another tp while u have a tp pending meaning the cc is trying to also enter my other saved homes resulting in the warning. This prevents me from being able to create certain commands such as /remove /tpc and other such commands because whenever i click on any home or other command button it pushes all my saved commands i have saved at once.
     
  12. Suggestion if not already being worked on.
    Permissions separation; Create, Use, etc..
    Ability to send players pre-configured command gui's.

    This looks great, I may take some inspiration from your work!
     
  13. CHR

    CHR

    I mentioned the same... hopfeully we see it.
     
  14. The hope is to have permissions included in the next version update. I am trying to shove in the logic to have Admin create buttons and to have players select premade buttons instead of creating them as an alternate method of use for the mod.

    So basically, I am adding several options...

    AdminOnlyButtons (restricts the use of this plugin to only admins)
    AdminCreatesButton (admins create ALL buttons, players select them when adding to their bar)
     
  15. Also consider allowing the admin to push on connect a default set please!
     
  16. Would it be locked for the player?

    For example, admin sets up a bar with 6 buttons and saves it as the template. On next login/connection is that forced on the player and can they change it?
     
  17. A simple config toggle would probably solve that, so that it can work both ways. I can see a reason an admin would like to send specific buttons for events etc.
     
  18. Absolut updated CustomCommands with a new update entry:

    1.0.2

     
  19. Thanks for the awesome updates !

    When can we get this?

    Also more requests:
    • configurable button text and an option for no button text if I just want to use an image.
    • PERMISSIONS !
    • create a separate command for displaying / toggling just the buttons without the function button "+", "-", "Save CC", etc
     
  20. Ill add custom colors as well as custom text.

    Working on permissions (beyond the admin only stuff I have added).

    Toggle to remove + - does exist. Maybe I am misunderstanding?