skutilities

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

    Error

    whenever i try to do this skript which downloads a certain file using SkUtilities command /download <text>: trigger: set {url} to arg-1 set {file} to "plugins/Skript/scripts/example.sk" skutil download file from "%{url}%" to file "plugins/Skript/scripts" if...
  2. C

    Run Linux command with Skript

    Hello, is there a way that i can execute Linux commands with Skript? I tested it already with skutilities and used: run script at "../proxys/proxy-01/start.sh" as code (To startup, it is not the only line) but its not working, every time it comes an Error up: [skUtilities] v0.9.2: Path...
  3. DAVIREP

    Santions plugin

    hi, im creating a plugin that create logs of Bans, Mutes and Warns but i have a problem, it says to me "wf "Sanciones:" is boolean (yes/no)" here is the code: PD: im using SkUtilities on load: folder "plugins/NinjaCore" does not exist: create folder "plugins/NinjaCore" folder...
  4. Riknesh

    skUtilities Create ZIP

    Im trying to create a zip file with skUtilities. But everytime I run the code, Im getting this error: [14:07:56 ERROR]: [skUtilities] v0.9.2: Directory: 'C:\Users\ASUS\Server\t30123\plugins\MobArena' doesn't exist, or doesn't have write permission! (EffZipDirectory.class) This is my test code...
  5. Riknesh

    Download file from URL

    Skript Version (do not put latest): Skript 2.2-dev34 Skript Author: Bensku Minecraft Version: 1.12 Im trying to use SkUtilities to download a file directly to the server. command /downloadfile <text> <text>: usage: /downloadfile <link> <file path> trigger: download file from...
  6. M

    Illegal char <<> at index 50: [PRIVATE PATH]

    I'm currently working on map reset code. After a minigame stops (whether a player leaves, someone wins, etc.) this code should run: # Map Reset Code execute console command "mv delete %{game.name}%" execute console command "mvconfirm" create dir "%{game.name}%" set...
  7. M

    Draw image on map

    Skript Version: 2.2 Skript Author:Njol Minecraft Version:1.8,1.9 etc (viaversion) --- Full Code: command /draw: trigger: df "plugins/Maps/%player%.png" set {link} to "Drawlink (not gonna tell ya)" download file from "%{link}%" to file "plugins/Maps/%player%.png"...
  8. Barbarx

    YML list checking.

    Hello. i created one skript but i cant check if %entity uuid of victim% is in yml list. on load: if file "plugins/Skript/MoboveSpawner.yml" doesn't exists: create file "plugins/Skript/MoboveSpawner.yml" add "Vytvoreno" to yml list "Mobove" of file...
  9. D

    Solved SkUtilities/WildSkript 1.11.2 download?

    I can't find these plugins up for download for 1.11.2. The last uploaded file of these was in 2014. Can someone give me a download link for SkUtilities and WildSkript
  10. Snow-Pyon

    Script Nick/Skin changer 1.7

    Description Hey there, today, I did a chat/tablist/above head nick and skin changer script, hope you'll like it. Features Skin changing Configureable Nametag changing Configureable chat display name changing Configureable tablist name changing Skin/Nick changing on join Per-color permission on...
  11. Snow-Pyon

    Script Tab 1.4

    Description This is a script for modify the tablist with configurable header, footer and the name of a player in the tablist. Features Animated header. Animated footer. Yaml configuration. Custom tablist name. Default tab format. Per-world tablist and tablist custom name. Animated tablist...