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

    HeadsDataBase Head in GUI

    I have headsdb plugin installed, skript and skBee but i can't seem to firgure out how to set a slot of my gui to one of the heads from the plugin, i've seen other servers do it and i REALLY need to be able to. Please help. - Pickle
  2. Selea

    Hiring Hiring a full-time Skript developer for a new Minecraft Server

    • Server Name: TheDeadEnd • Brief Description of the Server: TheDeadEnd is a unique SMP experience set in a zombie apocalypse world, where survival depends on teamwork, strategy, and trust. Players group into teams called “Families,” each fighting to endure the chaos, gather resources, and...
  3. M

    Kills and deaths linked between servers

    So i'm trying to make a skript which allows me to link kills and deaths between minecraft servers using SkCrew. Right now i have this code: on script load: set {kills::*} to the database "mysql://localhost:3306/mydatabase?user=admin&password=12345&useSSL=false" set {deaths::*} to the...
  4. dudurtg

    Script AVS Key-Skript 2025-10-16

    ✨ Recursos Triggers no Skript on advancement open: — dispara quando o cliente envia ADVANCEMENT_TAB (jogador abriu/alternou aba de avanços). on statistics open: — dispara quando o servidor envia STATISTICS (estatísticas entregues ao cliente). Configuração simples debug: true|false para logs...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. B

    aspect of the end direction break

    my post got sent twice check the newest one
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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 |...
  17. 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...
  18. 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...
  19. 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_
  20. 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?