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

    Solved PLS HELP me with kitpvp GUI Only will works if you in region: Kitpvpspawn

    You only forgot a "TAB" and ":" this code works on my server. command /kitpvpkits: trigger: if "%region at player%" contains "kitpvpspawn": open chest with 1 rows named "&a&lSelect kit" to player wait 1 tick format slot 0 of player with iron...
  2. HiqqhFive

    Solved How do I do this?

    Oh, sorry, that was my mistake. But if it works it's okay :D Best regards HiqqhFive
  3. HiqqhFive

    Problem with Variables

    I do not understan what you want, can you please post you full code? If i check a variable, it works with {s.team.%player's name%} is not set: send "TEST" else: send "test2" or {s.team.%name of player%} is not set: send "TEST" else: send "test2" Best regards HiqqhFive
  4. HiqqhFive

    pls help me fix this error

    What error are you getting?
  5. HiqqhFive

    Solved How do I do this?

    have you tried: player has permission "worldedit.*", "*" and "essentials.*" ? Best regards HiqqhFive
  6. HiqqhFive

    Solved I dont know what is wrong with the skript it isent working pls help

    Please use the code field... it looks like this
  7. HiqqhFive

    Error scordboard pls help

    You're right, sorry, i forgot it. Thanks @TCXeption
  8. HiqqhFive

    Error scordboard pls help

    Hello, in the Minecraft ver. 1.12.2 i have to use a "Expression skript" for this. (For the expressions day, month, year, hour, minute) Here is a code, make a file in your scripts folder and reload it with skript. import: java.time.LocalDate java.time.format.DateTimeFormatter...
  9. HiqqhFive

    Help on Clear items

    Or use remove 1 of head named "&ePresent &f [&62&f]" from player's inventory
  10. HiqqhFive

    An if check repeats twice error

    Can cause this because theese line?
  11. HiqqhFive

    Script [Deleted] Report System

    HiqqhFive submitted a new resource: Report System - Report-System for your Server! Read more about this resource...
  12. HiqqhFive

    Solved Setting a variable question

    Did I use "%loop-value%"? Then I mean only loop-value I'm sorry.
  13. HiqqhFive

    Solved Setting a variable question

    No Problem. :) This works on my server.
  14. HiqqhFive

    Sorted Tablist

    Use the NameManager Plugin or try to use https://forums.skunity.com/resources/sknames-create-your-own-tablist-groups.219/ this Skript.
  15. HiqqhFive

    On chat

    Does it work now?
  16. HiqqhFive

    Need help creating advanced GUI

    on the command, you can add the Player to {Reports::*} command /reports: trigger: open chest with 5 rows named "REPORTS" to player wait a tick # format the inv set {_slot} to 9 loop {reports::*}: add 1 to {_slot} set {_player}...
  17. HiqqhFive

    Solved Setting a variable question

    Loop {variable2::*}: "%loop-value%" is a number: set {example.variable} to "%loop-value%" Is it that, what you mean?
  18. HiqqhFive

    Script Team-System

    HiqqhFive submitted a new resource: VxC Team-System - Team-System for your Server! Read more about this resource...
  19. HiqqhFive

    Script Team-System 1.0.020

    Team-System for Skript 2.13.0-pre1 A Skript, where Players can see your Staff-Members. DEPENDENCIES • Skript (ver 2.13.0-pre1) • skQuery How to Install 1. Install Skript on your Spigot/Bukkit/Paper server. 2. goto "plugins\Skript\scripts" 3. upload the requested file 4. Restart your...
  20. HiqqhFive

    Skript Minecraft 1.11.2 Help

    Hey, i'm working on Minecraft 1.11.2 with Skript Version 2.2-dev22g. But my Problem is: I reload Skripts, the reloaded message is shown and then i try the Command but it doesnot work. Only load the options, i think. I've not found any help in the Internet. Please help me Thanks