help

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

    Skript Help?

    I have a weapon level system but i dont understand why it doesnt work like when i right click (i set it so for testing) it gives xp but the max xp breaks and goes to none can anyone help? on right click with a sword: if name of player's tool is "&aLeveled Sword": set...
  2. R

    Solved Help with vectors and armor stand generation; Entity-homing wave attack

    So I found this attack on hypixel skyblock and I really wanted to recreate it with only Skript and SkBee. I did well at first, getting some things right, but then progress just stopped moving and I couldn't figure it out. The specific help I need is to calculate the "movement/generation" of the...
  3. C

    Armorstand Boomerang

    Hi! I'm new to skript and i can't seem to find any forums on boomerangs or much anything about armorstands... all i am trying to do is make it so that if you right click on a snowball it cancels the event and creates an armorstand that rotates and moves forward in the direction that you were...
  4. TimeStellar

    Solved Item id?

    i want to make a item level system but i wanna use varibles but how would i make a variable for a specific item like an id or smth like that. command /admin <text>: permission: op trigger: if arg-1 is "give": give diamond sword named "&aLeveled Sword" with lore ""...
  5. MrBenjaroo

    PlaceholderAPI with WorldGuard

    So, I am trying to make a certain command with skript in WorldGuard. If the flag is allowed, deny it. If the flag is denied, allow it. It is a quick way to swap values over, as WorldGuard doesn't have a toggle feature. This is my buggy code: command /toggleflag <text>: permission...
  6. Yushaa

    Help with custom SMP Skript

    I'm trying to make it so u need a specific variable to be true to be able to withdraw the invis rogue so people cant withdraw it without having the variable on their player [it'd be nice if it said an error message too but its not needed] command /withdrawrogue <text>: trigger: if...
  7. Laserlp

    Solved hide/show entities to individuel players?

    Hey! Like the title says, I wanted to ask how I can hide or show individuel entities to individuel players. What I have made so far is this: on every 5 ticks: loop all players: if {Level.%loop-player%} is more than 9: loop all text displays in radius 25 around...
  8. Yushaa

    I need someone to make a skript for my SMP!

    Upon killing a player they drop an item called a "Rune" and when the player right clicks the Rune, they gain a random positive permanent effect they cannot lose even after dying. the only way to get rid of it is if the player does "/withdrawrune" which gives them the embued rune veil. The player...
  9. R

    random int

    set {_time} to random number from 7 to 11 every {_time} seconds: loop all players: if block below loop-player is red wool: spawn a zombie at location of loop-player i want spwan zombie random time(7sec ~ 11) + p.s Is it possible to summon zombie it at a random location on...
  10. R

    help my skript

    every 10 seconds: loop all players: if loop-player is on red wool: spawn a zombie at location of loop-player it's make error that there's no loop matches "loop-player" is on red wool
  11. TimeStellar

    Solved command help

    i wanna make a command with like a selection given like in this image so players can just press tab and automaticly put it in?
  12. M

    Can't compare 'balance of player' with an integer

    So my skript version is 2.2 dev 36 Minecraft server version is 1.8.8 And this is the important code: balance of player is greater than 10000000: And the error message goes like this: Can't compare 'balance of player' with an integer (balance.sk) line 157: balance of player is greater than...
  13. S

    luckperms voucher help

    so i made a voucher rank for luckperms bc i want to use a piece of paper and right clicking does a console command and removes it from your inventory, but i encountered a problem that i cant get past. when i use this code on right click with paper: If name of player's tool is "&cOwner Rank"...
  14. PixelCraft_I_D_K

    Block's UUID in a variable

    Hi there! I was just wondering how you'd put a block's UUID inside a variable. I'm trying to give the block data (a variable) when right clicked on by a certain item. I have to use %block's uuid%, but that's not working. If I used %player's uuid% that wouldn't work either, since only admins are...
  15. VoiderYT

    Variables that don't reset on load

    I am trying to make a skript thingy that stores a variable (in my case, a list) but when I restart the server, it resets the variable. How would I avoid that? Here is an example (not my case but just a general idea): command /sethome: trigger: set {home} to location of player...
  16. Acidic

    Cooldown

    Hey there, I am looking for some help with my skript for cooldowns. on right click: if player is holding gold ingot: set {_c} to difference between {cd::%player's uuid%} and now {_c} < 10 seconds: send "&cWait %{_c}% seconds before using again" to player...
  17. CrazyDean__

    Help with Kill-Rewards Self-Kill Protection

    So im playing on 1.19.4 and i just need help with my Skript. I already have a Kill-Rewards Skript but the Players can Kill themselves with a Crossbow and Rockets and they also get the Drops from that. Could anyone help? This is my Skript so far (I'd also take help for the existing Skript lol)...
  18. JesterThr0ugh

    Smelter's pickaxe remake

    Could someone just remake hoplite's smelter's pickaxe? (No need for custom texture lol) It's an iron pickaxe with ef 2 and unbreaking 1 that auto smelts what ever u mine thats the recipe from a video i found.
  19. D

    Can't save and load structure in 1.19.4

    Hi, how do I save and load a structure? save structure between {_pos1} and {_pos2} as "ColumnType.%{_floor}%층.%{_columnnumber}%" my skript version is 2.8.4 minecraft version is 1.19.4 It was working on 1.16.5
  20. buddha748

    How do i make this work im completely new so please be nice

    command /slayerblade: permission: op trigger: give player a netherite sword named "&6Slayer Blade" with lore "&7Automatically sells mob drops" send "&aYou have received the &6Slayer Blade&a!" to player command /slayblade: permission: op trigger: give...