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. 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...
  2. 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...
  3. 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...
  4. 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%...
  5. 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"...
  6. 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...
  7. 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)
  8. 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...
  9. 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...
  10. 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} ~...
  11. 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...
  12. 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...
  13. 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.
  14. 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...
  15. jonawoning

    Solved Skript if message starts with "!" not working.

    Title: Skript if message starts with "!" not working. < I have skript like: on chat: if {kd.%player%} is "Kingdomloos": cancel event broadcast "&7[&fKingdomloos&7] &7%coloured player's displayname%: &7%message%" else: set {hash} to "##" set {procent} to...
  16. T

    Function cant compare passed text to "string"

    i am trying to make chatcolor but there is some error in the function i have when i am trying to compare a argument passed to the function with text the argument is passed as text would be nice if anyone can help me ty Skript: newest 2.3 function Error: Can't compare "%{_c}% with a text (if...
  17. J

    New Skript - Wont work

    Hi there, I'm pretty new to Skript. This is my first attempt at something this big. It's a Skript so I can see my staff's staff chat messages from discord. It also allows me to be tagged when I get a report. What am I doing wrong here? Code: options: AnnouncementChannel...
  18. X

    ummm help?

    Before I tell you my problem, apologize for my bad English. I use the Google Translator because I come from Germany and therefore i can not speak English, now my problem: So I wanted a "report" script So I started writing one the plugin script does not show me any errors Well, do you see any...
  19. T

    Error: player´s balance is not an entity type

    First i know the function Pay is already exist Skript version: I think the newest Vault version: Idk i have SKQuery and SKRayfall as well Code: command /pay <player> <integer>: usage: /pay <player> <money> trigger: if player has permission "sk.kort": if arg 1 has...
  20. A

    Solved Loop-player help

    Hello, I using a latest version of the minecraft skript plugin and I have got a problem with.... There's no loop that matches 'loop-player has not permission "vanish2.sk" ' I usig some addons, but I not thing it's that. This is CODE in file core.sk: command /vanishsk: trigger: if...