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

    Lore of item

    Skript Version: 2.4 Minecraft Version: 1.12 To check all lore of item tried this but it doesn't work, i can add smelt as long it isn't on the 1st line of lore if event-item's lore doesn't contain "&eSmelt": set {_a} to event-item cancel event...
  2. H

    Solved Drag and drop

    Category: Custom enchants Suggested name: Drag and drop enchantments Spigot/Skript Version: 2.4-beta7 What I want: Drop an book from player's inventory on to a tool and add the name of the book to the lore of the tool
  3. H

    List loop

    Trying to make this work, currently it adds 4 reports when reporting a player, if i report multiple players with multiple reasons they will all have the same reason, reported by etc. No reload errors Skript Version (do not put latest): 2.4-beta7 Skript Author: Hartvig Minecraft Version: 1.12...
  4. H

    Hologram

    Want to make a holo object, with an id. And when you rightclich a holo object with a special id, it runs a command. Erorr: https://gyazo.com/305fb5b73d719ffb4cf11082b09f8de1 command /holo: trigger: create holo object "&2Hologram!;ItemStack:Diamond Sword;&9test 1!;&6Test" with id...
  5. H

    Solved Pay system

    Info: It gives me no errors when i reload the skript, the problem is i can send more keys than i have, and i can aslo send a key type that is'nt gold, iron, or diamond. arg 1 is player arg 2 is a number arg 3 is a type (Iron,Gold,Diamond) Variables: {jern.pol.%player%} {guld.pol.%player%}...
  6. H

    Solved code

    There is no problems with the skript, i'm just curious, is there a way you can do this faster? CODE: command /title: aliases: /tags trigger: open chest with 6 rows named "&e&lTitles" to player wait 3 ticks player has permission "kek.sk": player has...
  7. H

    Solved prefix

    I get this error, and im a bit confused, i can swear this skript worked perfectly 1 week ago, and i haven't changed anything in it. Do i miss some skript addons, or anything? Error: https://gyazo.com/dc7f5cf4efb19f186c28efcb965febac Code: on chat: if {team.%player%} is not set...
  8. H

    Solved Hide players with cd

    It dosen't give me any errors when i reload the skript Code: on rightclick holding a gray dye: if {reveal.%player%} is 1: wait 1 tick hide all players from player send "&aDu har gjort alle spillere usynlige" set slot 1 of player's inventory to shiny light...
  9. H

    team eco

    So i'm working on a team skript, and i've made a team eco system, but i have a problem, i can deposit to the team balance, i can see how much the team have on their balance, but i can't take from a balance, the "/teamfarvesæt" command will change the team color, and i would like to make it cost...
  10. H

    Solved gui problem

    Problem: I can't make an item in my gui, the 4 red glass panes work, but it's dosen't work. Skript addons: Skript skDragon ExertSK skUtilites LargeSk TuSKe SkAction skRayFall WildSkript RandomSK SkQuery ExtrasSK SkStuff Error: https://gyazo.com/992505b0e2b4f7dbd98a63e04c154b53 Code: if arg 1...
  11. H

    Solved right click holding a skull

    I want to make a profile gui, but i get a error, i've tried "on rightclick holding a skull of player" Code: on join: set slot 0 of player's inventory to skull of player named "&a%player%'s Profil" on rightclick holding a skull: open chest with 3 rows named "&aDin Profil" to player...
  12. 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...
  13. 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...
  14. 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...