skript 1.16.5

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

    Problem with executing the script for ItemsAdder

    This script works, but only for two sword strikes, then for some reason it stops applying the effect. I think the thing is that his durability is decreasing, but I don't understand how to fix it. I will be very grateful for your help import: dev.lone.itemsadder.api.ItemsAdder on...
  2. Kom1

    i need help in skript

    i'm using craftbukkit 1.16.5 to open a server using skript 2.7.0v error: java.lang.NoClassDefFoundError: it/unimi/dsi/fastutil/objects/ObjectOpenHashSet at ch.njol.skript.aliases.AliasesProvider.<init>(AliasesProvider.java:176) ~[?:?] at...
  3. N

    Help for skript creative item detector

    Can skript is detect the items we take into inventory from creative menu?
  4. N

    Why this skript is can't detect block place event?

    Hello I hope everybody have a good day! I try code a anti block glitch skript but if I place a block to a untrusted griefprevention claim, skript is can't detect my block place event and can't trigger my skript code and just give me normal griefprevention untrusted error(without trigger on...
  5. J

    automatic chest

    Is there a scenario where we will put a gui on our items that will be chests in different parts of the world, and the chest will put multiple empty chests in different parts of the world with odds?
  6. angrybeezz

    Solved Need help to an bee that i'm riding attacks player

    Hello, i'm into a problem and i don't know what to do, i want to make a bee that i'm riding attack the monster/player that attacks me, this is the code: ------------------------------------------------------------ on right click on bee: if {game::%player%} is equal to 1: make...
  7. KingDooms

    Can't set durability on a item?

    So i'm trying to make a forge to be able to repair a pickaxe, but everything works except the durability, the durability doesn't change, giving no errors but the rest of the code works. Any help? command /forgegui: permission: op trigger: open chest with 3 rows named...
  8. KingDooms

    Variables don't check other variables???

    So basically, I was making a cooldown command, incase any cooldown that I make gets stuck, but for some reason, it doesn't work. Basically how it works is it checks for any variable (that I manually insert) that is more than 0, we will call this a check, after 5 ticks, which should be enough for...
  9. KingDooms

    Script RPS Skript 1.1

    Skript made by me. Use /rps to check every command, there's also a guide there to learn what to do. This is just a fun skript that i made and since this is my first skript, expect bugs to happen. Requirement: - SkQuery 3.6.2 - Skript - Idk anything more lol
  10. T

    i need help with a double drop skript

    I am trying to make a double-drop skript but I don't know how to do it. this is what I have: on drop: send "&e[&bOp&1mine&e3] &aAre you sure you want to drop you're item?" to player cancel event wait 3 seconds send "&e[&bOp&1mine&e3] &aThe time frame for droping an item is...
  11. L

    Crafting GUI

    Category: Skript/Request Suggested name: Custom Crafting Spigot/Skript Version: 1.16.5 What I want: Hi, I'm looking for a skript that has a custom crafting GUI to use instead of the vanilla GUI that I can also add vanilla and custom crafting recipes too. I don't need actual recipes I just...
  12. M

    How do you enchant an item with a random enchant of either sharpness, fire aspect or unbreaking

    I want to recreate wisp's random 1000 enchant and I want to make it so that whenever I craft a sword it does a random enchant of either sharpness, fire aspect or unbreaking, but I can only make it so that it only gives one enchant that you choose, and I also want to make it a level 1000...
  13. C

    How do you detect if a player is in a certain distance of a block?

    I have looked everywhere and can't figure out how to if a player is in a certain distance of a block. Can anyone help me?