event-block

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

  1. Dominiiikk_

    Solved Spawner Pickaxe

    Hey, I'm basically trying to make a spawner pickaxe. But every time I mine the spawner I only get the blank spawner without the set mob inside. How to fix it? :( on break of mob spawner: if player has permission "minespawner.all": if player's tool is netherite pickaxe...
  2. E

    event-block problem

    bruh moment It isn't work How can I fix it
  3. E

    Solved event-block's name?

    bruh moment It isn't work How can I fix it
  4. Drakem

    on click on exact location

    I cant make this work, please help on rightclick on a trapped chest: set {_location} to location of event-block message "&3%{_location}%" to console #debug if {_location} is location(-124.5, -33.5, 25.5, world "world", -90, -0) : message "&Hello" to player...
  5. C

    Event-block's location.

    on right click: if event-block is yellow glass: if event-block's x-coordinate is 5: if event-block's y-coordinate is 54: if event-block's z-coordinate is 2: Why doesn't this work and could it be more compact?
  6. J

    LOOP CHEST ITEMS

    Hello! I was wondering if anyone could help me with a skript Objective: When a players mine a chest, it checks the items in the chest, & if it has a specific item, in this case for an example, a water bottle, it would cancel the event The skript still runs fine, however when I place a water...
  7. D

    on break/left click on chest (Get chest's name)

    Script Version (do not put latest): Skript 2.2-dev27 Script Author: Me, ItsDvance Minecraft Version: 1.8.9 Full Code: on break of chest: if the event-block's name != "%player%": cancel the event send "&cThis chest can only be modified by &f%event-block's name%" When...
  8. S

    Solved A variable can carry a block ?

    E.g. save an event-block into a list variable {block::*}. It's possible ? Because I'm not getting. on place: add event-block to {blocks::*} on break: loop all blocks in {blocks::*}: broadcast "%loop-block%" Doesn't broadcast. Works if I change to: on break: loop {blocks::*} ...
  9. O

    add {CookedTime:150s} to ntb of event-block error

    Skript Version: Skript 2.2 (dev36) Skript Author: Bensku Minecraft Version: 1.12 Code: on smelt: if event-item is iron ore: add "{CookTime:150s}" to nbt of event-block Errors: [Server] ERROR event-block is not a world My Addons: SkStuff, SkRayfall, TuSKe, SKQuery I can't find a...
  10. Z

    Solved Break Block?

    This is not Right :( on rightclick on chest: break event-block