Solved I need a 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 comminuty!

    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.

FrostPVP™️

Active Member
Feb 12, 2021
63
3
8
24
USA
I need a skript where if a axe named &aSpecial Axe breaks oak planks it gives you oak logs instead and it drops it on the ground not puts it in your inventory thank you :emoji_slight_smile:
[doublepost=1614466425,1614465420][/doublepost]
I need a skript where if a axe named "&a&lSpecial Axe" breaks oak planks it gives you oak logs instead and it drops it on the ground not puts it in your inventory thank you :emoji_slight_smile:
 
I need a skript where if a axe named &aSpecial Axe breaks oak planks it gives you oak logs instead and it drops it on the ground not puts it in your inventory thank you :emoji_slight_smile:
[doublepost=1614466425,1614465420][/doublepost]
Thats work for me
Code:
on mine of oak plank:
    if player's tool is an axe named "&aSpecial Axe":
        set {_bl} to location of event-block
        cancel drops
        drop 1 of oak log at {_bl}
 
Last edited:
  • Like
Reactions: FrostPVP™️
Status
Not open for further replies.