Click text: puts x in chat

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

IT can be done VERY easily using Skbee
https://forums.skunity.com/resources/skbee.976/updates

Also, here is the code to do the command suggest thing:
https://docs.skunity.com/syntax/search/id:4740

Code:
command /example:
  trigger:
    set {_click} to text component from "/example (name)"
    set hover event of {_click} to a new hover event showing "Click here to put in your chat"
    set click event of {_click} to a new click event to suggest command "/example"
    send component {_click} to player

Hope this solves your issue! :emoji_slight_smile: