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

    Cancel block place

    Hello guys! I'm working on a FFA skript to my server, but i need a part that does so then you place an oak wood block, then there goes 6 seconds and it will be removed. Are there someone out there, that know how to do that?
  2. U

    ", and" prefix

    I HAVE FIXED THE PROBLEM
  3. U

    Chat skript

    Hello. I have made this Chat skript, but when i type without a suffix, this happens: http://imgur.com/a/6VsqZ (Look at the chat) How do i do so there only are one space after my name?
  4. U

    Scoreboard don't update kills, deaths and killstreak

    Hello. I have made a scoreboard skript with killstreak, death and kill stats. But the problem is, that when i kill a player, i don't get 1 added to kills and killstreak (The same with deaths) Code: on join: if {kills.%player%} is not set: set {kills.%player%} to "0" if...
  5. U

    ClearLag skript doesn't work

    Skript Version: 2.2 Skript Author: Me Minecraft Version: 1.8.9 --- Full Code: command /clearlag: permission: clearlag.use trigger: clear {_count} loop entities: loop-entity is a dropped item clear loop-entity add 1 to {_count}...