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

    skUtilities Create ZIP

    Thx man..will definitely try it out
  2. 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...
  3. Riknesh

    TusKe GUI

    im still able to get the stone out SkQuery seems to be working. But idk why TusKe isnt
  4. Riknesh

    TusKe GUI

    Hey, Im trying to make a gui using TusKe. But players are able to take the items from the gui out of the inventory. Is there any way to fix it? Using TusKe 1.8.2-Pikachu-Patch-3 and Skript 2.5-alpha3 on Paper version git-Paper-126 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)...
  5. Riknesh

    Custom NBT

    isnt skstuff outdated? in its requirements it says skstuff. Im running on MC 1.15.2
  6. Riknesh

    Custom NBT

    Im trying to make a skript where it adds the spawn reason to the nbt of a mob. I tried to test it on sheeps. on spawn of sheep: "%spawn reason%" is not "natural": add "{spawnreason:1}" to entity-nbt of last spawned sheep It seems like the skript isn't working. Any way to fix it or...
  7. Riknesh

    AuthMe Reloaded conditions

    Im trying to use the authme condition but its not working On join: authme player is registered: Broadcast "asdasd" Im running on PaperSpigot 1.14.4 with Skript 2.4-beta5 and also TusKe 1.8.2-Pikachu-Patch-3 Any other way I can fix this?
  8. Riknesh

    Solved Player ping

    i changed from spigot to paper..it works now thx anyway
  9. Riknesh

    Solved Player ping

    nope...just normal spigot there's no way to get the player's ping in spigot?
  10. Riknesh

    Solved Player ping

    Im using script v2.4-beta 5 on Minecraft 1.14.4 server. Which addon/expression should I use to check my ping? "%player's ping doesn't seem to work%"
  11. Riknesh

    Add-Ons [1.13 Support / Tested]

    where can i find the latest TusKe addon..or is it not released yet
  12. Riknesh

    Skript GUI

    i know...but can i use functions in the gui?
  13. Riknesh

    Skript GUI

    Are there any addons that will be able to create custom gui other than SkQuery and TusKe?
  14. Riknesh

    Periodical event error

    How can i fix this error [14:41:37 ERROR]: There's no world in a periodic event if no world is given in the event (e.g. like 'every hour in "world"') (test.sk, line 38: set {_checkstaff} to placeholder "%%supervanish_vanishedplayers%%"') this is the code every 3 second: set {_online} to 0...
  15. Riknesh

    Custom enchantments

    How can i check if a tool is enchanted with a custom enchant from TusKe This doesnt seem to work command /testhand: trigger: broadcast "%custom enchantment on player's tool%" if player's tool has custom enchantment Test: broadcast "Has" else...
  16. 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...
  17. Riknesh

    Itemstack size

    well that would be dreadful if you have to pick up alot of spawners from the floor or smtg like that for now im using lore with custom id for each spawners..it makes them unstackable
  18. Riknesh

    Itemstack size

    It is possible to change the maximum item stack size for an item. For example...i want to set the maximum stack size for a spawner to 1 while in player's inventory Is there any way to do this? like using custom nbt or smtg else
  19. Riknesh

    Solved Anti caps

    it only works if the number of capital alphabets are exactly 5..i wan it to be so that it cancels the msg event if number of capital alphabets is more than 5 nvm i figured it out xD...thanks for the guide
  20. Riknesh

    Conquer Factions Support

    you should put a semicolon ":" when looping you have to ask the script to check the faction of loop-player instead of checking the loop-player. loop players in radius 70 around player: loop-player is not player: if relation between {faction.%player%} and faction of...