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

    If beacon is activated

    I've been skripting for a long time and I still can't get past the "if beacon is activated" obstacle. There is no way to tell in vanilla Minecraft anyway, and I can't seem to do it with Skript. Help if possible! :D
  2. kkaemok

    uhhhhhhhh arg-1 arg-2 arg-3 is being the same tab????

    I am basically trying to make it so when typed /닉네임, the first tab completion would be the player names, then set/reset, then nothing (players type their wanted nicknames) and then colors... but it simply doesnt work... I am using skript and skbee and all of them are the newest... (I have no...
  3. B

    Magic find

    Ok so im trying to make a magic find system which doubles your chances for every 100 magic find you have. here is the code: options: coal_precentage: 5 iron_precentage: 2.5 gold_precentage: 1 diamond_precentage: 0.5 emerald_precentage: 0.1 netherite_precentage: 0.01...
  4. Yoshep

    How to fix loop-player combined with loop-value with my code???

    ERROR : There are multiple loops that match loop-value. Use loop-value-1/2/3/etc. to specify which loop's value you want.
  5. Injoyed

    How to delete dropped items?

    I need a skript to delete certain items off the ground my og code has no errors but doesn't work: every 1 tick: loop all dropped items: if loop-dropped item is dirt: delete loop-dropped item EDIT: This code works (i have no spacing when I paste it) every 1 second: loop...
  6. Yoshep

    Script EasyLocker|Lockette without SIGN 1.0

    EasyLocker is skript for change plugin like Lockette, ChestProtect, or other plugin for protect block. EasyLocker no need sign just place your block like chest or etc, support world resictrion when your can denied using EasyLocker on world like hub world, spawn world, or etc. Required: Skript...
  7. Yoshep

    Script EasyAttribute | Set Player Attribute With Skript 2.0

    EasyAttribute | Set Player Attribute With Skript created and designed to make it easier for developers to give or take player attributes with the default base attributes of vanilla or the Minecraft game itself. Required: Skript SkBee Permission : playerattribute.admin - Admin Permission...
  8. Anonymouslyfast

    Hiring Need Skript/Java developers

    Hello, thank you for viewing this post. I am Caleb and am a Admin on SlimeWorks, we use to be a VERY big Hypixel housing server, but got banned from their server for breaking tos. We now are making a Minecraft server using Skript and custom coded plugins! We're looking for developers, you'll...
  9. I

    Adding Nametags To Players?

    I am struggling to add name tags to my server Idk what plugin I need to use I seached everywhere
  10. TACStudios

    Detect if one player Spleef’d another

    I’m working on a spleef games and i give players points for killing others, but i want spleefing others to count as a kill too My original idea was to check for block break events near 2 players but with the scale the game will end up on i’m worried it might detect the wrong people How would I...
  11. lkstefqn

    Solved Per world warps

    Hi, i am trying to make per world warps skript but i think i need someone more experienced. This is what i've tried so far: # # /setwarp (name) - ADMIN # /delwarp (name) - ADMIN # /warp (name) # /warplist # command: /warpset <text>: permission: warp.setwarp trigger: set...
  12. FindME

    Script (Discontinued) [Bunz] On Join Super Counter 1.2'5

    On Join Super Counter [Skript] Player Join/Quit Event Handler This script automates the management of player join and quit events on the server. When a player joins, the script performs the following actions: Join Message: It displays a message indicating that the player has joined the...
  13. I

    Issue with world guard

    Hello I need help with this armor stand code that I made: on damage of armor stand: if victim's display name is "swrawsteak": if attacker has wooden sword: remove wooden sword from attacker give or drop emerald named "&a&lMONEY" with lore "A Currency...
  14. P

    Can't go through blocks with spectator.

    This happened on my server and happens on other servers that i know use skript. I want to prevent this from happening for my server(and to possibly help others) so whats the cause and the remedy??
  15. cdoxy

    Random Character Generator

    I'm trying to make a captcha to verify player's accounts. So I need a skript that can generate a random string of letters and numbers 10 characters long. Thanks! -cdoxy
  16. GrenFlem

    Remove cooldown message

    I'm trying to make a skript where there is no cooldown message for the cooldown, but im not sure how. help would be very appreciated
  17. cdoxy

    Transferring Help

    I'm trying to create a skript to transfer players to a different server when they type a command, but it doesn't work. When the server i want to transfer them to is offline it works and just sends you to the server hosting hub instead of the server, but when the server i want to transfer them...
  18. cdoxy

    Solved Skungee Help

    Can anyone give me a detailed process on how to connect servers using skungee and bungeecord? I'm trying to create npcs that can send you to different servers, but my best bet is probably skript. I'm using FancyNPCs, not citizens. Thanks.
  19. PixelCraft_I_D_K

    Skript /team command (vanilla command)

    Hello! With the /team command in vanilla Minecraft, how can I use it to give players a chat prefix if they have a certain team in chat? I'm using: Vault, Skript, Skript-Mirror, Skript-Reflect Version: 1.21
  20. R

    Action bar cooldown

    How can i make a shield that dashs you forward with an action bar that displays the cooldown of the item when holding it and says "ready" when its ready to use again