block effect

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

    hide and seek but with blocks

    Category: ? Suggested name: Blockhunt.sk Spigot/Skript Version: 2.4 What I want: a hide and seek plugin where people are blocks instead of players. Ideas for commands: /bh queue (queue name) - joins queue /bh leave - leaves queue /bh create - create queues /bh blocks (block to add) - adds a...
  2. EthernalDragon

    Solved Set block problem.

    Hi i'm creating a new system for my build team. but if i use: set block at block 3 above {_loc} to log:13 or set {_i} to "17:13" parsed as item set block at block 3 above {_loc} to {_i} or set {_i} to ("17:13" parsed as item) set block at block 3 above {_loc} to {_i} Don't work. The...
  3. W

    Other Block Effects

    This is a tutorial for effects with blocks. We will now start with a radius from the location of a block. This code loops entities in a radius of 5 around the block's position. loop all entities in radius 5 around blocks's location: Now we will add an event for in which this loop will occur...