Search results

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

    Solved how to loop block correctly?

    expressions like "loop blocks within" , "loop blocks in radius" "loop blocks from the loop-block to the block 10 north of the loop-block" and e.t.c. english it's not my main language, and I don't speak it well, so I do not know how to write something like "select all blocks in the 3x3 around...
  2. G

    How to check player at surface

    how check ALL the blocks above the player's head? i.e. loop all blocks above the player , like.... loop a column of blocks above the player's head?
  3. G

    Solved how to loop block correctly?

    thank you very much! Where can I see how to select an area correctly? list of loop expressions.
  4. G

    Animated text

    Dude, "No need to re-invent the wheel" , why spend a lot of time on an unoptimized script when you can install 1 plugin, get a lot more functions, and save your time?
  5. G

    Solved how to loop block correctly?

    solving problems with kludgy... Anyway, thanks for the help, this is at least a working solution at the moment, but in the long run, such solutions cause a RAM & tps leak.
  6. G

    Solved how to loop block correctly?

    wg / we regions - not. beacuse this script replace action when player try to use enchanting table. When I said "region" i mean a loop-region, not a wg region. or add a check to see if the block is below the event block in y direction and disregard it how? I can't figure out how to select zone...
  7. G

    Animated text

    just use simple plugin like this instead of spending a couple dozen hours on a hard script.
  8. G

    How to check player at surface

    this solution will not work, since this script is used for custom item and it isn't possible to make regions everywhere at surface.
  9. G

    Solved how to loop block correctly?

    I've been trying to loop blocks around the enchantment table. The problem is that the loop-region is too big and the bookshelves that will be in the floor also count. No matter how much I searched, I can't find a guide on how to correctly specify the region/zone for loop blocks. i need loop...
  10. G

    How to check player at surface

    How to check is player at surface? on consume of apple: if name of event-item is "§cThe apple of Zeus": #if player on surface? how check if a player #is in a mine or if there is a block above his head? strike lightning at the player send "§aYou feel electrified." to player
  11. G

    simulate block break

    No, I need to simulate a block breaking event. This causes a change in the Lore and NBT tag of custom strength. that is, when activated, the script should make simulate block break with a player's tool
  12. G

    Optimization of item-replacer script

    Hi! at my server most items replaced to mmoitems analog , and this script replace plain items if they somehow get into the player's inventory. The problem is in the structure of the script itself, at the moment it takes about 800 MS (0.8 sec) to load it I am afraid that in the future this time...
  13. G

    simulate block break

    Hello, how i can stimulate the destruction of the block for the player's tool? The player's tool has a custom durability in lore, and if I change the durability of the tool itself, then the custom durability does not change. therefore, I need a way that will stimulate the player's action -...