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

    Solved wait "%{_variable}% minutes" parsed as timespan doesn't work

    So I tried to make a function that will run something and set a variable into a number that will be used for "wait", after that it'll wait for that amount of variable time to run the function again. Look I know the explanation might be very confusing and make no sense but this is the code...
  2. RedDiamond

    Solved Error with 'is holding' condition

    So i made this code for a crate skript if player is holding a shiny tripwire hook named "&f{@dkey}" with lore "&8Use this to open &fDaily Crate" But when i reload the skript it say this error: Can't compare a player with 'holding a shiny tripwire hook named "Daily Key" with lore "Use this to...
  3. RedDiamond

    Solved Crates skript not working

    So i've made a simple crates skript but the problems is sometimes when i right click with the key it didnt give me any rewards and sometimes it gave me 2 rewards on 1 key, can anyone help me to see what's the problem in this code, it'll help me so much. Thx :) on right click: if event-block...
  4. RedDiamond

    D'Warn

    A player warning system. Features: - Checking player's total warn - Automated punishment when player reach a specific amount of total warn - Unwarn command (remove 1 warn from player) - Customable Commands: - /Warn <player name> [<Reason>] - /Check warn <player name> - /Unwarn <player name>...
  5. RedDiamond

    Scoreboard not showing (SkBee)

    So i've made this scoreboard skript using SkBee and it not showing on my server, and i have SkBee, SkRayfall, TuSke on my server for the skript addon. Idk what's wrong with this code, maybe someone can help me? on join: while player is online: set title of player's scoreboard to...
  6. RedDiamond

    Need help with periodical and looping (im stressed)

    Ok so i want to make a gen (kinda) skript, so basically when the player right click a music disc it will active or we can say the variable turn to true, and when its activate it will give player an iron block every 4 seconds, but the problem is im using "loop all players" and that make the every...
  7. RedDiamond

    Solved Skript not working (no effect happen)

    Hello, so i made a gens (kinda) skript and for now i made the gold and diamond one using music disc, so whe i tested it the gold one is working all of the effect is working including the part when it give player gold block, but somehow the diamond gen one is not working at all not a single...
  8. RedDiamond

    Armor that give potion effect

    So I want to make a skript that when player wear a player head/armor with a specific name it gives them haste effect to the player and when they do not wear the armor the effect remove, but I don't know how to make it work, can someone help me with it.
  9. RedDiamond

    Need help for my custom item skript

    I really need help for this one, so I've made a custom items that do stuff with a cooldown, but when I run it on minehut it didn't want to do any of the effects and just skip to the 'else' part anyone know why? options: prefix: &8[&a&lKrypBox&8] variables: {Cooldown.%player%} = 0 #Fire...
  10. RedDiamond

    Solved On Join Teleport

    Hei guys, so i wanna make a script so that when people first time join they get teleport to a specific coordinate in a world and I try this one its not working, anyone can help me with it? on first join: teleport player to location(40 23 171 world "flat") and I wanna make a script that when...
  11. RedDiamond

    Solved Need Help For Simple Shooting Script

    Hei So i've made a script for shooting entity when holding an item and I wanna make it so player can't spam it, so like I want a cooldown/delay for every shoot, I hope someone understand lol This is my current script, I want to make a delay for every fireball shoot #Fireball Shooter on...