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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. TimeStellar

    Every tick doesn't work with variable

    I am making a action bar for health and when i tried to show the variable it says that there is no player in a particular event Here is the code every 1 tick: send action bar "&c%{myhp.%player%}%&7/&c%{mymaxhp.%player%}%" to players
  2. Polarsk

    Trying to make a skript where when you do /tpa it says this might be a trap

    Idea: When you execute command /tpa it says &7Careful! This might be a <##DC0E04>trap&7. And it only sends this message to the player who executed it Any ideas?
  3. K

    How can i use Skript variables in another plugin config?

    Basically, i want to use one of my Skript variables in the config of a plugin of Scoreboard. And i'd like learn to use a plugin variable into a Skript also. Is there a way to use a variable Skript in another plugin?
  4. Polarsk

    GUI Skript with buttons that execute commands

    Hello, i'm trying to make it so when a player clicks on the green wool (clear inventory confirm) it does this: execute console command "clear %player%" and when you click the red wool (cancel) it closes the GUI. I'm quite new to skript, don't know much. Any ideas? command /ci: permission...
  5. Ilycool

    open inventory with 3 rows - Skript would not work

    command /event [<text>] [<offlineplayer>]: permission: op trigger: if arg 1 is not set: send "" send "&7Het &9&lBlok&f&lStad &7Event Panel is gemaakt door IlyCool" send "" send "&f&lCommands:" send "&7/event...
  6. T

    how to make a sphere of particles around the player with skbee?

    i have nothing to write here just read the title
  7. S

    Enchantment Fix

    Hi my name is Shadow and I am currently experiencing an issue with the max minecraft enchantment level for sharpness and protection. The problem is that sharpness 25 will do the same damage as any sharpness above it and I want a skript to fix that and the same thing is for protection 25 and...
  8. Acidic

    Disable anvil renaming for paper

    Hey, How do I disable anvil renaming of paper, without using Tuske? (Tuske is broken, and disables all my scripts, so I can't use it).
  9. 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...
  10. Asleeppp

    Addon skript-itemsadder 1.5

    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...
  11. 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 /...
  12. 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
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. Equip

    Addon SkLogs 1.3

    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...
  18. 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...
  19. 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...
  20. 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...