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

    Solved Empty Configuration Section

    Hi, Im trying to make a simple queue for a sumo skript im making. I recieved errors about empty configurations. What should i do? command /sumo: trigger: if {Sumo::*} does not contain player: add player to {Sumo::*} send "&eYou have joined the &3Sumo &equeue" to player else: remove...
  2. T

    Selected hotbar slot

    Hello, I have a problem with the set current hotbar slot of player to 0, the problem is that it doesn't works and in reload its says that the hotbar slot of player can't be set to 0 because the latter is not an slot
  3. 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...
  4. A

    Not being able to send to player

    I'm new to Skript and I'm trying a simple script that only sends a message when the player used the command, /test. In the test command I have send "hello" to player but I get a huge Skript error in the console: dockerserver-minecraft-1 | [02:09:43] [Server thread/ERROR]: #!#...
  5. B

    Help with error and plugin

    im making an origins plugin for a server and i need to improve some bugs. one of which is the On Hand Item Swap event. it just wont work. also ive tried everything to cancel fall damage for an origins plugin and i just keep having fall dmg it would also be useful to know how to take dmg in...
  6. B

    Aliases Skript Error

    I have had a good time, making my server. But then this weird error existed... Whenever i reload my Aliases config, using "/sk reload aliases". Then the server crashes... I don't have the slightest idea, about what this is... I would love to get some help with it My latest.log...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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 :)
  13. 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...
  14. 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}...
  15. 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...
  16. J

    empty configuration section

    i don't know what does it means and how to fix it pls help qucik if you can
  17. 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
  18. 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...
  19. 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...
  20. 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...