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

    Solved loop not working????

    Hi, I've encountered this error today, and I can't find a way to solve it. When I reload the skript file, there's a red error coming out of the console (https://pastebin.com/DPzyERXs). Can you please help me? Thanks! every second: loop all players: message "hi" to loop-player This...
  2. Turb032

    Loop-block around player's feet (cyl)

    Hi, i was searching around and could't find a way to do what i want to do. Basically, i want to loop all blocks in a certain radius around player's feet, but as the loop-blocks feature, as i can tell, loops only a sphere around player, i was searching a way to loop the blocks in a cyl around...
  3. Turb032

    Disable "/<tab>" complete

    Hi, i've came up with this problem and i really want to solve it. I looked in a lot of forums but nothing helped me that much. I've tried setting the "tab-complete" in spigot.yml to 0, 1 and -1, but i just want to disable some completions, not all of them. So i've made a skript but it won't...
  4. Turb032

    Mob Spawners

    Hi, my current problem is that i want to place a mob spawner with a custom spawn (blaze, cow, zombie, ecc...): but idk how to do it, could someone please help me? Thanks!
  5. Turb032

    Mobs Behavior

    Hi guys, i'm tryna make RPG mobs: When i hit a mob (zombie) it will check if the player is near or far from the damaged mob. When it checks that, if the attacker is in an area of 5 blocks around victim, it'll be the same thing (the mob hits the attacker) but, if the player is 5 blocks far from...
  6. Turb032

    RPG Mob's behavior

    Hi guys, i'm tryna make RPG mobs: When i hit a mob (zombie) it will check if the player is near or far from the damaged mob. When it checks that, if the attacker is in an area of 5 blocks around victim, it'll be the same thing (the mob hits the attacker) but, if the player is 5 blocks far from...
  7. Turb032

    Play sound to specific player (ASAP)

    Guys please i've been trying for hours to do this thing, could you help me as soon as you can please? Thanks!
  8. Turb032

    Solved "Connecting" Variables

    The title says quite all of what i want to do. I wish i could "Connect" variables from skript to skript. Thanks for the help!
  9. Turb032

    Solved "Heal Pool"

    Hi guys, the title says all: I want to make a sort of "Heal pool" that heals every player in a certain region in a certain block, i tried with this: every 2 ticks: loop all players: if "%region at all players%" contains "HealPool": if block at loop-player's location is...
  10. Turb032

    Solved Loop Players Issue

    Hi guys, i've been searching for a long time a way to loop all players at the same time and creating a bossbar. The problem is that the bossbar does not show for all the players, but for only ONE player. Here is my code: every 1 tick: loop all players: create bossbar titled...
  11. Turb032

    Variable outside skript

    Hi guys, I just wanted to know if it's possible to take a variable from "outside" a Skript. Thank you!
  12. Turb032

    Format Slot

    Hi guys, i wanted to know if there's a way to format a slot of any gui, WHILE a gui is open, like this: on inventory click: if inventory's name is "name": if clicked item's name is "aldksald": format slot (slot) of - #Here i want to make that when i click the item in the...
  13. Turb032

    Open GUI

    Hi guys, i have a problem with "open chest with (rows) rows", the error is: Can't understand this conditon/effect: (skript) I have skript 2.5 (the latest version) and i don't know how to make guis since i'm new with this version of skript. Thanks for helping!
  14. Turb032

    Solved Npc Death

    Hi guys, i really need help. I want to make that when an npc is killed, it does something, like this: on npc death: if victim's name is "test": #do something but it won't work. Please help!
  15. Turb032

    Solved invalid use of quotes

    hi, i' trying to create a menu with missions, but the error is invalid use of quotes, idk where i'm wrong! open chest with 3 rows named "&3&lMissions" to executor format slot 10 of player with cobblestone named "&b&lBuilder" with lore "||&7Click to see all||&7Builder challenges!" to...
  16. Turb032

    Solved skript mirror

    i want to install skript-mirror addon but it won't create his own folder. How can i do it?
  17. Turb032

    farming farms

    Hi guys. I want to know if it's possible to do this thing: I place a block (bedrock), right click it with any hoe, and the block become a farmland block. Above the farmland block i put crops:7, and on break of crops i collect money and crops respawn in a certain amount of time. At left and right...
  18. Turb032

    shop adding

    Hi guys, i'm trying to make a shop with skript... All works well but i can't figure out how to do a: "add 1" in the shop. I don't know if you understood. Like, you type /shop, you click on "blocks" and you click on "grass block" and it opens a gui where there are a list of glass panes that adds...
  19. Turb032

    Solved Player ping

    Hi guys, i'm trying to do a skript that uses condition: "if player's ping is < 130:" ... but it give me an error: "player's ping" is not an item stack or maybe "victim's ping" is not an entity type. I think my skript version is the problem, but i can't find a supported verion for this, please help!