on rightclick

  • 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!

  1. B

    Solved summon lightning on rightclick

    On rightclick: if player's tool is golden hoe: if lore of player's tool contains "Unbreaking V": on damage of a player: if attacker is player: do: strike lightning effect at the victim is what i have so far respond as quickly as you can please!
  2. A

    Solved Is there a way to use custom named buttons in Skript

    I am currently using Skript on my server and I came across this error while programming the keycards on right click on "Alpha Only": if name of player is "AlphaBeta906": send "&aAcsess Accepted!" to player else: cancel event send "&4Acsess denied!" to player So...
  3. Marsbar

    Solved On rightclick on sign: doesn't work

    on rightclick: if line 1 of event-block is "&4&l[&c&lKøbt&4&l]": if line 2 of event-block is "&aPris er ikke sat": send "{@p} &cPrisen på denne celle er ikke sat endnu" stop if line 1 of event-block is "&2&l[&a&lFri&2&l]": if "%uncolored...
  4. F

    How do I use on right click on player but specify the player's name?

    Hello, so I am working on a small project and I am using skript but when I try to use 'on rightclick on player named "Help" ' I get an error ill attach a screenshot of the error. But is there a way to use on right click on player specifying a name?