Solved Skript Help On Right Click

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

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Olzie-12

Member
Mar 5, 2018
1
0
0
Sooo, i came up with an idea to make if you right click with a diamond pickaxe in your hand in only worlds; "world" and "Mineworld" and if you right click air it executes the same command

code_language.skript:
On rightclick holding a diamond pickaxe:
    if clicked block is air:
        world is "world" or "Mineworld"
        execute player command "sell all"

but when i right click it is not doing anything ;(

when i add this in its works but.. i need to make it only work in the "mineworld" world and the world "world"
code_language.skript:
On rightclick holding a diamond pickaxe:
    if clicked block is air:
    execute player command "sell all"
[doublepost=1520270325,1520268658][/doublepost]This Was Solved At skunity Discord Go And Check Them Out! https://discordapp.com/invite/q7UM6vJ
they are really nice
 
Status
Not open for further replies.