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

    Script Tools Script Deobfuscator

    Pikachu submitted a new resource: Script Deobfuscator - A simple deobfuscator for Skript obfuscators based around options. Read more about this resource...
  2. Pikachu

    Official Join the skUnity Discord for quicker help!

    Usually you can get faster and better help in the skUnity Discord's skript help channels. Click here to join.
  3. Pikachu

    Addon BungeeAddon

    Pikachu submitted a new resource: BungeeAddon - A simple bungee addon for users that don't want a gigantic addon like Skungee for basic features Read more about this resource...
  4. Pikachu

    Warning: Try to avoid NBT!

    I've seen a lot of people asking about NBT lately and you should all know that skStuff has been abandoned by it's original author for a while now (it was only updated to 1.12 by Tuke). Several people including me have said they will update skStuff or make a new NBT addon when skStuff inevitably...
  5. Pikachu

    Solved Reminder: skUnity has a discord server where you will probably get faster and better help

    You can find the join link on the bottom of the page or for ease right here
  6. Pikachu

    Now you can use YAML!

    THE FOLLOWING ONLY APPLIES WHEN USING "skript-yaml" FOR YAML Why use YAML? What was wrong with YAML? How much better is it now? Using skript-yaml results in an insane increase in performance compared to skUtilities, skQuery and Skellett. Before (without skript-yaml): After (with...
  7. Pikachu

    Addon Ersatz

    Pikachu submitted a new resource: Ersatz - Make your own PlaceholderAPI placeholders with Skript Read more about this resource...
  8. Pikachu

    Live Web Chat written in Skript

    function htmlEsc(html: string) :: string: return "%{HtmlEscapers}.htmlEscaper().escape({_html})%" on script load: start web server on port 80 if not already started import "com.google.common.html.HtmlEscapers" function getList(string: string) :: string: return "<li...
  9. Pikachu

    Asynchronous Block Placement

    Here is a snippet that allows you to place blocks in a cuboid asynchronously (and therefore without lag, great for minigames and many other uses) on script load: import "com.sk89q.worldedit.regions.CuboidRegion" import "com.sk89q.worldedit.Vector" as {WorldEditVector} import...
  10. Pikachu

    Pikachu's Snippets

    Most of this is going to be packet stuff. ALL PACKET STUFF IS ONLY TESTED ON 1.8.8 Type ID Function New "UUID" Client Side Mobs Client Side Objects Client side blocks Titles Set Arrows in Body [/SPOILER] Get Specific Spawner Item Sign GUI...
  11. Pikachu

    API SexyShapes

    Pikachu submitted a new resource: SexyShapes - Easily generate shapes based on locations, including spheres, circles, helixes and more! Read more about this resource...
  12. Pikachu

    CSV Parsing

    Request: The addition of CSV parsing to skript, basically like skript-json but for CSV Example: Input CSV: Player Name,Position,Nicknames,Years Active Skippy Peterson,First Base,"""Blue Dog"", ""The Magician""",1908-1913 Bud Grimsby,Center Field,"""The Reaper"", ""Longneck""",1910-1917 Vic...
  13. Pikachu

    Script Just OK Login

    Pikachu submitted a new resource: Just OK Login - Finally, a login skript safe for server owners and players Read more about this resource...
  14. Pikachu

    RandomSK not loading

    Skript Version: Skript 2.2 dev25 Skript Author: Bensku Minecraft Version: 1.8 Full Code: N/A Errors on Reload: N/A Console Errors: http://pastebin.com/WuHq6nHL Addons using (including versions): Skellett (1.8.4), SkQuery (3.22.1), MundoSK (1.7.5-BETA.7.125), WildSkript (1.8), skUtilities...
  15. Pikachu

    Script Random Cat

    Pikachu submitted a new resource: Random Cat - Adds a command that sends the player a link to a random cat picture Read more about this resource...