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

    How to make items glide and crap

    Basically, I’m planning to add custom animations to my game. Which is gonna be blocks that are able to move like entities (NOT FALLING SAND BLOCKS AN ITEM ENTITY.) The question is how will I be able to do something like that, if you just want to make the script I’m planning for the animation to...
  2. K

    How to make animation with skript?

    Basically, I’m planning to add custom animations to my game. Which is gonna be blocks that are able to move like entities (NOT FALLING SAND BLOCKS AN ITEM ENTITY.) The question is how will I be able to do something like that, if you just want to make the script I’m planning for the animation to...
  3. K

    Please freaking help with list variables and items.

    So basically me wanted to make a zombie survival thing. And I wanted to make it so it gives every item in the queue items, but instead of giving items to the players, it adds it to the variable. I tried EVERYTHING. I spent over half a hour trying to figure out it. I really want to actually like...
  4. K

    Chat Format with parameters.

    So I am trying to make this server and I tried using chat format with parameters but had to use send messages and a cancel event. But then I realized chat messages couldn't go into discord (using essentialsdiscord) because it was canceling the event where it needs to go in. Can someone help me...
  5. K

    Sharpness Capper

    Do you have a server that is 1.17+ and want to make a RPG? But then you realized the cap is 255 now? This script will help you with your needs!!!!!!!!!! Dependencies: Skript ItemEdit (You should have this installed if you are making a RPG) How it works It grabs {@damageMultipler} (0.5) and...
  6. K

    Solved Why is this GUI not working?

    I tried to reload a script and it doesn't work. it just says it's reloading the script Tell me if there is something wrong with TuSKe or something. Skript Plugins: Skript, TuSKe, skRayFall, SkBee Code: command /fun [<string>] [<player>]: permission: op permission message: "&cYou can't...
  7. K

    How to remove block glitching using skript?

    So I have a server. it is a clicker server and you can place your clicker and block glitch/go up walls by jumping on blocks. I tried to use on jump to help me but did not work. and also on place. Could anyone give a script to remove it. I am working on the server's anticheat (DAC) that will be...
  8. K

    Bot Verification

    BOT VERIFICATION Bot Verification is a simple script that will help your server not get bots. DEPENDENCIES Skript HOW TO USE This is a super easy script to use. if you need to disable it. go to options and put it to false at enable. this will make verify to false and verifychat to false when...
  9. K

    Script Calcalator

    King_Creeperz submitted a new resource: Calcalator - Who needs windows when you got one right here Read more about this resource...
  10. K

    Options messages not working.

    I have been making combat log for my server but when I use options. it says that send "{@prefix} &cYou can't use commands while in combat!" to player is not a condition or effect. how do I make it so it doesn't say that. does options need a plugin? please tell me My code: options: prefix...
  11. K

    Requesting Skript Ideas! | You send them. I'll make them

    I am requesting skript ideas!! Send them to me and they will be ready in 30m-6h Hmm why isn't anyone replying. it is prob the forum is dead lol.
  12. K

    Solved Need Help Functions

    so I am looking at some forums about functions and I think I wanna learn how to do it. the first thing I know about it is that ik that a function allows you to make quick variables that do a action when used. I think the code to the start is like this Function money(money: number) :: number...
  13. K

    Requesting for skripts

    I am now requesting for skripts. Tell me whatever you would like I will send it!
  14. K

    Solved give {var::*} netherite shovel named "&6Dirt Breaker"

    so when I use that code give {var::*} netherite shovel named "&6Dirt Breaker" what it does that is adds it to the variable instead of giving it to a player. I am making a event skript btw this is my code command /events: permission: op trigger: send formatted "<tooltip:&aClick this to...
  15. K

    Solved every {var} ticks

    so I am making this "Autoclicker" for my server. but when I try to do it it doesn't work. this is my "IMPORTANT" code is to this every {autoclickperticks::%player's uuid%} ticks: if {autoclick::%player's uuid%} is true: idk how to make it so it uses it with the variable to use the event