Recent content by kittkarrkitt

  • 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

    Config MySQL - MySQLWorkbench

    Hello. I am trying to setup a database between two servers for Skript, and I believe I have set it up correctly. However, now im testing it, it seems to not update an variable on the 2nd server, when changed on the 1st server. I got advised to go and check if the tables in the database were...
  2. K

    Config MySQL - MySQLWorkbench

    Hello. I am trying to setup a database between two servers for Skript, and I believe I have set it up correctly. However, now im testing it, it seems to not update an variable on the 2nd server, when changed on the 1st server. I got advised to go and check if the tables in the database were...
  3. K

    There's no player in a periodical event

    Maybe this helps. https://forums.skunity.com/threads/add-money-skript.7716/
  4. K

    if block at event-location is grass

    on place: if block below event-location is grass block: push player upwards at speed 1 stop
  5. K

    There's no player in a periodical event

    There is indeed no player in such an event. In a command there is for example. The one executing the command. There is no one executing a every x seconds skript. Use looping all players, and then loop-player instead. Now there are players in the event becouse you looped all players in the...
  6. K

    Need Help

    If you want to get the block the player placed you want to message the name of the event-block (The block that the event is about. If you place dirt, the block that is being used in the event of on place is a dirt block.) to the player so that you know what block it is. You can do this by...
  7. K

    Solved Selected hotbar slot and select hotbar slot

    Yes it works, Thank you so much!
  8. K

    Solved Selected hotbar slot and select hotbar slot

    Hi, I need to know how to make someone's selected hotbar slot 0-8 be moved to a specified one when the player joins. Its for a lobby/hub skript. Lets take an example from CubeCraft and Hypixel: When you join Cubecraft, your selected slot will automaticaly be moved to the 4th slot and if you join...
  9. K

    Solved Prefixes in messages

    Thank you very much! It has worked.
  10. K

    Schoot projectile in certain direction.

    Hello, I need to know how to launch a projectile (snowball in this case) in a certain direction from the player. I have made a gun, that fires a snowball when it gets right clicked, but I need a shotgun variant. Just 1 bullet (snowball) is not enough, and it need some spread. Can I use like a...
  11. K

    Health certain amount of health on right click with item.

    Hi, I need to know how to give a player (any amount) of hearts when they right click with a specificly named item in their hands, for example a medkit. /heal would be good, but I dont want it to heal all health, but just (any amount) of hearts and without the healing effect that /heal has like...
  12. K

    how to code the name contain "test" help me please XD

    does "On armor equip:" work for you? It doesn't for me. What addon's do you use exacly? /sk info Also, when you have a code, please put in a code box (not sure if that is the official name). I think your code works fine, exept the on armor equip doesn't work for me, so I cant really help...
  13. K

    player is wearing an leather chestplate with name "&aLapis Armor Chestplate"

    Hi, me again. I tried it out and noticed that you first of all missed a : after the condition of player is wearing. Then you should put the dye and give lines with tabs/spaces to the right. I noticed that if you get your named chestplate though maybe a command or rename plugin, that it might...
  14. K

    how to code the name contain "test" help me please XD

    Uhm, I dont know much of Skript myself yet, but I dont believe there is an event for equiping items/armor. Or im blind and it is on this website ( http://en.njol.ch/projects/skript/doc/events ), but I cant find it. I tested around a bit, and this code would do what you want I think: command...
  15. K

    Solved Prefixes in messages

    on death: victim is a player attacker is a player set the death message to "%colored victim's prefix%%victim% was killed by %colored attacker's prefix%%attacker%"