Recent content by Laukage

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

    Skript Player Data System

    oh so its purely just because you like it that way? it doesn't do anything other than the name of the file?
  2. Laukage

    Skript Player Data System

    But i do not understand what the "-" in "data-%uuid of player%" does?
  3. Laukage

    Skript Player Data System

    Could you provide some pictures of how your directories look? e.g: I currently use Skutilities, but i want to switch - is it worth or would the performance be the same?
  4. Laukage

    Add-Ons [1.13 Support / Tested]

    Can you give a example? and if its in vanilla skript why isn't it on Skunity docs?
  5. Laukage

    Add-Ons [1.13 Support / Tested]

    what about ExtraSK? I really need it because of uppercase things, it was the only add-on i could get to work..
  6. Laukage

    Script GeoIp

    The Script isn't working anymore, sadly. To those who still use this, i updated it for you: function geoIp(p: player) :: texts: set {_url} to "http://ip-api.com/json/%{_p}'s ip%" set {_ut::*} to content of json value's "city", "country", "countryCode", "isp", "regionName" and "timezone"...
  7. Laukage

    Center text

    message centered "&6&lText 1", "Text 2", "Text 3" and "Text 4" to player Picture: https://proxy.spigotmc.org/88b12c608571fa7a7462d36e4c2897bd37deb781?url=https%3A%2F%2Fi.gyazo.com%2F13c04f91a7af7a35905504ab6e207d9a.png
  8. Laukage

    Script Ion - A Recreation of Essentials

    Download dead?
  9. Laukage

    if file "x" doesn't exist, Do not work...

    My message? or what doesn't make any sense? "The code he posted is exactly the same as the original" - what is hard to understand about that?
  10. Laukage

    if file "x" doesn't exist, Do not work...

    @BrettPlayMC but what he sugested is the exactly the same as what i posted?
  11. Laukage

    if file "x" doesn't exist, Do not work...

    Wouldn't work because one of the else doesn't have a if statement above it... bump ^^
  12. Laukage

    if file "x" doesn't exist, Do not work...

    Skript Version: Skript (dev34) Skript Author: Bensku Minecraft Version: 1.12.2 Hello i've been trying for while to get this working but i can't seem to find the problem, my problem is i want to check a file and if it doesn't exist it will create a player file... and if it does do something else...
  13. Laukage

    How to sort tablist

    Nametagedit does it...
  14. Laukage

    Script StaffPower

    The so called "suspect" command is no where to find in the script...?
  15. Laukage

    Solved Equip enchanted armor?

    Hello Skunity, Is there a way to equip a player with enchanted armor? I've tried this but the enchant part didn't work.. equip player with protection 1 leather boots named "&b&lBoots" I've also tried searching the DOCS but couldn't find anything useful I'm running spigot 1.12.2 and Skript-dev32