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. 07L

    Solved TuSKe GUI not showing the skull or book

    GUI opens fine, the black stained glass opens fine too. It says there are no errors yet the skull nor the lime wool show up inside the GUI. This wont be for just unbanning, it'll go for bans, mutes too. I want to know how to fix this so I can sort it out options: prefix: &8[&eAnimeme&8] &7...
  2. 07L

    Using Date and Time as a variable for resetting

    Is there a way to make it so I can make a countdown that counts down to the same day and time every week. For example: A way to make it so every week on Sunday at 3pm I can make something trigger inside a skript.
  3. 07L

    Solved Points Leaderboard

    I have tried to think how I would make a leaderboard, but I cant get my head round how. I made a points system, it works fine and fully. But how would I make a leaderboard with the command /points leaderboard. Here's my current points file code (I haven't started the leaderboard yet as I...
  4. 07L

    Weekly Challenges

    Hey. I'm wanting to create a GUI for weekly challenges. Before I did I wanted it to restart every week at the exact same time (Say 3pm every Sunday). Is there a way I can make this happen, without having server restarts or when it closes for an hour affect the countdown, so it is reset at 3pm...
  5. 07L

    Solved Custom reasons banning bug

    Im using litebans and skript. I made a punish GUI and added a custom reason section. But when you type "permanent" and then the reasons it displays "false <reason>". command /customban [<offline player>]: trigger: if player has permission "exige.punish": if arg-1 is set...
  6. 07L

    Make player execute command as op

    Is it possible to make a player execute a command as op while in a GUI?
  7. 07L

    Is not a text from make player execute command

    In my gui im making a player run a command that is made in skript. It says that the command is not a text and it won't show the item in the GUI. command /punish [<offline player>]: trigger: if player has permission "exige.punish": if arg-1 is set: if arg-1...
  8. 07L

    Placeholder output in scoreboard

    Hey! I'm using the plugin SimpleScore and the skript placeholderapi expansion. I placed a skript variable into the scoreboard and whenever the value is above 1, it shows a .0 at the end. If it's a 1 it's fine. If its 2 it shows as 2.0 is there any fix?
  9. 07L

    Linking Skript Files

    Is there a way to link variables between skript files?
  10. 07L

    Stop Players Moving Equipped Armour

    Hey! I was wondering if there is a way to stop players from moving their armour. I can't seem to figure it out. Any help?
  11. 07L

    Solved FFA Money System

    For some reason this is only displaying 0. Even when adding coins. Any help? command /money: aliases: /coins trigger: if {ffajoin.%player%} is true: send message "{@prefix} &7You have &c%{ffacoins.%player%}% &7coins." else: send message...
  12. 07L

    Equip Unbreakable Armour

    I've tried to make an FFA plugin using skript yet I am having an issue with making players automatically equip an unbreakable iron helmet. I have umbaska and skellet installed. Any help? set helmet slot of player to an unbreakable iron helmet