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

    News Welcome to new skUnity

    Loving the new skunity!
  2. Ariuw

    Solved Refill chest issue

    Hello there, I've been trying to refill chests between coordinates but I can't get it to work.. no errors are given tho. Here's the full code: on load: delete {random2.item.list::*} add 1 diamond leggings to {random2.item.list::*} add 1 diamond helmet to {random2.item.list::*} add...
  3. Ariuw

    Create block radius around player

    Yeah, it's .5 but I don't know how to fix it then, like what should I do to fix it then?
  4. Ariuw

    Create block radius around player

    Hello there, I've been trying to do a block radius around player when the player right clicks on a stick but I can't get it to work this is what I have so far: on right click with stick: create a fake explosion at event-location loop all blocks in radius 6 around player...
  5. Ariuw

    Missions not working properly

    Hello! I've been trying to work on a mision kind of thing, so when they talk to an NPC they complete a match so by using `/misions` they should be one marked as completed, but if they do two missions they show that they have completed two missions... so, the thing is when adding a third...
  6. Ariuw

    Badlion user gets crate key when joining server for first time

    Does the user has to only play with Badlion Client?
  7. Ariuw

    Avoid players from moving NPC

    Hello, recently. I added the Citizens plugin, but players can move the NPC around when they are close to the npc. Is there any possible way to cancel this event?
  8. Ariuw

    Stronger leather armor

    Thank you, this was really helpful!
  9. Ariuw

    Stronger leather armor

    Hello, I've been trying to figure out how to do Leather armor as a Diamond Armor. Is it possible? All I want is the leather armor to be as strong as the diamond one and also use enchants on it, and this may not be the subforum but, well.. I tried xd
  10. Ariuw

    Solved Command cooldown and inventory items

    That worked, but I forgot to add that I only get the Mission Started message but I am not getting my items removed
  11. Ariuw

    Solved Command cooldown and inventory items

    That's what I used but now when trying to use the sign, it won't work at all. I didn't get any message or Cooldown message
  12. Ariuw

    Solved Command cooldown and inventory items

    That may work, is it possible to cancel the cooldown using a different command?
  13. Ariuw

    Solved Command cooldown and inventory items

    I've tested your skript, it almost works D: it just doesn't check the player inventory and doesn't remove the coal. I'll keep trying but since I am bad at this I don't think I'll get somewhere lol
  14. Ariuw

    Solved Command cooldown and inventory items

    I did this: command /mission1: trigger: if number of all coal in player's inventory is less than 128: message "Mission not completed." stop else: if player's inventory contains 128 coal: wait 5 ticks...
  15. Ariuw

    Solved Command cooldown and inventory items

    But what if I can't get the "Mine all the coal that is needed" message to work? because I just want the cooldown to work when the player has the 128 of coal in the inventory and if not, then it just sends a message
  16. Ariuw

    Solved Command cooldown and inventory items

    Skript Version: Skript 2.4-beta10 Addons using (including versions): Skellett (1.9.8) - SkQuery (4.1.1) - skRayFall (1.9.18) - skUtilities (0.9.2) Minecraft Version: 1.14.4 I've been trying to do something like that when a player right clicks on a sign, it opens a menu and on the menu there...
  17. Ariuw

    Solved Loop all players and tp

    oh ... thank you so much!!!! I can't thank you enough <3 you've done a lot for me! PS: Have you noticed that we joined the same day to Skunity?
  18. Ariuw

    Solved Loop all players and tp

    Hello. I've been trying to do a command where if a player is on a team it will execute teams command. But after a lot of messed up code I realized that I don't know how to fix it.. command /timer [<text>] [<integer>]: trigger: if arg-1 is "start": set {_countdown} to...
  19. Ariuw

    Solved Simple start and stop timer

    Thank you! this is really helpful
  20. Ariuw

    Solved Simple start and stop timer

    Thank you!, commands after the countdown ended will go on this line? : loop arg 2 times: if {countdown} is true: broadcast "&eCountdonw: &7%{_countdown}%" remove 1 from {_countdown} wait 1 second...