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

    Kill achievement

    I tried to create that if you will kill 5 zombies it will teleport you to another world. variables: {kill counter.%player%.kills_total} = 0 on death of a zombie: attacker is a player add 1 to {kill counter.%attacker%.kills_total} every 1 second: loop all players: if...
  2. D

    Title Problem

    I want to use this code: options: title: Welcome back, &3%player% subtitle: Hope you enjoy your stay! #Same goes for the subtitle! on join: send player title "{@title}" with subtitle "{@subtitle}" for 5 seconds But I can't use this because skrayfall ruin plugin's scoreboard. do you...
  3. D

    Crafting System

    I want to make that If I will throw 2 diamonds and i stick on crafting table diamonds and stick will disapear and give the player diamond sword. How should I do it?
  4. D

    %player's group%

    Soo,I can't find Skripts that will add %player's group%. If you know one commnet down below. It can be connected to permissionex or vault!
  5. D

    Level's Problem

    command /zed: permission: mmorpg.zed permission message: &4Sorry,But you cant use this command! trigger: if player's tool is item: if player's level is between 5 and 9: make console execute "sudo %player% bind fire" if player's level is...