help

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

    I'm working on a mana system using Grimiores as Spell Books... But I can't figure out how to get the loot table...

    I wanted to make the Grimiores Loot-Table specific with Grimiores being element specific (ex. Blazing Grimiore, Nether Fortress ex2. Icy Grimiore, Igloo) however everytime I try to check the loot table it never sends me the loot table, it sends me the Loc of block... which is strange... I didn't...
  2. Sccout

    I need help with skript attributes

    I'm trying to add attributes with functions but i get and error every time on line 16 17 18 and 19
  3. Sccout

    I need help with event-block

    I have tried to make a harvest multiplier but i keep getting the error "event-block is not an nbt compound " on break of wheat or carrots or potatoes or beetroot or nether wart: if age of event-block is maximum age: cancel drops drop 2 of drops of event-block at event-block
  4. dumbness27

    Help skript

    set {_diamondgeode} to skull from skin with value "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2I5NDJiOWYzODY4MWJmOTZjODRkMTgxYmFkOWVmMGFjYzA0NzYzNWQyNTRlMzQ4OWZjODExODg2NzgxY2E1ZCJ9fX0=" signature on break of diamond ore: chance of 1%...
  5. OpulTL

    hey so i need some help with a skript that im getting confused with

    so im trying to do this: push {grapple.ability.ident::%uuid of player%} from location of {grapple.ability.ident::%uuid of player%} to location of {grapple.ability.user::%uuid of attacker%} now i know how to do push events pretty well but im having trubble using variables for it...
  6. olithebananalord

    my skript dosnt work pls help

    on break of shroomlight: if event-player has honeycomb named "&cNether Coin Pass" with glint in their inventory: if event-player's tool is a netherite hoe named "&dTax Collector [MAX]" with glint: clear drops give honeycomb block named "&cCompressed Coins"...
  7. G

    Need help with date handling in skript

    so i have this code, that manages my ranks and global variables using BungeeSK.i have a variable that stores a date as plain text. (like: 2025.08.20 11:28), i want to make my skript like get that date and compare it to whats the date now, and if its greater that that, it executes a bunch of...
  8. 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...
  9. B

    aspect of the end direction break

    my post got sent twice check the newest one
  10. 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...
  11. O

    Holographic Leaderboards not showing name and doesnt apply "nobody" to 2-10

    Hey! My holographic leaderboard works good for the most part, but it doesn't show the names of who has that many blocks mined, and only shows my stats all the way through, not showing "nobody" through 2-10 like I programmed it to in the skript. I did take the code from a one year old tutorial...
  12. nickgamezzzz

    Unknown or incomplete command

    Hi, I am trying to make a /lobby command. I have velocity proxy running and I have a lobby proxy plugin installed. me as a player can do /lobby and it will detect the command from the proxy plugin. If I execute a player command in Skript it says Unknown or incomplete command. This is I think...
  13. D

    Child Player can Dismount

    So i have this skript, and it works fine for the most part, but when a "child" player activates the "on dismount:" section even if said player is aged 5 or lower they can still properly dismount, even though i have "cancel event" and "stop" set in the if function that detects the player's age...
  14. PixelCraft_I_D_K

    If beacon is activated

    I've been skripting for a long time and I still can't get past the "if beacon is activated" obstacle. There is no way to tell in vanilla Minecraft anyway, and I can't seem to do it with Skript. Help if possible! :D
  15. lkstefqn

    Solved Per world warps

    Hi, i am trying to make per world warps skript but i think i need someone more experienced. This is what i've tried so far: # # /setwarp (name) - ADMIN # /delwarp (name) - ADMIN # /warp (name) # /warplist # command: /warpset <text>: permission: warp.setwarp trigger: set...
  16. Z

    Need help with spawn "cooldown"

    So I want to make it so when a player spawns/respawns they have the slowness effect (or cant move both work) and the blindness effect for 10 seconds with a displayed cooldown on their screen to show when they will spawn, if anyone can help or make something for me I would be really grateful (I...
  17. _vampaxr

    need helping making something

    can someone help me make these particles in skript like when your trapped in a web u can press crouch and it gets rid of them and those particles show up ive tried making it btw
  18. Spartan7106

    Autocompressors

    I am making a box server, and to make this box server i need to make autocompressors. I know basically nothing about skript. but through googling and my small brain, I got this: #overworld on mine: loop all players: if loop-player's inventory contains compass named "&aOverworld...
  19. raupauk

    Error Messages after installing TuSKe

    Greetings! So I wanted to create a Team Changer GUI, and for that I need TuSKe (I guess). But after installing, I always get error messages like this, and they come without stopping and I have no idea why. Does anyone else knows something?: [13:43:07 ERROR] [Minecraft] #!#! at...
  20. Cyb3rkn1fe

    Double Life in teams

    Hi there! I'm trying to make a plugin for a video that makes everyone(in configurable teams) share their health and effects with the rest of the team. if 1 person gets an effect everyone on the team gets it untill it runs out, if one person has any change in their healthbar(take damage, regens...