script

  • 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. Kristian Rahbek

    Prison Cell

    Can someone help me make a Prison Cell script? I have some commands i would like in it! :D /ce add {PLAYER} (Add a friend to your cell) /ce remove {PLAYER} (Remove a friend from your cell) /ce unrent (Unrents your cell) I would also like a place where you can see the cells that aren't rented :D...
  2. Kristian Rahbek

    Solved TAB LIST

    Hey! So i want to make a server trying to only use the script plugins. So i need a tab list, but can't figure out making one? I do not need the name to be changed, but they line over the heads, like the "WukkitCraft" you can see on the picture! :D Example like this: I would really appreciate it
  3. DieHollander_

    High quality scripts

    Hey, welcome to my little shop. 1) Who am I?: My name is Kian, I'm 16 years old. I live in The Netherlands. I'm a Skript developer since 2016. Over the course of those 2 years I made a lot of scripts, for example a kitpvp script and some remake of plugins (those scripts are not open for...
  4. Blue

    Script Scrolls 0.4.1

    :emoji_large_blue_circle: Description :emoji_large_blue_circle: This skript is an easy-to-use scroll add-on for your server! Once you create a scroll, you can give it to players with commands (making external giving of them incredibly easy!) and allowing them to execute commands by...
  5. Duetro

    Skript Tools Script Deobfuscator (WildSkript + Obfuskator 2.0.5) 2.1

    This tool is web-based. You don't have to download anything. Try it! It is really simple to use: 1. Choose the deobfuscation method. 2. Select a obfuscated script 3. Click the "Deobfuscate file"- button
  6. DieHollander_

    Script Easy Kit | Easiest kit script! V1.1

    Easiest kit script! This is the ultimate script for kits! Commands: /easykit create <kit> - Create a kit. /easykit delete <kit> - Delete a kit. /easykit preview <kit> - Preview a kit. /easykit get <kit> - Get a kit. /easykit give <player> <kit> - Give a kit. /easykit list -...
  7. EWS

    Useful vanilla Skript functions

    Here is a list of some functions which do plenty of useful stuff (mostly with numbers). Most of them are made by me. Round to x decimal cases Does what Skript's built-in function should do, rounds to the amount of decimal places you want. Code: Usage: Format number Formats a number so it can...
  8. EWS

    [Snippet] Argument alias

    What does it do? It creates easy aliases for your commands. For example, if you need to create a weather script and want to match many words to one type of weather, this function will return: - the word to send to the player, for example, if you type sun it'll send sunny. - the weather type, in...
  9. EWS

    Offering EWS's Skript shop | Quality & performance

    EWS's Shop Hello. It's been a while, but I'm accepting commissions again. You can request a script or a Discord Bot through my Discord or email below. My services ▪ Skript development, ranging from a simple function to full server functionality; ▪ Functions and APIs for scripts; ▪ Discord bots...
  10. Aidanete

    Script WarpsManager 1.0

    WarpsManager Hello, I'm Aidanete and today I will show you my new and best creation at the moment. It's my biggest project and my favorite. What is WarpsManager? With WarpManager you can have in your hands the full control of warps, homes, a lobby, tpa, tpahere, back, sign-warp and the upcoming...
  11. MrScopes

    Solved Help with "if arg 1 is not set:"

    I'm having problems with where to place "if arg 1 is not set:" https://gyazo.com/5d8fde46b50bdb3a0a00aae309bd0dd6 https://gyazo.com/8cf6e291bab683d92dd10f00013e9987
  12. MrScopes

    Solved Clearing another players inventory

    I'm setting up a /clear command, but I haven't found a way to clear another players inv. Also, could someone fix the aligning of the "if arg 1 is not set:" I get minor errors with it. command /clear [<player>]: aliases: /ci, /eclear permission: scopes.clear permission message...
  13. D

    Script Infection 1.0

    Hi! This is the infection script. I found out there aren't any good infection plugins, so I made a script! Installation: This script only requires the skript plugin. Download it here: Here Once installed the skript plugin. Put this file in to the plugins/Skript/script file, and reload the...
  14. glowgrew

    Script ✪ OreSense ✪ Easily generate ores in a few lines. 1.0

    About: This script allows you to create easily ore generators, like CosmicPrisons. Features: Light Weight - 31 lines (w/out commands); Easy - just one command to setup a generator. Soft Depend: Skript SkQuery Skellett Setup: Just one command: /mine setup, then place a generator. That's all...
  15. K

    Script ♛ SuperBans ♛ [Ban, Mute, Kick, Warn, Freeze, Antiswear, History, Guis, More+] [SK] 3.5

    HOW TO UPDATE TO NEW VERSIONS: Stop the server. Place the new SuperBans.sk file in the scipts folder. Keep your SuperBans folder safe, for example in your desktop. Remove the old SuperBans folder and start the server. You will need to wait up to 50 seconds. The files will be created, and a logo...
  16. K

    Solved Help with a script!

    So my problem is that is says "bandemoremedlem2(p: player) is not a text" Heres is the part of the script: function bandemoremedlem2(p: player): set {_bankkonto} to "%{bander::%{bande::%{uuid::%{_p}%}%}%::bankkonto}%" parsed as a number if {_bankkonto} is more than 9999: add 1...
  17. F

    Chest loot every 10 seconds

    I have a question, how can i do that the chestfill fills the chest every 10 seconds? My script: on load: delete {random.item.list::*} add 2 diamond to {random.item.list::*} add 2 iron ingot to {random.item.list::*} add 2 leather to {random.item.list::*} add 2 tnt to...
  18. F

    Chest Loot

    I have a question, how can i do that the chestfill fills the chest every 10 seconds? My script: on load: delete {random.item.list::*} add 2 diamond to {random.item.list::*} add 2 iron ingot to {random.item.list::*} add 2 leather to {random.item.list::*} add 2 tnt to...
  19. F

    Command Cooldown

    Can anyone help me to add a cooldown on a command command /refill trigger: give player mushroom stew #if you have to wait send message "You have to wait 90 seconds" #Cooldown 90 seconds Sorry for my bad english i am from germany
  20. F

    Tablist Script help

    Hey, Can anyone help me to create a sorted Tablist for any rank: Sort: 1. Owner 2. Admin 3. Mod 4. Sup 5. Builder 6. Player Owner must be at top of the tablist and Player at the bottom. If anyone knows how to do that please post an example for it. Sorry for my bad english i am from germany...