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 community!

    Now, what are you waiting for? Join the community now!

  1. L

    Keep setting a § after

    So my animated scoreboard keep setting a "§" after its very annoying here is what it look like :( https://gyazo.com/8a7f1011feb3827ff226cfe4fd5077d3 every 50 ticks: set {name} to "&9&lO" wait 50 ticks set {name} to "&a&lO" wait 50 ticks set {name} to "&4&lO"...
  2. F

    /discord using Skript

    [Solved: I am stupid...] I am new to Skripting and have recently encountered the following problem. (I want a solution quickly, because everything has to be set and ready to go online by the end of May (2020). Any help is kindly appreciated I have been trying to shrink my discord server using a...
  3. Richard_Trol

    Solved Problems with Skungee

    So hello, Today I started with the addon Skungee. I installed it and tested it and it worked! But now after a while when I tried to use it again, it doesn't worked and I got this error in the console: https://pastebin.com/hw17df0A I use MC 1.12.2 and Skript 2.2-dev27
  4. T

    " Can't compare 'items within entity event-entity" with an item type"

    Skript gives an error: "Can't compare 'items within entity event-entity' with an item type (deldrop.sk, line 7: items within entity event-entity is planks or stone brick or iron block or diamond block')" Script: on explode: set {explosion::%event-location%} to event-location wait 0.5...
  5. NotNinjaTalon

    Solved Help Needed / Error in my skript?

    I'm trying to make a code that replaces the block beneath yourself upon doing the command "/is" For some reason I can't seem to get it to work, any suggestion. All replies appreciated! on command "is": Execute console command "/execute positioned as %player% run setblock ~ ~-1 ~...
  6. P

    Solved Can anyone please find the Error?

    Here is the script: https://pastebin.com/SsFp1jPk Server Version: 1.8.8 Plugins: MundoSk, WildSkript, skDragon, skUtilities, SkExtras, SkQuery, TuSKe, ProtocolLib, Skellet, skRayFall Best greetings Philippe
  7. D

    Script 1.12 does not work

    Hello, I have found an error in the script for the 1.12. I have created a Spigot Server with the version 1.12.2 and downloaded Skript2.3.6. On my server is a skript command /test [<text>]: trigger: send "This is a test skript" Error nothing The command is not working on the...
  8. 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...
  9. L

    Value doesnt readed

    Hello, im really confused of this.. I tried to make Mine 20 Ore quest but when i try to mine, the value doesnt added to the variable command /quest [<text>] [<player>]: Executable by: console trigger: if arg 1 is "helper": if arg 2 is not set: stop...
  10. NeonFox__

    Custom Command (/build)

    Hello! I am trying to make a command where when you do "/build" for admins you can build in worldguard regions, but when you have it not on you cannot build in worldguard regions. (I am pretty garbage at skript) Here is the code I got so far. I got some errors oof Code: command /build...
  11. Brot

    Solved Need help With Code "Server Crashes"

    Hello i need help with my Code every time i rightclick the item my server crashes on rightclick holding paper: if lore of item is "Casino Check Right Click to use": set {_amount::*} to name of the player's held item split at "$" execute console command "/money add %player%...
  12. Strixus17

    My Skript Isn't Working

    This is a game where cactus appear in random locations and the player has to avoid them , but i want to put a significant by making a red sand block appear 1 second before the cactus to warn the player but it's not working Skript: Every 3 seconds in "races": loop all players in "races"...
  13. P

    Skrit Entity Error Task #8

    Hello, i would like to Skript a space "Plugin" and Skript generated this exeption: [Skript] Task #8 for Skript v2.1.2 generated an exception java.lang.NoSuchMethodError: ch.njol.yggdrasil.Fields.setFields(Ljava/lang/Object;)V at...
  14. dreike

    Solved Hypixel Skyblock Collection Skript (Error)

    So, I'm remaking the Hypixel Skyblock Collection but for rankup. And sometimes, when I try to open the wheat collection, the Wheat is not there. :/ > Code: https://pastebin.com/CC6SGMTz > Print: (When it works) (when it doesnt)
  15. M

    Solved Skript fatal error

    Skript Version (do not put latest): Skript 2.3.7 Skript Author: Bensku Minecraft Version: 1.14.3-1.14.4 --- Full Code: Code (Skript): Command "/gmc": trigger: make player execute the command "/gamemode creative" Command "/gms": trigger: make player execute the command...
  16. Wolwer

    Solved Whats wrong with this skript?

    Hi! I need help. I get this error every time when executing a function: Code: function circleBot(p: player): set {_name} to "&c%random player out of all players%" set {_n} to npc named {_name} "PLAYER" set fly of npc {_n} to true set protect of npc {_n} to false spawn npc...
  17. Wolwer

    Solved make npc visible only for 1 player

    Hello! I need help with this script: function circleBot(p: player): set {_name} to "&c%random integer between 11111111 and 99999999%" set {_n} to npc named {_name} "PLAYER" set fly of npc {_n} to true set protect of npc {_n} to false spawn npc {_n} at location of {_p} ~...
  18. KingAdmin_YT

    Solved "Function" in "Tuske" doesn't work.

    on load: load yaml "plugins/SanalMarket/market.yml" as "market.yml" load yaml "plugins/SanalMarket/ayarlar.yml" as "ayarlar.yml" command /market: trigger: market(player) function market(p: player): open virtual chest with 6 row named "&b&lMarket" to {_p} loop yaml...
  19. E

    Sidebar issue

    I have an issue with skript. Ir load up and it doesnt show any errors, but when I teleport to the (Overworld) world, the sidebar doesnt change. every 5 seconds in "Overworld": loop players in "Overworld": wipe loop-player's sidebar set name of sidebar of loop-player to...
  20. E

    Solved Skript Error: loop-player is not a date

    I just got a problem with this loop-player thing, and really need help by fixing it.