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

    Factions Mania [1.8 - 1.15.2] // Spells // Quests // Skript-Made

    Welcome to GirlGam3rs. Everyone is welcomed. We are a dedicated meme community while striving to bring the upmost unique faction server. We are a community not of only Minecraft but also consist of having other servers: Counter-Strike. We also have events frequently, whether it's an in-game boss...
  2. Farid

    [Skript Challenge] Wind particles

    Category: Ambient Suggested name: Atmosphere Spigot/Skript Version: 1.14 What I want: I just want the wind lines in the background, to add atmosphere for my server. But I don't work with SkDragon like that, so I have no idea! Ideas for commands: None needed. Ideas for permissions: None...
  3. Farid

    Farid's snippets [All my previous skript]

    I had a lot more files but lost them, here are all my previous work. Hope you make a use of it, I'm moving on, skript has helped me think like a computer and now it's time to go full advance. the zip includes 14 different skripts, guilds, magic, misc, core, levels and much more. [1.14.4]...
  4. Farid

    Solved Cancel Swing Animation [ThatPacketAddon]

    Hello, I've been trying to cancel the swing animation with packets. Code: packet event play_client_arm_animation: broadcast "%byte packet field 0 event-packet%" It output <none> instead, I'm new to packets, so I have no idea if I'm doing this correctly. However I came across a thread on...
  5. Farid

    Solved Better looking timespan

    So I want timespan to be display as Hh:Mm:Ss set {timespan} to now send "%difference between now and {timespan}%" would show (For example): 1 minutes and 3 seconds. would like to display it like: 00:01:03 instead of 1 minutes and 3 seconds.
  6. Farid

    Solved going insane

    this is probably an easy fix cause i'm dumbazz but i been trying to use a list variable in featherboard, the list variable requires player's uuid. i need this for featherboards, here is all the information i can give. how the variable looks like in featherboard...
  7. Farid

    Solved Add book pages based on line count

    I'm trying to create a book, and write in the book based on a .txt file. I want each page have 13 lines, and after 13 lines it should create a new page. I've tried many math algorithm, but as you know, I suck at math lmao. https://i.gyazo.com/f7b59310eeb4b39c20a76162908942bc.png (Notepad .txt)...
  8. Farid

    Solved Better detection for a certain string.

    I was trying to block certain commands. I was having issues with on command event, however PlayerCommandPreProcessis amazing and fires really fast. I was wondering if there is a way to detect if there is an argument after the command is fired. This code below works however, it doesn't work when...
  9. Farid

    Ascending a list.

    I was wondering if it's possible to do this in skript. Since there are no arrays or arraylists. 1, 2, 3, 4, 5, 6 3,4,5,6,1,2 etc. I'm trying to ascend a list by a number. So If I want to ascend by 3 it would look like 4,5,6,1,2,3 Just like a conveyor belt staircase.
  10. Farid

    arrow problems

    https://i.gyazo.com/91c28a3587f8c8d4a8463a0e972949e5.gif The arrows bounce back, I want them to register as an actual arrow that can damage entities. this happens when I use the code make player shoot an arrow at speed 1 bump, any senpais have clues?
  11. Farid

    Solved Multiplayer list packets

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

    Find all the files in the server

    I've tried set {_var::*} to directory "../"'s files but no luck
  13. 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...
  14. 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
  15. 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...
  16. 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.
  17. 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...
  18. 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...
  19. 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?
  20. 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...