#skript

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

    Now, what are you waiting for? Join the community now!

  1. L

    Can't set a location within a loop

    Skript Version: 2.6 Version: 1.17 Author: Me The code: set {finishinglocation.%loop-player%} to location at {finishinglocationx.%loop-player%} , {finishinglocationy.%loop-player%} , {finishinglocationz.%loop-player%} I've been stuck on this problem for the past day and a bit, searching through...
  2. G

    Solved Grass wont drop custom items

    on break of long grass, fern, large fern or tall grass: cancel drops chance of 100%: drop wheat seeds named "&aSeeds" at event-block The custom seeds are dropped when I break ferns, large ferns, and double tall grass. But nothing happens when I break normal grass. I've tried many...
  3. M

    Why loop not working

    command /joindungeon: trigger: if {dungeon.begin} is false: if {dungeon.%player%.begin} is false: set {dungeon.%player%.begin} to true add player to {dungeons.players.list::*}...
  4. M

    Solved Can someone help me console not executing command

    command /joindungeon: trigger: if {dungeon.begin} is false: if {dungeon.%player%.begin} is false: set {dungeon.%player%.begin} to true add player to {dungeons.players.list::*}...
  5. B

    Solved Last person to hit a player before there mode gets changed.

    Hi SKUnity I was writing a skript to award 100 points to the "killer", and 10 points to everyone still alive, but the issue is the when the player is "killed" in the plugin i am using (Skywars reloaded), they don't actually die in game, just get turned into spectator mode. This makes it...
  6. Z

    Solved Giving Variable not Working

    Im trying to create a crate system. What i want it to do is when clicked on it gives you a random element from a list variable. on right click on lime stained glass: if player is holding a tripwire hook: cancel event clear {list::*} add "stone" to {list::*}...
  7. Yodexx

    New Years Eve Countdown?

    Hey! I'm looking for a new years countdown skript that supports all (or at least MOST) timezones around the world! The reason why, is because I have players coming on my server around the globe, and on new years we'd like to throw sort of an epic party. :emoji_grinning: I know the New Year is...
  8. X

    Bungeecord give skript

    Hi i want to skript bungeecord item making skript is there such a thing?
  9. SmallDev

    Solved Can't read if variable is set?

    I'm making a shop, and have a lot of things working now, but I want to check if a player has his or her boost set up, if not I want to set it to 1, but when I check if it is, I always get the output that it wasn't any help would be appreciated thx. on right click on entity: if name...
  10. SmallDev

    How to make it so only one person can activate an hour.

    Basically, for my booster Skript I'm making I only want one player to be able to use a booster an hour, here's what I'm working with. on click: if player's held item is sunflower named "&6Rainy Weather Booster" with lore "Increases fishing speed" and "Right click": send...
  11. SmallDev

    How to test for a block at a location Skript

    Basically, for my booster Skript I'm making I only want one player to be able to use a booster an hour, here's what I'm working with. on click: if player's held item is sunflower named "&6Rainy Weather Booster" with lore "Increases fishing speed" and "Right click": send...