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 community!

    Now, what are you waiting for? Join the community now!

  1. S

    Solved I NEED HELP ASAP!!!

    can you give me an example? bump? B U M P
  2. 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...
  3. 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...
  4. S

    Solved How can I spawn mobs with custom sizes?

    Title. bump bump
  5. 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
  6. 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...
  7. S

    Solved survival games spawn system need help ASAP

    alright thank you for the example :D i will modify this so it works with my thing so thanks
  8. 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...
  9. S

    An extremely confusing script that i need help with

    Mark it as "Solved" :)
  10. S

    Solved Need Help For Simple Shooting Script

    Well this is the first thing that comes in my mind so you could try this: on join: set {Cooldown::%player%} to false #Fireball Shooter on rightclick holding a blaze rod: if {Cooldown::%player%} is false: play sound "entity.blaze.shoot" with volume 1 to the player make...
  11. S

    Solved Check if mob died, add 1 to players xp

    on load: set {playerXP::%attacker%} on death: victim is #whatevermobyouwant: if attacker is player: add 1 to {playerXP::%attacker%} send "+1" to attacker command xp: trigger: send "%{playerXP::%attacker}% is the current xp." this should...
  12. 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...
  13. 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
  14. S

    Trying to stop loop but can't

    if it works then you should mark the post as "solved"
  15. S

    Trying to stop loop but can't

    on player world change: if player is in the world "pvp": loop 1000 times: wait 50 seconds make console execute "give %player% stick 1" wait 50 seconds make console execute "give %player% iron_ingot 1" wait 50 seconds make console execute "give %player%...
  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...