Cobble Gen

  • 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.
Mar 1, 2017
109
1
18
Hello,

my problem is the 'on block form' event.

My Code: (without Debug)
code_language.skript:
on block form:
    event-block is cobblestone
    wait 1 ticks
    chance of 100%:
        set block at event-block to emerald ore

My Code: (with Debug)
code_language.skript:
on block form:
    broadcast "Hello"
    event-block is cobblestone
    wait 1 ticks
    chance of 100%:
        set block at event-block to emerald ore

It doesn't send the 'Hello' message.

Skript Version:
2.2-SNAPSHOT

Thank you.

Best regard, Auswahluhr6004
 
Bud, did you even change the event? Because you might have to be more specific on what block. Also read the docs because it tells you how to use the event.
 
Hello,

my problem is the 'on block form' event.

My Code: (without Debug)
code_language.skript:
on block form:
    event-block is cobblestone
    wait 1 ticks
    chance of 100%:
        set block at event-block to emerald ore

My Code: (with Debug)
code_language.skript:
on block form:
    broadcast "Hello"
    event-block is cobblestone
    wait 1 ticks
    chance of 100%:
        set block at event-block to emerald ore

It doesn't send the 'Hello' message.

Skript Version:
2.2-SNAPSHOT

Thank you.

Best regard, Auswahluhr6004
on break o cobblestone laks:
beak cobblestone
make another cobblestone appear
always make the cobblestone emerald ore though you get me fam. so like the chance of 100% is useless so like yeh fam just set it to emerald
block you get me
 
on break o cobblestone laks:
beak cobblestone
make another cobblestone appear
always make the cobblestone emerald ore though you get me fam. so like the chance of 100% is useless so like yeh fam just set it to emerald
block you get me
ok... can you send me a example?
 
Status
Not open for further replies.