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

    Script Xannyifier - Removed Dev Debugging Again

    I noticed there are more debugging tools and removed them <3. Big update coming soon!
  2. Farid

    Pokemon In vanilla

    nice work, love ur armorstand
  3. Farid

    weeb :3

    weeb :3
  4. Farid

    Solved Multiplayer list packets

    I haven't learned shit with packets but does anyone know how to do this?
  5. Farid

    Find all the files in the server

    I've tried set {_var::*} to directory "../"'s files but no luck
  6. Farid

    Script Xannyifier - Debug Fixes

    The skript contained some debug for me to test as a developer.
  7. Farid

    Break block using player's tool

    I'm trying to break the block using player's tool. but I found this in skellett syntaxes - '[skellett] break %block% [naturally] [(with|using) %-itemstack%]' and also found this break targeted block naturally Skellett breaks bedrock, I didn't check the randomsk (don't have it), I know I...
  8. Farid

    Adding time to time

    So I have two variables, each one is a timespan, how would I combine those with current calculations? Example > {v1} = 1 hour and 2 minutes and 59 seconds {v2} = 1 hour and 3 minutes and 1 second Once they combine > 2 hours and 6 minutes
  9. Farid

    Dates and such

    So I'm trying to make a script for a friends of mine, and I cannot think how I should do the structure yet. Basically, I'm trying to record how long the player has been on the server, which is the easy part I can do myself, but the hard part is the fact that I need to make sure how long the...
  10. Farid

    last object in a loop-index

    So basically I have a list variable, and I'm trying to find the last object in that list. for example there is a variable {test:::*}, {test:::*} contains 1, and 2. I only want to see the last object's loop-index, and loop-value.
  11. Farid

    +rep Savage af

    +rep Savage af
  12. Farid

    Skript Skript Tutorial Videos.

    So I am starting a new youtube channel with skript tutorials on it, I will be active and mostly uploading everyday, its summer for me, and I have nothing to do at the moment. First video: Q: Why are you making tutorials, there's bunch of videos out there. A: Because the people who make...
  13. Farid

    Kawai Weeb

    Kawai Weeb
  14. Farid

    Possibly the End

    Source: https://minecraft.net/en-us/article/all-news-e3 The article above says, that they will be unifying console, mobile and Windows 10 versions of the game under a single edition. Meaning that console and PC can play together. Graphic Update: "Minecraft will get 4K HDR graphics which...
  15. Farid

    Script Xannyifier

    Farid submitted a new resource: Xannyifier - Advanced Votifier Lisener with levels! Read more about this resource... Any suggestions for the next update?
  16. Farid

    Script Xannyifier 1.0.1

    What is Xannyifier? Xannyifier is the Votifier Lisener that comes with a leveling system! Give player items based on the level their on! - Skript(My server's version 2.2-dev.25) Bensu's fork - Skellett (My server's version 1.9.2) - SkUtilities (My server's version 0.8.9) - Votifier (My...
  17. Farid

    Summer been here cuh

    Summer been here cuh
  18. Farid

    Skript Service

    Hi, welcome to my thread. I been using skript since 2015. Most recent server I was working with is called > IP: mc.girlgam3rs.com > I made their trailer: youtu.be/nN0ldIqWZ84 > Description & More info: I coded some unique plugins for the server by implenting spells and a mana...
  19. Farid

    Solved Different Way To Detect Who Voted

    So I removed my plugin, SkRayFall, because it interferes with Skellet BossBar, I was wondering if there is another way to check who voted on what website. I know there's like a custom spigot event with skript, but sadly I do not know which plugin it is from and what the syntax is! Thanks...
  20. Farid

    Sorting the wrong way.

    My code> My results > BUMP, Basically I'm trying to make a top kills from yml files, not saved variables. but the sorting is wrong. If anyone could help that would be great! Thanks,