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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. A

    I heard here that you have the RandomSK source: https://github.com/Mirreski/RandomSK/issues/25...

    I heard here that you have the RandomSK source: https://github.com/Mirreski/RandomSK/issues/25. Could you please make a Github repository with it? I really need to fork RandomSK and I would appreciate it.
  2. A

    A command that runs another command.

    The reason executing a command (make player execute command) the normal way doesn't work is because commands are different on Spigot and Bungee. make player execute command will execute a Spigot/Bukkit command. However, /server is a Bungee command. Players can run Bungee commands because...
  3. A

    Pikachu's Snippets

    Please add it soon :)
  4. A

    Pikachu's Snippets

    He says 'It's on hold until MundoSK implements byte editing and I have the motivation to work on it'
  5. A

    Solved 3 Quick Questions

    1. Can a function (SkQuery) return a list variable? function getList(path: text, file: text) :: list: set {_list::*} to yml list "%{_path}%" of file "%{_file}%" return {_list::*} 2. Does deleting a yml path delete all subpaths as well? on load: set yml value "Value.First" of file...
  6. A

    Hey ChisleLP. Thanks for telling me that you can set a list variable's index. 1 more question...

    Hey ChisleLP. Thanks for telling me that you can set a list variable's index. 1 more question – Is it possible to store a list variable inside another list variable, and delete all the variables at once? Example: on join: set {var::%player%::*} to "%regions at player%" on unload...
  7. A

    Solved Click Event Failing in Some Cases

    Skript and all addons: Skript v2.2-dev23. SkQuery v3.21.4, skRayFall v1.9.7, TuSKe v1.6.7, SharpSK v1.6.0, RandomSK v2.7.1, SkStuff v1.6.2. MC Version: 1.8.8. on leftclick holding mushroom stew: if player has permission "arim.soup": set {_prot} to spawnProt(player) if...
  8. A

    Location At Expression

    Recently I noticed that the location at expression is said to be broken. Location At Allows to create a location from three coordinates and a world. "This expression is currently not parsed correctly, and there is no ETA on a fix yet." – http://skunity.com/expressions#LocationAt. Has the...
  9. A

    Solved WildSkript Change Skin Error

    Skript version: v2.2-dev23. Mc version: Spigot 1.8.8 (with ViaVersion) Console error, caused by WildSkript's change skin effect. I know for sure this is WildSkript's change skin effect. As soon as I added this code, the error began to occur whenever a player joined. Also, looking in the error...
  10. A

    Solved Cannot find working TuSke

    I am unable to get a working TuSke. I need TuSke for on item damage, on clan create, is leader, has clan, clan of player, online time, and minecraft version of player. Skript version: 2.1.2 Minecraft version: Spigot 1.8.8 Console error on startup: [TuSKe] Enabling TuSKe v1.6.7 31.01 15:09:45...