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. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. W

    Minecraft Item Id *multiple* is not valid.

    I have a skript that essentially teleport users to the nether from the over-world safely in order to get perfect portal placement. There's a brief countdown then the player is teleported, then a small bubble is created around them in order to protect them from lava and other dangers. I've had it...
  9. W

    Solved the latter is not an item type

    code: every 1 second in world "world": if {startTemple} is true: set {startTemple} to false message "A game on map temple is going to start in 30 seconds! join with /join temple" wait 10 seconds message "A game on map temple is going to start in 20 seconds! join...
  10. M

    Solved This is error??

    on inventory close: if player's helmet is set: ... if player's chestplate is set: ... if player's leggings is set: ... if player's boots is set: message "D" <-- test ... I only equip a helmet, and when I close the...
  11. sOxTw

    [Error] Can't be added to an inventory

    Hello, as I think you have already noticed, I need to randomly add items between two values, the problem is the error I get. Skript: options: # Diamond SinEncantar-Diamante: 1 FortunaI-Diamante: 1 and 2 FortunaII-Diamante: none FortunaIII-Diamante: none # Event on mine...
  12. F

    Force respawn player (Error)

    .
  13. L

    Player's Balance Error HELP!

    Skript Version: Skript v2.2-dev27 Skript Author: Skript created by & ® Peter G³ttinger aka Njol Minecraft Version: 1.8.9 --- Full Code: https://pastebin.com/mMw3hzCD command /§MaqStoneBuy: trigger: set {_Money.%player%} to player's balance if player's balance is more or...
  14. Skaya

    Skungee help, Console Spam?

    Hi, if I try to connect my Hexacord with my 1.8 Server in combination with Skungee it spams in my Consol. On the Server and on the Proxy: 20:38:27 [INFO] §8[§cSkungee§8] §eConnected to server [SERVER1] with port 41575 20:38:27 [INFO] §8[§cSkungee§8] §eConnected to server [SERVER2] with port...
  15. Scholler

    Solved Skript problem

    Hello! I have a 1.12.2 spigot server, and my version of Skript is 2.2-dev37c. So the question is, what's wrong with this code: command /radio <arguments>: ... So this <arguments> is not working, it says "Unknown type: <arguments>" or something like that. I tried to install Skript 2.2...
  16. J

    Skript Config File

    I have a problem with my plugin this is the code: on load: - if folder "plugins/AutoAfkHypixel" doesn't exists: - create folder "plugins/AutoAfkHypixel" if file "plugins/AutoAfkHypixel/config.yml" doesn't exists: - wait 1 tick - create file...
  17. Duetro

    Skript "Variable save thread" error

    [14:40:50] [Skript variable save thread/ERROR]: #!#! [14:40:50] [Skript variable save thread/ERROR]: #!#! [Skript] Severe Error: [14:40:50] [Skript variable save thread/ERROR]: #!#! Exception in thread Skript variable save thread [14:40:50] [Skript variable save thread/ERROR]: #!#! [14:40:50]...
  18. Aidanete

    My play sound effect don't work and don't show log errors

    I put an effect to play a sound but it doesn't work, there are no log errors for this. play sound "entity_generic_eat" with volume 1 and pitch 1 at event-location for event-player Please, help
  19. Aidanete

    Feed effect don't work

    Hello, I'm doing a script but it doesn't work properly because of this line of code, it is supposed to feed the player and is practically the same in the skript documentation in this page: http://skriptlang.github.io/Skript/effects.html#EffFeed on rightclick: player is holding a raw...
  20. M

    Solved Please Help Me :(

    command /hanimsopamigetir: permission: sopa.getir trigger: give a stick named "Haydar" with lore "Bağımlılık yapar" to player on damage: if attacker is a player: if victim is a player: if attacker's tool is stick: if attacker's tool's...