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. Syst3ms

    Solved GUI help.

    @FUZIK "create gui slot" is TuSKe you idiot. Anyway, LuckPerms issue somehow. Any idea @Tuke_Nuke ?
  2. Syst3ms

    Scoreboard Character Limit

    Nope. Update or deal with it.
  3. Syst3ms

    Scoreboard Character Limit

    Badlion is a PvP server. Nuff said.
  4. Syst3ms

    1.13 needs to be addressed

    Anything that uses IDs or data values. That includes A LOT of things, mainly aliases.
  5. Syst3ms

    Get potion with /give

    Since 1.9, potions do not use data values anymore, meaning this won't work. QuarSK provides just what you need. set {_potion} to regular potion with instant health for 1 second with tier 1 give {_potion} to player QuarSK doesn't support 1.8. If you're in 1.8, then you screwed up badly your command.
  6. Syst3ms

    Addon Skuared - Math 'n algorithms 'n stuff - 1.1-pre : More advanced than ever !

    Heya. Time for a new update I guess. This update adds stuff so complicated you probably won't know what it does, that's why I won't detail the descriptions : Added : Effects : CRUCIAL : all of these effects will interrupt the script execution while running ! More details on how these...
  7. Syst3ms

    Solved Tuske GUI don't working

    You still didn't give us what's in your console. If you don't, I can't do anything for you.
  8. Syst3ms

    Solved Tuske GUI don't working

    Let's go to PM/discord for this, we shouldn't have this discussion clutter a help thread. His code (except the part I corrected) is fine yet it throws errors, which usually happens when something fucks up very badly on the Java side. And when something fucks up on the java side, it throws an...
  9. Syst3ms

    Solved Tuske GUI don't working

    I am not a spoonfeeder, and I'm not giving away the code like that. If I do that, he'll just copy it and learn absolutely nothing from it. He could say "I'll look at the code, promised", but I'm not going to take everybody"s word for it. Not only that, but his code for formatting slots is good...
  10. Syst3ms

    Solved Tuske GUI don't working

    NO. PLEASE. Format slot sucks. Like really. @FinalPlayer024 It doesn't matter if it works for you, but I know for a fact it sucks. @PantherBoy Put all the text in a console inside a hastebin or gist
  11. Syst3ms

    Solved Tuske GUI don't working

    it's open virtual chest, not format virtual chest
  12. Syst3ms

    Script is crashing my server

    No idea what's causing it, but : Use TuSKe for GUIs It's not a skript error
  13. Syst3ms

    Multiple addons in one (with a good idea how to solve the old syntax fight)

    Being more bloated then Skellett. It's always been a good glass ceiling.
  14. Syst3ms

    Solved how to make a rebound ? (advenced math)

    Oh I didn't see the Math.PI part. But sometimes you use 3.14 instead of it.
  15. Syst3ms

    Solved how to make a rebound ? (advenced math)

    Instead of using 3.14 as an approximate for pi, you can make an option like this options: pi : acos(-1)
  16. Syst3ms

    Solved how to make a rebound ? (advenced math)

    If nothing works, you can use skript-mirror and use the following expression to get the angle : {_inputVector}.angle({_vector90}) The thing is, this result is in radians, so the forementioned method would not work. To convert from radians to degrees, use : (180 * {_radians}) / acos(-1) Note ...
  17. Syst3ms

    Solved how to make a rebound ? (advenced math)

    Instead of calculating weird distances, you can use basic trigonometry. Calculate the angle between the vector rounded to the closest 90° and your input vector. Then you can get a length using "cos(angle) * 2*PreviousImpact". That'll give you 2h.
  18. Syst3ms

    Help Me

    Wow, what a descriptive and helper-friendly title... Not.