Recent content by Hexivoid

  • 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

    Very.

    Very.
  2. H

    Solved Joining Texts (or Variables)

    Skript Version: Irrelevant Minecraft Version: Irrelevant I'm trying to set a variable to two texts joined together. I've checked the docs but can't figure out the correct syntaxes. Can someone please clarify how I can, for example; [set a variable to...] join "text1" and "text2" together into...
  3. H

    Sk-Perm

    Hey, I'm still using PEX! :> :emoji_neutral_face::emoji_unamused:
  4. H

    Sk-Perm

    So basically SkPermissionsEx but for any permissions plugin/system? Cool!
  5. H

    Other Skript Obfuscation & Jar Encapsulation

    Thank you for bringing this to my attention! Guess I won't be using this Obfuscator much now...
  6. H

    Solved Unable to Sort List Variable (Confirmed Skript bug/issue)

    Reported as a bug: https://github.com/SkriptLang/Skript/issues/1904
  7. H

    Solved Unable to Sort List Variable (Confirmed Skript bug/issue)

    There you go. command /test: trigger: delete {play::*} set {play::Hexivoid} to "5" parsed as number set {play::Candy} to "7" parsed as number set {play::Ramen} to "9" parsed as number set {new::*} to sorted {play::*} broadcast...
  8. H

    Solved Unable to Sort List Variable (Confirmed Skript bug/issue)

    Fixed in Skript 2.3.6 Edit: Sorting has been broken since 2.2+ (lowest we tested, classified as a medium priority bug) and still isn't working. Check this issue for more information! Skript Version: 2.3.5 Skript Author: Bensku Minecraft Version: 1.12.2 (Spigot) *Please note I might be calling...
  9. H

    <3

    <3
  10. H

    I can't believe how few profile comments you have!

    I can't believe how few profile comments you have!
  11. H

    Moving/Walking Condition

    It worked, thanks! (The sprint check served a different purpose by the way, and someone should really remove that condition from the docs!)
  12. H

    Moving/Walking Condition

    Didn't work :( Guess I'll go ask the developer soon!
  13. H

    Moving/Walking Condition

    Am I using TuSKe's move condition incorrectly? I'd appreciate if someone could help me with this error! Error: There's no loop that matches 'loop-player is not moving' (Sprint.sk, line 6: if loop-player is not moving:') every 3 seconds in "World": loop players: if loop-player is...
  14. H

    Errors in menu

    What are the benefits with Tuske? I've never had a problem with SkQuery.
  15. H

    Solved Teleporting Players to a Location Saved as a Variable

    Finally got it! After so long, it feels good to of found an answer! I didn't realize that you could just parse a variable with a location without having to make it a text/string! set {blue.spawn} to location -48, 31, 483 in world "World" set {red.spawn} to location 52, 35, 483 in world...