Search results

  • 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. H

    Offline player arg was make Lagg

    example) command /whisper [<offlineplayer>] [<text>]: trigger: if arg 1 is not online: message "{@P} Player %arg 1% is not online" exit if arg 2 is not set: message "{@P} Usage : /whisper <nickname> <message>" exit...
  2. H

    How check/remove boat on block?

    Hi, I need some help, sometime, user doing place boat on ice block, and this is make fastest boat. but, on spigot cant still working this event (with. Player moved quikly! Error) and server was stop I want remove boat when place or step boat on ice-block How can i do in skript?
  3. H

    Items do not have numeric ids on Minecraft 1.13 Error

    cant hide in config that error?? all variables going on "%id of slot%" i want quickest fix that. if cant hide in config, what is substitute %id of slot%??
  4. H

    Solved How do any sounds on event??

    thank you for your answer, i will try this thank you for you answer, Sorry. my server run by paper 1.12.2 / Skript 2.4 :( Thanks!! Its perfectly work!
  5. H

    Items do not have numeric ids on Minecraft 1.13 Error

    Yes, i know that, and perfectly work skript, i need display no more error in console.
  6. H

    Solved How do any sounds on event??

    Thank u for ur answer :) I added skRayFall and Skellett, but skript reported error "Can't understand this condition/effect: play "LEVEL_UP" to player with volume 100 and pitch 1" and, i goes do "play sound ... " also, but cant work, can you help this??
  7. H

    Solved How do any sounds on event??

    I need any sounds on event, can i do it?? ex) on open chest, player can hear Level Up sound.
  8. H

    Items do not have numeric ids on Minecraft 1.13 Error

    I got Error in Paper 1.12.2 / Skript 2.4 "Items do not have numeric ids on Minecraft 1.13 or newer. This script will not work on those versions! (Shop.sk, line 441: set {_tag} to "%id of slot {_cnt}-1 of player's current inventory%$%lore of slot {_cnt}-1 of player's current inventory%$%display...
  9. H

    Solved How do any sounds on event??

    I need any sounds on event, can i do it?? ex) on open chest, player can hear Level Up sound.
  10. H

    Solved because the latter is not an object Error

    Wow.. Thank you for best answer!! I fixed it! Thanks!!
  11. H

    Solved because the latter is not an object Error

    set {_lore::*} to lore of {_item} split by "||" I created a store system using Skript above. But it works with 1.5.2 Spigot, but with 1.14.4 Paper server, I get an error "Cant be set to 'lore of {_item} split by "||"' because the latter is not an object". {_item} contains the item data as...