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

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

  1. Dave

    Skript GUI help

    try the event ''on inventory click''
  2. Dave

    Periodical event error

    every 3 seconds in "your_world":
  3. Dave

    All active potion effects on player

    I had already done so declaring a variable ''{effects.%player%::*}'' that contains all the active potions in the player, but i deleted by mistake and now it does not work anymore. set {effects.%player%::*} to a all of active potion effects on player
  4. Dave

    Solved Player Version Checker

    thanks so much my dude
  5. Dave

    Solved Player Version Checker

    is paperspigot 1.7.10 - 1.8.X but anyway this question has already more than 3 weeks
  6. Dave

    Solved whyd json doesnt work for me?

    Tysm for all of ur helps, you're great my dude
  7. Dave

    Solved whyd json doesnt work for me?

    yep, the bad thing is that i dont like to use normal spigot, it is very unstable n' even more so that i host a practice server that requires a custom paperspigot :/
  8. Dave

    Solved whyd json doesnt work for me?

    im running minecraft 1.7.10 1.8.X (custom paperspigot) I will do what you told me, in a few moments i sent you an answer i put Spigot-1.7.10 1657 and now working without errors.
  9. Dave

    Solved whyd json doesnt work for me?

    yep, the worst thing is that to others if it works for them and not to me: c
  10. Dave

    Solved whyd json doesnt work for me?

    Yes, json is in my scripts folder. when I execute /sk reload json only error of line 191 appears : https://gyazo.com/5a279664c50a4e6f9ee0a4cbfa6b0e52
  11. Dave

    Solved whyd json doesnt work for me?

    yeah, i downloaded what i needed to do it, I read all the examples 5 times and i even took a json code from another script and it does not work either... and with the ''only this works '' had put the example code but apparently does not see LOL https://gyazo.com/ff1ef687e93102521ab9a13e7e5c588e
  12. Dave

    Solved whyd json doesnt work for me?

    dude, im doing things as explained in json.sk only this works:
  13. Dave

    Solved whyd json doesnt work for me?

    I have a lot of json and any does not work for me (I have skript 2.2) I downloaded json API and I have read all the examples and it does not work. Skript Version : Skript 2.2 (dev37c) Skript Author: Bensku Minecraft Version: 1.7.10 - 1.8.X my code (I took it from json's API): command /sl...
  14. Dave

    why'd json does not work for me?

    okay ty
  15. Dave

    why'd json does not work for me?

    I have a lot of json and any does not work for me (I have skript 2.2) I downloaded json API and I have read all the examples and it does not work. json("%player%", "&cThis feature requires a rank.||ttp:&7Click to get the store link.||&eBuy a rankt at store.||cmd:/store||ttp:&a:D") PS HELP ME...
  16. Dave

    Online Staff GUI

    dude, thnx for explanation
  17. Dave

    Online Staff GUI

    oh ok. I understand, i thought iu mean it was a bad addon or something
  18. Dave

    Online Staff GUI

    '' free of bugs '' just so he know that you do not have bugs either, im not saying that yours has bugs Btw, why do u say that nobody would recommend SkQuery? sorry for my ignorance, im new.
  19. Dave

    Double json in the same line

    its very weird, dont work for me
  20. Dave

    Double json in the same line

    I only know how to create a json per line: send json "&c%player%" tooltip "&cClick to view inventory." run "/*invsee %player%" to player I need a way to create two in a single line, something like this: What I want is that both names can be clickable and not just one (I hope it is understood)