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

    Solved Drag and drop

    i forgot to mark it solved sry!! :3 i figured out something and i don't mind sharing it, though the lore seems to be a bit buggy when adding multiple enchantments on inventory click: if cursor slot of player is book named "&a&lSmelt", "&f&lEfficiency" or "&a&lFortune": set {_nm} to...
  2. 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...
  3. 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
  4. H

    List loop

    i meant, if reporting 2 different players, it will only take the value of 1 of them and duplicate it over to the other, so when reporting 3 different players you will have 3 reports with same reason, reported by, and reported player though it's different players
  5. H

    List loop

    yo i appreciate it but still quite not working, when reporting multiple people the reported by, reason, person stays the same
  6. H

    List loop

    Thank you, i do have some errors when i reload though oh downloaded the non-fixed version. It looks great but i have the same issue as before when reporting multiple players the skull will remain of one person, it doesn't load the reason either
  7. 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...
  8. H

    Hologram

    I have done that, it works fine as i said, but it still says "unkown command" i also tested your code, and it said "unkown command" when it broadcasted. command /testholo: trigger: create holo object "&2Klik her for at tage dit kit!" with id "holo.1" at block above player...
  9. H

    Hologram

    Thank you it works, but it also say "Unknown command" in the chat, even if the command works fine.
  10. 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...
  11. H

    Solved Pay system

    thank you. i didn't know were to pass as integer, but ty
  12. H

    Solved Pay system

    It gives me errors, error: add arg 2 to {pol.%arg 3%.%arg 1%} parsed as a integer can't have anything added to it
  13. H

    Solved Pay system

    Thank you, but i can still send more keys than i have @ChisleLP
  14. 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%}...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...