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

    Color code format thru other plugin

    Hey guys, i made a skript for chatcolor voucher but im using a other plugin for the chat colors so now its. But because skript registers &3 as a color code its not sended as a message with the command. Does anyone have solution to this?
  2. 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...
  3. KingDooms

    Vanilla GUI stealable glitch

    So there's a weird bug with vanilla GUIs where there's a way to take out items by SHIFTING + RIGHT CLICKING + CLOSING INVENTORY. I can't use TuSKe due to server problems, so is there any fix? command /test: permission: op trigger: open chest inventory with 3 rows named "§c§lTest" to...
  4. T

    Solved How can I paste schematics in 1.13+ using skript?

    Hello, lately I've been trying to find a way to paste schematics using skript and I found this addon "SkSchematic" but the problem with it is that it doesn't support versions 1.13+ and my server is in 1.16.5, so I was wondering if there is a way to paste a schematic using skript in versions...
  5. P

    Solved Problem with upgrading (no errors)

    I'm trying to make a skript where when you right click with it, it'll upgrade the pickaxe. Not gonna show the full skript, but if you wan't it i'll give it to you the issue: every tick: loop all players: if amount of {pick::*} = 2: replace wooden pickaxe named "&7Wooden...
  6. P

    Solved Removing a variable of an item from the player's (error) inventory

    I am trying to make a simple shop skript so when you buy an item it removes a specified price of coal (in this case) from your inventory. But it doesn't work. on inventory click: if name of event-inventory is "&8Are you sure?": if event-item is lime wool: close player's...
  7. M

    Solved Unstealable slots are stealable

    Skript Version: 2.5.3 Server Version: 1.16.5 Problem Code: function fill(user:player, slots:number, filler:item = gray stained glass pane): set name of {_filler} to " " set {_i} to 0 while {_i} is less than {_slots}: format slot {_i} of {_user} with...
  8. V

    I'm making a trading script but something is wrong

    Please help me, I'm trying to make a trading script and I have no idea why its not working. The problem is somewhere in the "else if {%player%::tradepos} is 2:" or before. I'm not sure since there is no errors but from the right side of the trading menu can players not accept the trades...
  9. KingDooms

    AutoPickup skript works with Fortune

    Can someone make a autopickup skript that works even with fortune?