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. SWOEN

    Solved Console is not executing command

    Hello! I was making some skript's when I saw no "execute console command "/example"" was working. I have tried doing this: command /executeconsolecommandtest: trigger: console command "say hello" and command /executeconsolecommandtest2: trigger: make console execute...
  2. F

    Database skript error

    Skript Version (do not put latest): Skript 2.6.2 Skript Author: Bensku Minecraft Version: git-Purpur-1171 (MC: 1.16.5) Full Code: # ==== Variables ==== databases: # Databases to store variables in. These can either be used as a simple one-server-storage # where variables are written...
  3. Circuit2006

    Death counter 1.18.2

    I am VERY new to this skripting stuff and I am trying to setup a basic Death counter, This is the code could anyone explain to me why it isn't working? variables: {%player%.deaths} = 0 {%player%.total_deaths} = 0 on join: broadcast "Welcome %player% to the server!" set...
  4. Builder4Life

    bosssystem | no errors but boss is not spawning

    #This skript is made by MightyTiger options: #names prefix: &9&lAppolloboxx shark: &9&lShark &bBoss devil: &4&lDevil &cBoss darkknight: &5&lDarkKnight &dboss sandstormer: &6SandStormer &eBoss #item drops sharkdrop: prismarine crystals named "&b&lShark Fragment" sharkdropname...
  5. C

    Solved Loop blocks and players not working as expected

    I have this script set up to act as temperature using Skript, but there's an issue. If two players stand very close together next to the campfire, one of them doesn't get the variable increase. Is there anything I can do about this? every 2 ticks: loop all players: loop all blocks...
  6. L

    Solved Set redstone lamp to "activated" error

    Hi, I'm trying to make a skript that when it's 18:00, the redstone lamp will activate (glow), but I dont know how to do it, I tried SO MANY times, but nothing happened. Any help is appreciated :)
  7. L

    Solved Help with right click

    Hi , I have a problem with right click, basically , when a player right click with the item, it does work well, but if the items are 2, it does not work. on right click on dirt: if tool of player is stick: if name of tool of player is "example": make console execute...
  8. M

    Skript variable load error - from the database 'MySQL', because it cannot be loaded as a location

    Hello there i am having this skript error :: [15:32:39 ERROR]: #!#! Unable to load (all) variables: [15:32:39 ERROR]: #!#! Cannot load the variable {treefarmtp} from the database 'MySQL', because it cannot be loaded as a location [15:32:39 ERROR]: #!#! Cannot load the variable {apvpmine.toptp}...
  9. J

    Solved I don't know what i did wrong. Can someone help me?

    Hello! I need help with one of my Skripts i have constructed. I just began using variables but i don't know what i did wrong because it does not work. Can you help? options: {Superhand::%player%} = 1 {SuperhandEnabled::%player%} = false command /superhand <number>: trigger...
  10. J

    empty configuration section

    i don't know what does it means and how to fix it pls help qucik if you can
  11. K

    Error when loading skript (Could not load holo.sk)

    When i try to load a skript, it gives me this error: https://pastebin.com/frCD0mBH Server version: 1.18.1 Skript version: v2.6.1 Addons: SkBee, SkDynmap, Skellett
  12. S

    Help with API Skript Mirror

    Hey, would appreciate any help. I have been trying to use the API from a plugin called “Wildstacker” to get an amount of something called “Barrels” in a location with Skript mirror. Here is simply what I would love to get some help With a command i can look at a block(that has something...
  13. 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...
  14. C

    Solved Execute console command

    so I'm having trouble with my console command I think it's because my command has " inside of it, anyone got solutions? command /test: trigger: execute console command "/title %player% actionbar...
  15. 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!
  16. 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...
  17. 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...
  18. 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}
  19. 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...
  20. 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...