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

    Solved Need help for /furnace

    Hi, I have this skript for /furnace that works well but not for some items, why ? Thank you options: message_cuit: &6&lDinggg, c'est cuit! erreur: &cIl n'y a pas d'objet à faire cuire command /furnace: permission: nexmagic.furnace permission message: &cTu dois etre &6&lVIP ou...
  2. SubSplash

    Block Break Stage

    Hello! I need help showing the breaking animation on a block. on right click: if event-block is bedrock: set {_break} to 0.1 set {_block} to block at location of event-block loop 10 times: make all players see damage of {_block} as {_break} add 0.1 to {_break}...
  3. C

    Basic code, strange errors

    I wanted to creat a script that would forbid people from placing a block, messaging 'It's not allowed to place a block.' This is what I wrote. My codes: on place: message "It's not allowed to place a block" cancel event This is a very basic set of codes as you see, but when I...
  4. I

    Solved How can you give a player a custom splash potion with skript?

    im trying to create a skript that gives you a splash potion of instant healing, but each time i try it doesnt work, heres the skript give splash potion of instant healing with all flags hidden named "&7ʜᴇᴀʟɪɴɢ ᴘᴏᴛɪᴏɴ &6ᴄᴏɴsᴜᴍᴀʙʟᴇ <##F200FF>ᴍᴇᴅɪᴄ" with lore "&9ɪɴsᴛᴀɴᴛ ʜᴇᴀʟɪɴɢ <##7273FF>2" to...
  5. 5jgk

    Skript Indentation error

    So im trying to write an inventory full script but it works when i have no sound play when your inventory is full. But it doesnt when i play a sound when your inventory is full. My code is " on break: if player's inventory can't hold 1 diamond sword: send title "&c&lInventory full" with...
  6. SubSplash

    Solved Need help blacklisting named items from getting duped in a shulker box.

    Hello! I need help blacklisting named items from getting duped in a shulker box, for example: command /dupe: trigger: if player's held item is any shulker box: set {_items} to tag "BlockEntityTag;Items" of nbt compound of player's held item if "%{_items}%" contains...
  7. BOOO

    Collisions between Minecraft mod server scripts.

    Hello,I'm getting ready to run a modded Minecraft server, but I've run into a sudden issue. While the scripts on the modded server used to recognize mod items without a problem, I'm now encountering an error in Bukkit. I'll attach a picture. The script version is up-to-date, and even when I...
  8. xWires

    Solved An error occurred while trying to load a structure.

    When trying to use scripts I get "An error occurred while trying to load a structure." in the console, and I can't use any of my scripts other than one that just sends a message every 4 minutes. I also am struggling to get TuSKe to work and I don't know whether that is related or not, so I've...
  9. M

    Skript crashing server and not working.

    Skript can be found below: # Cooldown Skript v1.0 # Created by Skptical # A simple cooldown API that utilizes the bossbar # to show a counting down cooldown for specific items or abilities. # # Requirements: # - Skellete # - Skript # Global variables # Can be changed to adjust the...
  10. M

    skrayfall ERORR

    I added skrayfall to the server, but it keeps getting errors. MY mincraft version is 1.16.5 java version is 11 bukkit is Arclight My skript version is 2.6.4 [Server thread/ERROR] [Minecraft/]: Error occurred while enabling skRayFall v1.9.25 (Is it up to date?)...
  11. M

    Error

    whenever i try to do this skript which downloads a certain file using SkUtilities command /download <text>: trigger: set {url} to arg-1 set {file} to "plugins/Skript/scripts/example.sk" skutil download file from "%{url}%" to file "plugins/Skript/scripts" if...
  12. stop all sounds

    command /1: trigger: stop all sounds at player why this code isn't working? skript 2.6.4 SkBee, skDragon, Skellett, SkQuery, skRayFall, Skript, skript-reflect, skript-votifier-hook*, Skungee, skUtilities*
  13. M

    Solved Skript error during a condition

    I would like to check if the variable is already created if it's not created, then create it but I get an error in the console: on join: if {pb::%player%} is not set: set {pb::%player%} to 0 error: https://pastebin.com/RzmAZmB5
  14. 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...
  15. 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
  16. 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...
  17. 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]: #!#...
  18. 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...
  19. 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...
  20. 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...