skript

  • 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. wantv2

    I need help, Custom Commands set to ranks.

    Hello, i need help, I'm making a server but i cant seem to get this to work, make custom tp's for players with a certain rank, i am using luck perms and i don't know the permissions for skript to allow them to run the certain command instead of giving them access to straight skript. I also made...
  2. zzEduu

    Hiring [Hiring] [TEMP] Skripter to optimize my skripts

    Person: zzEdu Brief about you: I own a minecraft server and i use skripts on it Perm or temp?: This a TEMP service Basic idea: Optimize my skripts Offering: $10 an hour (we will negotiate if necessary) Timeframe: I need it to be fixed as soon as possible
  3. U

    Script Chat color Skript [Gradient Support \ Custom Color Support] 1

    All 16 Minecraft colors Gradient support (pink->white, lavender->babyblue, etc.) Message confirmation on set Hex support (FF0000 style, no #) Tab completions for easy use Requires Skript-Reflect and SkBee /chatcolor red /chatcolor gradient pink->white /chatcolor FFFFFF (hex1) solid white...
  4. SulphurMC

    Plotsquared + Skript, how can I detect if a player is in a plot they own/are trusted in?

    I need to detect if a player inside of a plot they own/are trusted in and run some if statements based off of that. for example: I have a skript for upgrading someone's gens in my server, but they can currently upgrade gens outside of plots they own, they can also break them. Any way of fixing...
  5. ihatemustard

    Script PerWorldProtection Beta v3

    PerWorldProtection is a comprehensive world protection system for Minecraft servers using Skript. It allows server admins to control a wide range of actions in specific worlds or globally, ensuring gameplay balance and preventing griefing or unwanted interactions. v1 Pre-Release 1: Coming Soon...
  6. B

    aspect of the end direction break

    ok so i made this code for aspect of the end from hypixel, and somehow player's head always tilts to south. it does teleport you but it tilts your head to south, whats the issue? on right click: if player's held item is iron sword named "&9Aspect of the End": if {mana.player.%uuid...
  7. B

    aspect of the end direction break

    my post got sent twice check the newest one
  8. Radiosavage3

    I need help with my keycard doors

    My skript does somewhat work but when I use a keycard on the top part of the door it does not work, and the block has to be right under the door when I want it to be under the block the door is on, can someone help me? Here is the skript: on right click on iron door: if block under clicked...
  9. U

    i need help with day and night cycle

    my script looks like this rn every 180 seconds: make console execute command "/time set night" every 300 seconds: make console execute command "/time set day" i need help with makeing it so day is everytime 3 minutes and night is everytime 5 minutes after every day. i like need help to...
  10. completeidiot

    k so this is probably really obvious but i just cant figure it out. (skript-gui syntax)

    so i checked the skript-gui documentation, and i cannot understand it at all so thats nice tell me if you need the full code but this is probably the only required one i think (?) the issue is that when i put "if clicked slot is <whatever number> it includes the inventory slots and not just the...
  11. gilnet

    Solved slab type bottom sitmod

    Hi, I'm trying to make it so that players can only sit on slabs of the "bottom" type (the ones placed on the ground), and not on other types of slabs. But I’m having trouble figuring out how to detect the slab type in Skript, so I’m asking for some help to do it properly. PS: I'm really new to...
  12. SpionLennart

    Script Simple MoneySystem 1.0

    Main Infos Main Dev: SpionLennart Why did I code it? Idk, I was bored and thought some people could use it Permissions /pay | MoneySystem.pay /setmoney | MoneySystem.setmoney /addmoney | MoneySystem.addmoney /remmoney | MoneySystem.remmoney /mymoney | MoneySystem.mymoney /getmoney |...
  13. kkaemok

    RTP issue

    I am making a rtp feature for a server and i just want it so when i move like, 2 block when i already clicked on tp, it would cancel. but i dont want it to cancel when jumping or turning the view, but it just cancels every move a player can do. uhh... I wrote some in korean so if you guys cant...
  14. mk5912

    [Skript-YAML] Parsing yaml arrays and nested arrays.

    I apologise if this is a duplicate, I couldn't find any other posts about this. I am trying to write a script that uses a yaml config file containing nested arrays which would normally be queried by for the yaml contents below: key1: array1: - key2: value - array2: - - key3...
  15. E

    Hiring Looking For Skripters

    Hey everyone, I have my minecraft server, it's called ClownsFarms and I am looking for a skripter that can skript well. Note this is for a farming server and it is a free rank. if im really satistfied in your work, I can pay up to 15$. You can contact me on discord: emeri_ Sincerely, Emer1_
  16. Injoyed

    Why is this not working for my npc?

    on leftclick: if name of entity is "pvp remix": send action bar "&a&lConnecting..." to event-player connect player to proxy server "PVPRemix" set {quitmessagepvp} to true Everytime I do something like this I don't get an error but it also still doesnt work what is happening?
  17. ZeroPingLord

    Is It Possible to Replicate Stardew Valley’s Farming Automation in Minecraft Using Skript?

    Hey everyone, Lately I’ve been playing Stardew Valley APK on mobile, and I’m really impressed by how smooth the farming automation is — sprinklers that water crops on their own, machines that collect animal products, and daily routines that make the whole process super efficient. It got me...
  18. Injoyed

    Solved Why this message recived not work DISKY

    on message received: if event-channel is channel with id "1382222572070109214": if author of event-message is not a discord bot: broadcast "&5[DISCORD] %event-member% | %event-message%" this just dosent work for some reason it runs with no errors but when I chat in the...
  19. GrenFlem

    Can someone help me write a skript?

    I need help writing a skript that gives invisible players the glowing effect when they bump into another player. I've already written one that removes invis when they attack another player. I'm trying not to loop something unless someone has invisibility to not lag things out, i dont want it to...
  20. L

    Can't understand this structure: on fishing

    on fishing skript is not running at all. The skript plugin version is 2.11.1, and the skbee version is 3.11.2. Below is an error script. on fishing: send "fishing test" to player on fishing, on fish, on fishing state all fail.