Search results

  • 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. S

    number of players in specific gamemode

    ik it sounds simple but i wanna make it so that it basically checks the gamemode of the amount of all players on the server in a specific world i tried using "number of players in world x" and while it works, i cant check the for the gamemode loops are also not gonna work since if i do this...
  2. S

    Solved on inventory click problem

    been trying to fix this for the past couple days, its annoying and i have no idea what to do in order to fix it basically, im trying to make a custom crafting system (kinda like in hypixel skyblock). I have a button that the player can press when the required recipe is met (basically when he put...
  3. S

    despawn falling blocks?

    How could I despawn falling blocks? I tried to use "on falling block land" but the event dosen't exist. My code: if player's held item is {@midasstaff}: if {delaymidas::%uuid of player%} is not set: if {mana::%uuid of player%} is higher than 249: send...
  4. S

    Droppable Cakes

    This plugin is rather simple, it does what it says, it allows you to break and place cakes. It also remembers the tick at which you have broken a cake, so lets say you broke a cake at tick 4. Well next time you place that cake it will place it at tick 4.
  5. S

    Flickering item in GUI?

    Hello, I am trying to make custom crafting in a custom GUI, but whenever I seem to put in the recipe the final result seems to flicker? Code: on right click: if event-block is piston: cancel event open chest with 3 rows named "Farm Crafter" to player wait 4.5 tick...
  6. S

    Solved Check if chest is double chest?

    Basically, I need something that checks if a chest is a double chest. I tried this but it dosent work command debug: trigger: loop all blocks in radius 1 of player: if loop-block is chest: loop all blocks in radius 1 of loop-block...
  7. S

    problem with loop entities

    Okay so im working on a gamemode and I need to check loop entities around the attacker, so here's my code: on damage: if victim is magma cube: set damage to 0 if attacker is in world "%attacker%": remove 50 from {magmacubeadventurehealth::%uuid of attacker%}...
  8. S

    Solved on item damage unknow event?

    So for some reason Skript dosent recognize the "on item damage" event here is my code: on item damage: loop all players: make loop-player execute command "repair all" and the event "on item damage" just dosent exist, do i need an addon to use it? NEW UPDATE: issue fixed, turns out...
  9. S

    Solved I NEED HELP ASAP!!!

    Okay, so, I recently found out how to set the size of slimes to something custom, but whenever I try it I just get this error: net.dzikoysk.wildskript.expressions.ExprSlimeSize of the last spawned magma cube can't be set to anything (dungeons.sk, line 382: set magma cube size of last spawned...
  10. S

    Solved How can I spawn mobs with custom sizes?

    Title. bump bump
  11. S

    Custom HP System

    Title says it all, I need a CUSTOM HP System because im working on a RPG type of gamemode for my server. I tried settiing up a variable for the health, and setting it to lets say 100, but I just dont know how to link it with the "vanilla" HP System bump bump bump bump
  12. S

    Offering Need someone to Skript for you? Stef Services is the way!

    I am a professional Skript Developer (using it since 2017 March), I can make ANYTHING you want! Want a Hypixel SkyBlock Clone? Sure. Want simple skripts? Can do that. Want your skript to be converted into a .jar? Can do that as well. Want your own custom coded server? Yes sir! I can code...
  13. S

    Solved survival games spawn system need help ASAP

    Im coding SG in skript and ran into this problem, whenever the game starts I want all the players that are playing to be teleported to different spawnpoints, I can't really seem to find a way to make it work and I also can't really figure out how to check if a spawnpoint is already taken by...
  14. S

    need help ASAP!! View player's inventory if the player is offline.

    Basically what i'm trying to make is when a player will leave, it will create a piston that contains his inventory. My problem is that it only shows the inventory of the player that actually clicked the piston, not the one that left the server. Here is my code: on disconnect: set {Stuff} to...
  15. S

    Solved Disable TNT Damage for specific blocks.

    I'm trying to make something and I need to disable tnt damage for specific blocks such as grass. How do I do that? nvm i fixed it with world guard
  16. S

    Solved PLEASE HELP ME!!!! CUSTOM RECIPE PROBLEM!!!!

    Hello everyone! I've been trying to do some custom recipes on my server and I have a problem, I want the player to get a colored armor when he crafts that particular item. heres my code: on script load: register new shaped recipe for leather cap named "&aEmerald Helmet" dyed green using...
  17. S

    Solved Problem with custom recipe

    Hello everyone! I've been trying to do some custom recipes on my server and I have a problem, I want the player to get a colored armor when he crafts that particular item. heres my code: on script load: register new shaped recipe for leather cap named "&aEmerald Helmet" dyed green using...
  18. S

    SG Player Spawn System

    Im trying to make an SG skript and whenever the game starts, all players should be teleported to a specific spawn location. How would I make that
  19. S

    SG Player Spawn System

    Im trying to make an SG skript and whenever the game starts, all players should be teleported to a specific spawn location. How would I make that?
  20. S

    Solved Spawn System Help

    Im trying to make a SG Skript and im having trouble for the player spawning system, what I mean by that is when the game will start the players need to spawn to a specified location, and I dont really know how to do that. options: prefix: &8[&6SG&8] on load: set...