skrip 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. nickgamezzzz

    Unknown or incomplete command

    Hi, I am trying to make a /lobby command. I have velocity proxy running and I have a lobby proxy plugin installed. me as a player can do /lobby and it will detect the command from the proxy plugin. If I execute a player command in Skript it says Unknown or incomplete command. This is I think...
  2. TACStudios

    Comparison returning false, even though everything looks correct

    In a previous post I mentioned doing "spleef checks" (checking if one player spleef'd andother) I tried to impliment this, but it doesnt work. Heres the code im using: Script 1: on walking on snow block: name of player's world is "combatspleef": if {pvsGameStarted} is false: stop...
  3. ME_IS_KIRK

    GETTING AN ERROR ON if arg-1 is "load"

    [10:31:00 INFO]: [Skript] Reloading kit.sk... [10:31:00 INFO]: Line 5: (kit.sk) [10:31:00 INFO]: indentation error: expected 3 tabs, but found 4 tabs [10:31:00 INFO]: Line: execute player command "personalkits:k1" [10:31:00 INFO]: [10:31:00 INFO]: Line 6: (kit.sk) [10:31:00 INFO]...
  4. T

    Error in vanilla gui

    ```command /gui: trigger: set metadata tag "AdAnvil" of player to chest inventory with 3 rows named "Better anvil" set slot 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 and 27 of metadata tag "AdAnvil" of player to gray stained glass pane...
  5. M

    Solved function input

    function plays(p: player): send "test" to {_p} and i use plays(player) in trigger and i have that problem [21:52:53] [Server thread/ERROR]: ºcºlLine 77:º7 (songsplayer.sk) ºc There's no player/console in a function event º6 Line: º7send "chuj w dupe tw¾rc? tego g¾wna" to the {_p} can...
  6. D

    Please help me with this skript

    So i have been working on a shop skript that will allows you to open it through a villager and an admin feture that if you shift right click it will allow you to change the items value and for some resone i cant buy items and i really dont know why another problem i have is the size of it for...
  7. D

    Error scordboard pls help

    Its error i dont know why pls help me fix it on join: while player is online: wait 3 ticks wipe player's sidebar set name of sidebar of player to "&a&lSkyGrind99" set score "&c&lWelcome" in sidebar of player to 14 set score "&e%player%" in sidebar of player to 13 set score "" in sidebar of...