help pls

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

    Skript place holder?

    New to skript forum(Not skript,I have already used it for least a year),I am not getting any helps on discord as all guys trying to help me failed :/ The code: on right click: if name of player's tool is "&a騎士劍": if {KnightSwordLVL1::%player%} is not set: if...
  2. C

    How to check if a player is between 2 coordinates?

    I tried doing this but to no avail ;( every 5 tick in "world": loop all players: if loop-player's x coordinate is between -172 and -180: if loop-player's y coordinate is between 90 and 93: if loop-player's z coordinate is between 514 and 522...
  3. S

    I am trying to make a /compress gui

    Problem: My functions dosnt work but i dont get any errors so if anyone could help me it would really make me happy :) Code: function compresssel(p: player, i: itemtype, i2: itemtype, done: text): set {_amount} to amount of {_i} in {_p}'s inventory open chest inventory with 5 rows named...
  4. cuddlytrap

    Please help

    I have tried making a skript where if you wear armour with a certain name, you get an effect. It detects when you change your armour but it doesnt give you the effect when you have the full set on. Please help This is my skript: on armor change: execute console command "/effect clear...
  5. E

    Solved Cant change players display name

    so im trying to change players display name but the command wont show ingame and when im removing the line "set player's display name to "name" " it shows up (Version 1.16.4) command /test: trigger: if player has permission "admin.user": set player's display name to...
  6. F

    Disable commands on specific regions

    Yo whatsup I wanna create a skript that when you enter a __global__ region you cannot do /fly anymore, and I know what you're thinking: BUT YOU STUPID IDIOT YOU CAN DO IT ON WORLDGUARD AND ADD TO ADMINS WORLDGUARD.REGION.BYPASS.__GLOBAL__ well, here is the thing! I don't want normal players to...
  7. P

    Fairy Soul plugin not working

    hi im trying to make a similar fairy soul plugin but with obsidian but i dont know why is there an error. ive tried everything(atleast i think) but i couldnt fix it. can someone fix the skript for me i know it takes time but pls? Thank you...
  8. Baezor

    Solved Need Help Getting Integer Varibles In Lore

    Skript Version: 2.5 Skript Author: Bensku Minecraft Version: 1.15.2 Full Code https://pastebin.com/3kSFcyuv Problem If you look in the screenshot, you can see the variables the skript prints out. My problem is the lore variables are not being added to the defense, vitality, or max health...
  9. H

    ender dragon ride

    Hi!, im wanting to ride a ender dragon but i want to make the ender dragon pushed forward at player direction. like this:
  10. mel_instagibson

    Solved Itemflags & skript-mirror

    Hi, so i updated to 1.13 and it seems like there wont be any update to skstuff so im trying to set item flags via skript-mirror since i cant use nbt anymore. currently i have this: import: java.util.List java.util.Arrays java.util.ArrayList...
  11. Maezukie

    Solved Inventory Saving

    command /Spectator: aliases: spectate trigger: if {Spec::%player%} is not set: set {Spec::%player%} to 1 play sound "block.anvil.place" at player set the player's game mode to creative send "{@P} &7Spectator mode &aenabled"...
  12. V

    tuske skript errors

    So i writed a Tuske gui skript but i am getting the error : Can't understand this condition/effect full error link: here code: here