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

    Homes GUI (Advanced Skripters ONLY)

    Category: Homes Gui Suggested name: VirtualHomes What I want: I want a homes gui that would open up a gui like the picture provided, and when you click on one of the dyes itll create a home that you can teleport to on right click, and rename on right click. And also with a delete home gui...
  2. The0Felon

    Skript With Modded Items

    when i start my server, it says "Minecraft id xxx is not valid" I saw somebody fixed it with aliases but it doesnt worked for me. I saw somebody fixed it with variables too but i didnt understand it. How can i fix it? Running on Java 17.0.8 (Oracle Corporation) Magma version...
  3. Blue

    Skript gives wrong answer

    Hello, I have this script that should print "true" if there exists a country whose name starts with the letter "V", and "false" otherwise. The problem is, the script always broadcasts the wrong answer. Are there any countries whose names start with the letter "V"? How could I make it broadcast...
  4. Austral

    Placeholders don't work in comparison: more or less

    When I try to use a condition more or less for a placeholder, it doesn't work correctly. I use Ersatz and Skellett-2.0.9
  5. P

    My command does not show

    I have this script: variables: {brSpawnLoc} = 0 command /setbackroomsloc: permission: setbrloc trigger: set {brSpawnLoc} to location of player send "&bBackrooms spawn loc is now %{brSpawnLoc}%" on death of wither skeleton: if name of victim is "&0&lEntity"...
  6. KingDooms

    Script Skript Files Hub v1.0.1

    What is Skript Files Hub? Skript Files Hub (Also known as S.F.H.) is a Skript file that lets you download files easily into your scripts folder. All you have to do is load the data in and check the GUI to check any of the Skripts. It adds the command /skriptfileshub (or /sfh), which pops up a...
  7. adomen

    Arena Reset skript

    Hello i need somebody to make a skript for me.. I need an box arena reset skript that will every 4 minutes remove all blocks in on a flat surface. So when people build block they will get cleared after some time. Thanks!
  8. GLaDOS_James

    help with skript, preferably skellet

    i have skellet, skbee and skript installed but always get this in my skript on 1.19.4:
  9. F

    Need help with my OP Items command

    Hii! So I am very new to skript and watched mitch-matched tutorials and got to this and everything seems fine but there is errors. I will highlight the errored line in red. ```command /opitems: permission: op permission message: "You can't do this, you cheeky bugger!" trigger...
  10. S

    Skript Upgrade System

    So i'm trying to make a way to upgrade your sword or other equipment by using an item and add attack dmg to the item I have item edit installed and also vault installed. I made a gui but can't figure out how to add the item so that you can upgrade and also add attack dmg to the sword any help? I...
  11. S

    If player is holding

    When I have a "if player is holding..." and the player has more than one when it test for what it is holding the skript does not work code below
  12. Diamond

    Checkpoints Parkour Plugin

    Category: Minigame/skript Suggested name: Checkpoint Skript Spigot/Skript Version: MC version 1.8.9 What I want: I want a parkour plugin where you can select a area (like in worldedit), and you you specify the name of it (e.g. map-1). When you are in the area, there can be placed...
  13. italo

    Set CustomName to arrow

    I want to create custom arrows, part of which I have already done in IntelliJ, and it works, but the arrows are issued through Skript. How can I set a custom name for the arrow so that I can check it in IntelliJ? command /test: trigger: if arg-1 is set: set {_item} to arrow...
  14. eyzk

    [HELP REQUEST] Addons for Tutorials!

    Making Your First Skript a work-in-progress tutorial I'm creating a Skript tutorial, and want to include a list of popular addons, but I'm not sure which ones to include. Please reply with any addons you've used, which version they're for, and what they do! Thank you to everybody that helps...
  15. Byteware

    How do I broadcast coords?

    Can someone help me out? How can I broadcast coords? Here is my code: command /loadboss: trigger: set {_areacoordX} to a random integer between 100 and 300 set {_areacoordY} to 80 set {_areacoordZ} to a random integer between 100 and 300 set {_amount} to 1...
  16. N

    Script WorldGuard Addon Script for Servers 1.0

    This Script adds the commands /setgens: Perm: skript.setgens Desc: allows block breaking, pvp, and no block placing Usage: /setgens <region> /buildpvpregion: Aliases: /buildpvprg Perm: skript.buildpvprg Desc: allows building, and pvp with no block breaking Usage: /buildpvprg <region>...
  17. SirMaggus

    Skipping players in loop all players

    Hey there, i am making a skript for a minigame right now using skQuery and skRayFall and i was wondering if it's possible to skip a player in a loop all players part. Like that: I'm on 1.12.2 with skript version 2.2-dev36 because of mods.
  18. ZLatKo

    Solved error when drawing particles with argument

    hello everyone! Please help me to find a workaround to solve my problem. If you use "50, 80 and 120" instead of a variable, everything works. i need to use rgb variable in particle drawing but ran into this problem: command /test72 [<text>]: trigger: if arg 1 is "attackbullet"...
  19. GreenDeviousity

    İnventory click wont work

    This skript doesn't seem to work. I use skquery and skrayfall. skript latest
  20. Simple

    3x3x3 blocks miner

    So I want a skript that makes a stone pickaxe named "&4TNT&cPICKAXE" mine 3x3x3 blocks. And when they person shifts and right clicks with the pickaxe it will show a gui to upgrade the pickaxe to 4x4x4. And if player has 5000 {coins} he can upgrade. If he can't the gui will close and a title will...