hi im new, and i would like help/skript

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

gatlegames87

Member
Jul 16, 2020
1
0
0
im new and only really know the basics but it would be cool if you guys could help (or tell me its not possible) to create a skript.
what i would like is
-check if the player has right clicked holding an iron axe named hammer
-check if the targeted entity was a item frame with an iron sword in it
-check if the targeted entity was on an anvil
 
Last edited:
im new and only really know the basics but it would be cool if you guys could help (or tell me its not possible) to create a skript.
what i would like is
-check if the player has right clicked holding an iron axe named hammer
-check if the targeted entity was a item frame with an iron sword in it
-check if the targeted entity was on an anvil
I can at lest help with the first one
-check if the player has right clicked holding an iron axe named hammer
Code:
on rightclick holding a iron axe:
    player is holding a iron axe named "hammer"
    message "He is the one"
And I think this shold be on the request forum
 
Status
Not open for further replies.