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

    Solved Combat log skript

    Hello, I am trying to make a combat log like skript. For some reason this always crash my game when i get damaged by someone, and doesnt even work how it should be (if you get damaged twice, or if you get damaged while the "while blabla" system is working the "while" system get doubled or happen...
  2. raupauk

    If %Variable% is "Something"?

    Greetings! So I got the Plugin "BetterTeams" and I wanted to create a command that only a specific team is allowed to use. Since they do not have any type of permission-by-team system, I thought about doing it with Skript, but somehow it always tells me that I have no permission, even when I am...
  3. Un1Log1n

    Help with SuperiorSkyblock2 in skript

    Hi, i'm trying to make a skript where you need to be on your island before it works. It's a island mines skript, and i wan't to know if there is any way to check if the player is on their island? It's in 1.8.8
  4. C

    Solved SKript Custom Model data in 1.21.4

    { "model": { "type": "select", "property": "custom_model_data", "fallback": { "type": "model", "model": "item/paper" }, "cases": [ { "when": red, "model": { "type"...
  5. Cyb3rkn1fe

    Double Life in teams

    Hi there! I'm trying to make a plugin for a video that makes everyone(in configurable teams) share their health and effects with the rest of the team. if 1 person gets an effect everyone on the team gets it untill it runs out, if one person has any change in their healthbar(take damage, regens...
  6. L

    Team Leaderboard HELP PLEASE

    So for the past few weeks i have been trying to work on a mcc and blockwars team like system, i need a way to detect which team is in first, second third, and etc with its name and amount of coins that team has then it needs to be displayed on a scoreboard. my main problem is detecting the teams...
  7. Y

    Solved Skript Discord Ban Appeal

    Hello everyone, I was permanently banned from the discord server without warning about a year ago on my discord account with the username "wyvurn" because I ghost pinged a moderator. I do agree that the cause was completely my fault and I deserved that punishment. I will not do it again and am...
  8. trixzymc

    [REQUEST] --> UTILITY SKRIPT | CENTER TEXT

    Suggested name: UTILITY SKRIPT | CENTER TEXT Spigot/Skript Version: 1.21.3 --> skript-2.9.5 What I want: A utility function for my server, that center's any text given Idea: Ideas for commands: N/A Ideas for permissions: N/A When I'd like it by: Today
  9. N

    server not joinable because of skript.jar file.

    So I have been struggling with booting up my server for a while with a friend. The server does boot up but is never joinable. I always get stuck on the screen "encrypting" when joining a server. I have tried to delete the skript.jar file and restarting the server. Without the skripts, the server...
  10. T

    Skript giving item with lore & name not working?

    So I have a skript that will give a player an item, and when they drink it it will activate a booster. Everything but the giving of the item works. here is a screenshot of the error and my code for the giving of the potion. Please help soon.
  11. S

    Script Better Elevators 1.4

    No addons required 1. /elevatorset Command Usage: /elevatorset How it works: Targets a wool block. Checks if there are wool blocks stacked above it (up to 100 blocks high). If valid, registers the wool block as part of the elevator and confirms with a message. If invalid, notifies you that...
  12. R

    Simple skript problem

  13. jawa2828

    Trying to create a command to upgrade the amount of homes a player can have

    This is what I have so far. It is taking the payment correctly, but for some reason it is not upgrading the rank of the player at all. The player's rank just stays constant. command /upgradehomes: description: Upgrade your home level for a high fee. permission: skript.upgradehomes...
  14. pidgendev

    Solved SOLVED Setting health to a variable and vice versa

    hey gang whats up. So im coding a double life plugin (Grians life series) but its linked with 4 players and not just 2. It functions by on regen and on damage it sets the variable to the players health and every tick it sets all players health on that soul link to that variable. BUT I CANT...
  15. VeryGoodSand

    Solved Change block type for player

    In some servers, I've seen them use some sort of skript to change a block for one player, while leaving it the same for another. For instance, in a prison server, the blocks will break for the player who breaks them, but the mine will stay the same for everyone else. I have searched for a while...
  16. pcrdex

    Looking for improvement Suggestions - My Skript-knowledge is pretty old and rusty..

    So I've made a Report Skript with using AdvancedBans (configurable obv) and I'm looking for improvements: command /report [<player>] [<text>]: trigger: if arg-1 is set: if arg-1 is a player: if arg-2 is set: send "&e[&6&lREPORT&e] You...
  17. C

    Im trying to extract a number out of a string(lore), but it just returns as none.

    if {minmods::%loop-entity's uuid%::%{_count}%} is dispenser named "&aMinion Compressor": set {_lore::*} to line 1 of lore of {minmods::%loop-entity's uuid%::%{_count}%} split at " " set {_lore::*} to {_lore::3} split at "/" set {_comp}...
  18. menawshh

    Create script that allows the player to equip any piece of armor.

    Skript 2.1.2 or 2.1.1 for 1.7.10 (does not specify the version :() I want to make a script so that when the player equips a specific piece of armor, it executes a command, and when the player removes the specific piece of armor, it executes another command. However, I think that in this...
  19. B

    need help!!!!

    im making a zombie apocalypse server and this just aint working plz help thank you! every 1 second: set {_x} to a random integer between 96 and 47 set {_y} to a random integer between 3 and 2 set {_z} to a random integer between 150 and 199 console command...
  20. P

    need help!!!!!!

    im making a zombie apocalypse server and i trying to make random generator for zombies. its been easy to make the random number generator but of course i dont want zombies spawning in blocks so i would add 1 to the y coordinate of the location of where zombies spawn but if its underground i...