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

    Solved Bossbar that blinks

    Problem: I want to make a bossbar that blinks, but i get this error. Error: https://gyazo.com/64a03bc41ce51cc6408667b0e1986c18 Code: every 0.2 seconds in "world": loop all players: If {bossbar} is 0: set bossbar named "&bDu spiller på &e&lLazygamers.net" for player to...
  2. H

    Solved open a chest in a chest

    Minecraft Version: 1.8 Code: on rightclick on a entity: if name of entity is "&bMissioner": open chest with 3 rows named "&e&lServer Missioner" to player wait 5 ticks format slot 13 of player with diamond shovel named "&aGrave mission" with lore "&cDu har mined...
  3. H

    Solved Other players heads

    Layout: Skript Version: Skript 2.2 (dev20c) Skript Author: Hartvig Minecraft Version: 1.8 --- Code: format slot 0 of player with skull of player named "&6Profile &a%arg 1%" with lore "&cTotal blocks mined! &a&l%{totalminedblocks.%arg 1%}% " to be unstealable Troubleshooting: So how can i...