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

    Solved Looking for help with a pass system

    Hey, I have been working on a skript where if you have a piece of paper named "Pass", you have to right click an observer at a specific x, y, and z coordinate, and it will teleport you somewhere else. I have encountered some issues, aswell as I have a few questions. My current code is shown...
  2. Asleeppp

    Addon skript-itemsadder 1.61.1

    skript-itemsadder, an addon to replace the existing, but lackluster Skript API ItemsAdder has. As if it wasn't obvious enough already, this addon requires ItemsAdder to function. skript-itemsadder more then septuples the amount of features then that Skript API! Want to detect when someone...
  3. Hysean

    Help for offline warn script

    Hi ! I'm new to Skript and I need a /warn script where I can warn offline users, then they will be notified on join. There is a good Skript by Frog to warn an offline player but it just does a /broadcast and doesnt notify the concerned player when he joins. Thanks ! #Made by BigBrainFrog /...
  4. D

    Need help with beam

    Hello, i need help with a dust color beam (yellow) to make it from sky to it. I have a half of skript, when it may on right click it shoots a beam from sky and damage entities around 5 radius around 4 thick block beam
  5. Asleeppp

    Skript Tools SkFinder 1.0

    SkFinder is a plugin that allows you to look for certain phrases in your scripts. Commands: /skfind search [query] - Search for a phrase or word within your scripts /skfind searchpage [number] [query] - Look for a specific page for your query /skfind reload - Reloads the configuration. This...
  6. D

    Loop-Entity issue

    Hello. i have a half my script here, and it says an error in "set {_PEL} to location of looped-entity" on right click: if name of player's tool contains "&fBlaze Storm": if {blazestorm.%player's uuid%} is not set: set {blazestorm.%player's uuid%} to 60 set...
  7. Tewahh

    Skript Review/Optimze/Shorten

    command /crates: description: The laziest best way of doing something. trigger: open chest inventory with 4 rows named "&b&lCrates" to player set slot 0 of player's current inventory to stone named "&b&lCustom Crate" on inventory click: #check if the clicked...
  8. 5jgk

    Random integer

    So im tryna make a random integer thingy like this This is my code every 1 tick: set {_1} to 5 set {_2} to 10 set {_random} to random integer between {_1} and {_2} every {random} minutes: loop all players: if "%region at loop-player%" contains "afk": so idk how to do...
  9. Equip

    Addon SkLogs 1.4.1

    What is this? This is an updated fork of the skript addon, Skript-Logs. This aims to provide easier usage of reading console messages in real time (including player ran commands) without the hassle of using skript-reflect and hippo. Relevant Links Documentation...
  10. E

    Server testing!

    EPIC BACKROOMS CHALLENGE I have recently finished my backrooms challenge for a minecraft server. There are a few tweaks needed in some places but we are open for testing. I have some problems that I will need help with later but if you would like to be part of testing this game, I will need...
  11. Yushaa

    How do i make a fortnite-like building system Click on for more

    How do i make a fortnite-like building system that when i right click oak slabs or oak planks it spawns a 3x3 platform of the block i am holding i need to explain more indepth Like if i am holding an oak plank with the name &6Wall and i right click,it spawns a 3x3 wall of oakplanks wherever my...
  12. S

    Help with skript and tab

    Is there anyway to hide the player from the tablist? obiously im using TAB plugin, so i was wondering if they could some how connect the two and make it impossible for them to see that im online using tab? ive already got scoreboard figured out, but i need this and also chat, pre-fill thingy...
  13. T

    (Help) Defining Variable as a function

    Hello, im quite new to skript so im not sure of how to do this. This is my current code: variables: {Souls} = 1 {SoulDMGHP} = (2+{Souls}/10) {SoulTimer} = (2+{Souls}/25) However it doesnt understand the functions that i want to use to determine the variables.Is there a way to fix...
  14. I

    Help with inventory click

    Hello, I have this skript with gui for kits, but I can't get 'on inventory click' event to work... I don't get any errors when reloading the skript at all... It just doesn't do anything when I click an item... I kept on trying and i'm getting really pissed off now... command /kits: trigger...
  15. 5jgk

    "name" is not a location?

    So in my skript it is like buggin or smth cos it my skript is on break of stone: if player's inventory contains 1 cobblestone of mending called "&7Ston&8e Autocom&0pressors": if player's inventory contains 32 cobblestone: remove 32 cobblestone from player's inventory give player...
  16. Death

    Inventory locking

    So, I am pretty sure this has been an ongoing issue for many skripters. So, I'm going to get straight to the point. How do you lock the inventory slot? No, I am not talking about clicking the slot with your mouse. I mean. The dreaded SHIFT RIGHT CLICK. How do you stop people from shift right...
  17. cps77

    How to calculate total experience and show it on scoreboard

    I want to know how to show player's total experience on scoreboard like this: every 1 second: @loop all players: @@wipe loop-player's sidebar @@set name of sidebar of loop-player to "server" @@set score "total experience : (total xp of player)/(max xp in player's level)" in sidebar of...
  18. cps77

    How should I put player's total experience in the scoreboard?

    I want to know how to put player's total experience and level in the scoreboard like this: every 1 second: @loop all players: @@set score "your experience point : %{total.loop-player}%/%{max.loop-player}%" in sidebar of loop-player to 1 (%{max.loop-player}% means max amount of experience point...
  19. cps77

    I want to know Skript and skRayfall version that works properly in java 8

    After having some issues with java 21, my friend doesn't use it and only use java 8. And I found some version of skRayFall doesn't work in java 8. So I need newest Skript and skRayfall and other addons(skellet, skutilities, skQuery and any other addons I need for skripting.) that works well in...
  20. Death

    NBT DATA

    Hey guys! I'm trying to use NBT data to create custom texture packs since I've seen someone do it before but I have no dieea how to even start! Can one of you help me and give me an example? Thanks! - Death