error

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

    Solved [PROBLEM] Skript & ViaVersion ERROR

    Skript is not work with ViaVersion. My server's Spigot version is 1.13.1 I need stable version of skript for my server. And some another ways if you have. NOW IT'S VERY IMPORTANT!
  2. T

    Help with sklunar waypoints

    Hi I have a problem with sklunar waypoints that I don't know how to make this to work. The error that it gives me is the can't understand this conditio/effect create lunar waypoint "&bHome: &r%{homename.%arg-1%.%player's uuid%}%" for player with color blue at {home.%arg-1%.%player's uuid%} Im...
  3. T

    Help with sklunar waypoints

    Hi I have a problem with sklunar waypoints that I don't know how to make this to work. The error that it gives me is the can't understand this conditio/effect create lunar waypoint "&bHome: &r%{homename.%arg-1%.%player's uuid%}%" for player with color blue at l{home.%arg-1%.%player's uuid%} Im...
  4. SoPastel

    Function is not a text

    Skript Version: 2.6 Server Version: 1.8 When I try to load this skript it gives me the error: 'gui(p: player) is not a text' and I am not sure why. Code: function gui(p: player): wait 1 tick open chest with 3 rows named "&d&lTest Gui" to {_p}
  5. T

    Tuske error help

    ok so i am trying to make thing gui thin but it either wont accept my command or it will and not show the clickable item in the gui help!! here is my code command /Vehicle: aliases: /cars permission: car.buy permission message: &7[&4Rusty&7] &6You Dont Have Persmission! trigger...
  6. P

    Solved Problem with upgrading (no errors)

    I'm trying to make a skript where when you right click with it, it'll upgrade the pickaxe. Not gonna show the full skript, but if you wan't it i'll give it to you the issue: every tick: loop all players: if amount of {pick::*} = 2: replace wooden pickaxe named "&7Wooden...
  7. P

    Solved Removing a variable of an item from the player's (error) inventory

    I am trying to make a simple shop skript so when you buy an item it removes a specified price of coal (in this case) from your inventory. But it doesn't work. on inventory click: if name of event-inventory is "&8Are you sure?": if event-item is lime wool: close player's...
  8. G

    Skript Speed Issue

    Hello! I'm currently working on a dungeon-crawler type server. One of the items that mages are going to be able to use is called the "Ghost Cloak". The skript for it isn't working so great. Here is what I have: command /ghostcloak: permission: op permission message: "&cYou do not have...
  9. J

    Solved How to check if player is below Y=something

    Hi, i have problem with my code. I wanna check if player is under Y = 59 My code looks like that: on any movement: if player's location is location(*, 59, *, world "FastBuilder-1"): set {blocks.placed::%uuid of player%} to 0 But the error is: [10:12:31 ERROR]: can't understand...
  10. L

    Solved Make a player perform an command with an permission

    Hey, i am trying to make an gui. But now i would like that if a player click on an item the command get executet with an permssion (or as op) if index of event-slot = 13: cancel event make player execute command "/mv tp jumpandrun" [that command should run with...
  11. A

    error admin login

    Please Help :emoji_frowning: command /alogin [<text>]: aliases: /al permission: admin.login trigger: if {al.%palyer%} is not set: if arg 1 is "2020": set {al.%player%} to true send "&3[&5GI &4Login&3] &4>> &aLogin Succsess :D"...
  12. S

    I get this error cant understand

    my skript options: deny-username-message: &8> &4You can't put your username here&8! no-referral-message: &8> &4Ok&8! &4A person didn't tell you about the server&8. thank-you-message-1: &8> &aThank you for telling us &2%player%&8! thank-you-message-2: &8> &aThank you for inviting...
  13. ClaasCode

    Solved UnparsedLiterals must be converted before us

    Hello, i get the Error from the title my Code: on break: if event-block is a gold block: addCoins(player, "Test", 5) function addCoins(name: player, message: text, amount: number = 1): set {_uuid} to uuid of {_name} send "%{_uuid}%" to console
  14. N

    Skript dont work

    Skript Version: 2.2 Full Error: https://pastebin.com/T5UQC74k
  15. Jonathan Cohen

    Solved loop-value error

    Skript version: 2.2-dev36 Error: [20:55:37 ERROR]: There's no loop that matches 'loop-value' (crackskywars.sk, line 1098: set {_lvalue} to "%loop-value-3%"') Code: https://pastebin.com/Jj3ggWAL
  16. M

    Skunity not working

    Hello, when i go to Skunity Site (also /Downloads) it's a Error.
  17. Jonathan Cohen

    Solved Skript Error

    I keep getting this error on the command "/player (mode)" Skript version: 2.2-dev36 Server version: 1.8.8 craftbukkit Code ----------------------------------- command /play [<text>]: executable by: players trigger: if arg-1 is set: if arg-1 is "solo_normal" or...
  18. JustPancake

    Getting Error...

    discord command acl <string>: trigger: set {ChatlogText} to "%{Chatlog}%%nl%[%now%] %arg-1%```" set {_} to length of {ChatlogText} set {_} to {_} - 3 set {ChatlogText} to "%first 5 character of {B}%" edit {Chatlog} to show "%{ChatlogText}%" Error...
  19. AlexWarrior

    [HELP] Non OPS cant do anything.

    I'm getting into skript and I am just trying to make a simple Cookie Clicker server. on rightclick holding a cookie: add {CPC.%player%}+{Event.%player%} to {Cookies.%player%} Very simple stuff. Btw that code gets made... on join: #Stats if {Cookies.%player%} is not set: set...
  20. P

    Error with mysql in SkQuery (1.12.2)

    Minecraft Server Version: 1.12.2 (Paper) Skript Version: 2.3.1 SkQuery Version: 4.1.4 Sorry for my bad english. I have already reinstalled SkQuery and MySql Client and Server, but the error is still there. Errors: Ingame: (Multiple) Database features are disabled until the script has SQL...