Solved placed block name

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

kamilleon

Member
Nov 18, 2017
48
0
6
I want to make a skript, where i place a dirt and its name is good boy, it sets the block to diamond block.
This is what i've came to, but it dosent work.

code_language.skript:
on block place of dirt:
  if block has name "&6&lGood Boy":
    wait 3 seconds
    set block to diamond block
 
I want to make a skript, where i place a dirt and its name is good boy, it sets the block to diamond block.
This is what i've came to, but it dosent work.

code_language.skript:
on block place of dirt:
  if block has name "&6&lGood Boy":
    wait 3 seconds
    set block to diamond block

code_language.skript:
If name of player's tool is "":
 
Status
Not open for further replies.