Anyone who has time and can could help me?

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

christianmv84

Active Member
Jul 20, 2017
50
0
0
59
I've asked many developers, and they do not know how to do it, that's why this is the reason for this post,...

I've been looking for documents about generations and I do not see anything

What I want to do is to put a block is removed after 4 seconds.

That is already done, the problem is this:

When you put lava and water, it generates coblestone, and that coblestone is not eliminated, if anyone knows how to do it thanks: D

code_language.skript:
on place:
    add location of event-block to {skyffablock::%{blocks.%player%}%::%location of event-block%}
    set {skyffablock::%{blocks.%player%}%::%location of event-block%} to true
    wait 4 second
    set event-block to air
 
You can use Skellett's CustomEvents:

====================================
Event: "org.bukkit.event.block.BlockFormEvent"
Syntax: "%You need to ask LimeGlass%"
====================================

Once you have the syntax, you can "set event-block to air" :emoji_slight_smile:
 
You can use Skellett's CustomEvents:

====================================
Event: "org.bukkit.event.block.BlockFormEvent"
Syntax: "%You need to ask LimeGlass%"
====================================

Once you have the syntax, you can "set event-block to air" :emoji_slight_smile:
skript-mirror's custom events are implemented better and should be used instead. (skript-mirror doesn't require a configuration file and has the reflection tools necessary to deal with new events.)

In this case, using another addon is unnecessary. Skript already has an on form event.
 
skript-mirror's custom events are implemented better and should be used instead. (skript-mirror doesn't require a configuration file and has the reflection tools necessary to deal with new events.)

In this case, using another addon is unnecessary. Skript already has an on form event.
I have already tried this along with another event similar to it and suggested it to him, both of us could not get it to work, no errors, just broken..
 
Status
Not open for further replies.