errors

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

    Error in the .sk file

    Hello there, I have a problem The Skript file brings a lot of errors
  2. S

    Many different errors involving loop-player

    Im trying to make a side bar to show the players money, and i made this test sidebar but it gives 3 errors. every 1 seconds: loop all players: #Cant understand condition/effect wipe loop-player sidebar wipe loop-player sidebar #loop-player is neither an item stack...
  3. E

    Help Skript: if player's balance is more than or equal to

    Hi, I have encountered an error that I cannot understand in my script ERROR: [04:04:16 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to...
  4. R

    Item Generators not working.

    So I have been using skript for a while now. Normally when I make a generator skript with multiple generators, it works. I have 3 generators so far. Only the first dirt one works. Here is my code: every 1 second: drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at...
  5. KethTheMeifwa

    Solved Painting Skript Issue

    Skript Version : Skript 2.3 (Probably, Using the Server Host Minehut which doesn't specify version) Skript Addons: SkQuery Skript Author: KethTheMeifwa Minecraft Version: 1.14.1 So I'm trying to make a painting program that allows the user to choose a color from a gui on right click, and then...
  6. Nisoven

    Skript errors

    So for some reason this isnt working anymore, any ideas? 'chest with 3 row named "&aSpawner"' is not a block [10:19:36 ERROR]: 'chest with 5 row named "&4Hostile"' is not a block (adminpanel.sk, line 74: open chest with 5 row named "&4Hostile"') I get this error on all my open chest with 5...
  7. 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
  8. V

    Errors in menu

    So.. i was creating a menu and i used "format slot". I have SkQuery installed so i dont know why it says it code: https://pastebin.com/EpLmNSpm errors: https://pastebin.com/Gdyaxrye
  9. Adrihun

    Solved MundoSK errors when stopping server

    When i type in "stop" in console, every plugin shuts down. Whenever MundoSK is turning off, it gives me an error message. It is saying "file not found" in my language. Please help me fix this error. [16:39:49 INFO]: [MundoSK] Exception at Mundo [16:39:49 WARN]: java.io.IOException: A rendszer...
  10. Adrihun

    Solved Anti World Downloader plugin huge error in console with SkQuery!

    I have found this great plugin online called Anti WDL, what it does is it blocks players from using World Downloader Mods on the server. When someone gets kicked for using WDL, the console gets a big error message. Please help me fix this. I don't know why it does this but it says Something...
  11. Adrihun

    Anti Swear to message?

    Hey, thanks for clicking on my post. Its me aggain "_" How do i add Anti Swear, Anti Spam (1 sec) to my script? command /pm [<offline player>] [<text>]: trigger: if arg 1 is not set: send "Wrong usage." if arg 1 is set: if arg 2 is not set...