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

    Teleport Skript

    you need to use the expression location at set {_loc} to the location at arg-1, arg-2, arg-3 of the world arg-4 Try using this On load: set {blockmine.location} to the location at -870, 80, 562 of the world WorldNameHere
  2. Mich

    Solved 276 errors with format slot

    did you try skript 2.5 beta 3?
  3. Mich

    Solved 276 errors with format slot

    This happened to me one time I fix everything using TuSKe but you have to use tuske guis
  4. Mich

    Skript will not work

    Try this skript https://github.com/SkriptLang/Skript/releases/download/2.5-beta3/Skript.jar is a beta
  5. Mich

    How can I get information from a yml file

    Here https://forums.skunity.com/threads/reading-writing-and-deleting-yaml.33/
  6. Mich

    Solved Door Key

    Please use the help format next time I find the problem and I have bad news command /key2: trigger: give 1 tripwire hook with lore "&7House Key2" named "&6&lKey2" to player on rightclick on a left-hinged closed top iron door:#use the on rightclick event with the %clicked block% to...
  7. Mich

    I am trying to use a variable as a number and is not working for some effects

    Skript Version (do not put latest): Skript 2.5-beta3 Skript Author: ShaneBee Minecraft Version: spigot 1.12.2 --- Full Code: REED THIS PLEASE: I am not triying to use a command on my code this is just an example of my problem. I you need the full code let me know Code (Skript): command /test...
  8. Mich

    Ore Gen

    I made one is personal but you can use the code to take ideas on block form of cobblestone: chance of 10%: set event-block to grass stop chance of 10%: set event-block to gravel stop chance of 10%: set event-block to sand stop...
  9. Mich

    Error in my function I dont know how to fix

    Did you fix the code or something?
  10. Mich

    hi im new, and i would like help/skript

    I can at lest help with the first one -check if the player has right clicked holding an iron axe named hammer on rightclick holding a iron axe: player is holding a iron axe named "hammer" message "He is the one" And I think this shold be on the request forum
  11. Mich

    Error in my function I dont know how to fix

    Skript Version (do not put latest): Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.12.2 Server Spigot 1.12.2 How I try to fix the code I did everything else widout the function and it was working great, but doing this widout a function it will be messy and will take more time
  12. Mich

    loop all players

    You need to use something like %loop-player% not %player%
  13. Mich

    Solved Can I replace a zombie hearts with a variable

    I am trying to do a zombie minigame and I replace players hearts with a variable, I want to do the same with the zombies. Example on damage of a player: if {minigame.%attacker%} is true: cancel event set {p_health.%attacker%} to p_health.%attacker%} - 10 if...