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!
on break:
event-block is stone
add 1 to {xp.%player%}
give player 1 diamond of sharpness 1 named "&b&lDiamond"
# you do not need to damage the pickaxe as minecraft is already doing that
on break of stone:
add 1 to player's level
give player 1 diamond of sharpness 1 without any NBT named "&b&lDiamond"
it gives the cobblestone can you add cancel event in the skript idk howHere you go:
Code:on break of stone: add 1 to player's level give player 1 diamond of sharpness 1 without any NBT named "&b&lDiamond"
Please mark the Thread as solved!
on break of stone:
add 1 to player's level
give player 1 diamond of sharpness 1 without any NBT named "&b&lDiamond"
cancel event
thank you sooo much
[doublepost=1584382558,1584381599][/doublepost]wait i dont want it too show enchantmnet i just want the glow....
add glowing diamond named "&b&lDiamond" to inventory of player
Yes would be a solution if you only want the glow but like he said he wants the enchantment Sharpness but only displaying the glow effectcode_language.skript:add glowing diamond named "&b&lDiamond" to inventory of player
Does this need an addon for skript as this code isnt wokringcode_language.skript:on break of stone: add 1 to player's level give player 1 diamond of sharpness 1 without any NBT named "&b&lDiamond" cancel event
To mark the Thread as solved edit the Title of this Thread