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

    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...
  2. 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)...
  3. 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...
  4. 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?
  5. 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%"
  6. Riknesh

    Skript GUI

    Are there any addons that will be able to create custom gui other than SkQuery and TusKe?
  7. 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...
  8. 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...
  9. 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...
  10. 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
  11. Riknesh

    Solved Anti caps

    This code doesnt seem to be working for me. How can i fix it or is there any alternative? on chat: if length of regex replace "[^A-Z]" with "" in message >= 5: if player does not have permission "chatctrl.anticaps.bypass": cancel event send "{@prefix} Please do...
  12. Riknesh

    Solved Add permission to player

    How to fix this command...its not working for me command /test: trigger: add "test" to player's permissions [21:05:52 ERROR]: permissions of the player can't have anything added to it (test.sk, line 38: add "test" to player's permissions')
  13. Riknesh

    Solved "On consume" event not working

    This event isn't working... Any alternatives? on consume of water bottle: wait 5 ticks player's tool is glass bottle: remove player's tool
  14. Riknesh

    Skript-mirror

    How can I get the player's name from a java event. on "net.cfilatov.auctionhouse.events.AuctionStartEvent": set {_player.selling} to event.getUser() broadcast "%{_player.selling}%" this code returns "<none>" in chat
  15. Riknesh

    Skript errors

    How can I know which script is causing this. It appears randomly in chat when the server stops responding.
  16. Riknesh

    Solved Umbaska Not Working

    Welp i download the latest Umbaska 3.3 from "http://umbaska.co.uk/". When i install it, TusKe and all of my GUI stop working. Even Umbaska doesnt work. Whenever i use the "/umbaska" command, it returns "/umb" in chat. How can I fix this. I also get this error whenever i start the server with...
  17. Riknesh

    Mob Spawn

    Is there any way that I can check the spawn source for mobs? Example: On spawn of zombie: If spawn source of last spawned zombie is mob spawner: Message "test"
  18. Riknesh

    List enchantments [Not Solved Yet]

    How to list the enchantments of player's tool in chat. I tried using the Umbaska code but it didnt work. enchants of %itemstack% command /test: trigger: broadcast "%enchants of player's tool%" Is there any other way to make this work?
  19. Riknesh

    Animated Screen Title

    Is there any other way to a animated screen title like this? command /testtitle: trigger: send player title "a" for 1 seconds wait 10 ticks send player title "ab" for 1 seconds wait 10 ticks send player title "abc" for 1 seconds wait 10 ticks...
  20. Riknesh

    Solved Tuske GUI Error

    I faced this error few months ago. But one of the Moderators [ @Pikachu ] gave me a link to download a new Tuske jar.But the link isnt working now.I dont have the Tuske.jar since im using another laptop. So is there any other way to fix this error? The GUI works when I click it while im opped...