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

    Script ♛ SuperBans ♛ [Ban, Mute, Kick, Warn, Freeze, Antiswear, History, Guis, More+] [SK]

    KroterPvP submitted a new resource: ♛ SuperBans ♛ Ban, Tempban, Mute, Kick, Warn, Player info, GUI... | Much more to discover! [Skript] - SuperBans is the most wanted all-in-one Punishment-System with good looking punish messages! Read more about this resource...
  2. K

    Script ♛ SuperBans ♛ [Ban, Mute, Kick, Warn, Freeze, Antiswear, History, Guis, More+] [SK] 3.5

    HOW TO UPDATE TO NEW VERSIONS: Stop the server. Place the new SuperBans.sk file in the scipts folder. Keep your SuperBans folder safe, for example in your desktop. Remove the old SuperBans folder and start the server. You will need to wait up to 50 seconds. The files will be created, and a logo...
  3. K

    forums.skunity.com/resources/%E2%99%9B-superbans-%E2%99%9B-ban-tempban-mute-kick-warn-player-info...

    forums.skunity.com/resources/%E2%99%9B-superbans-%E2%99%9B-ban-tempban-mute-kick-warn-player-info-gui-much-more-to-discover-skript.265/
  4. K

    Remove server messages sent to players

    Hi, as the title says, I wanna to remove server messages that are sent to players. I do not wanna check "on chat" messages, I wanna the skript to be like "MessageFilter" in spigot. How can I do that with skript? I'm using: Skript bensku's edit 27 Skellett SkQuerry 3 Thanks.
  5. K

    Tempban skript

    Hello, I'm setting up my new skript. The title says it all, I'm having errors with the tempban module. All seems correct. I'm using timespans and the timers are perfectly displayed. Every second the server checks if there are banned players. To do this, it loops the variable {bans::*}. If the...
  6. K

    A command which sends a message with randomized colors every time

    Hello, I'm trying to do code a command which sends a message with ramdonized colors. Every time a player executes the command, it sends a message with a random color. How can I do this? I tried using this, but I can't fix it. I don't know how to make skript read it as color and not as text...
  7. K

    But a lot of people doesn't know that https doesn't work, and think skunity is down. Do you...

    But a lot of people doesn't know that https doesn't work, and think skunity is down. Do you really wanna lose users? That's just what you are saying...
  8. K

    Fix the docs https

    Fix the docs https
  9. K

    {bans::*} loses it's values when server stops or crashes

    Hello, I'm having an issue with loop values. When a player is banned, is added to the variable {bans::*}. I've done a GUI where all the bans are displayed. If I stop the server, and start it again, or the server suffers a crash, the variable {bans::*} loses all the values. If it didn't contain...
  10. K

    Create a GUI with as many pages it needs.

    Hello. I'm working on a smart inventory to show bans. I want it to create as many pages it needs. The gui has 6 rows, but the 6th row is used to manage aspects of the gui like changing the page and those things. So the bans are only sown in the first 5th rows. If the gui has more than 5 rows of...
  11. K

    Why don't you fix the docs https?

    Why don't you fix the docs https?
  12. K

    Can somebody help me with this skript?

    I want it to loop players. Then, kick the players without permission and keep the ones who have permission. But it doesn't do it because the executor has the permission, so it doesn't read the other part of the code. Any ideas? command /kickall [<text>]: trigger: player has...
  13. K

    Solved Clicked slot not running and I don't know what more to do!

    Hello. I'm working to create a ban system. Now, I'm doing the GUI's where are shown only banned players. The gui is perfectly created. I'm using the event "on inventory click", and then check "if clicked slot is x". The clicked slot event is not working. Skript Version: Skript 2.2-dev27 Skript...
  14. K

    Error with {whitelist.list::*}

    I don't know why it's not running. I want to create a whitelist, and this part of code must add players to it. If the player is already added, it mustn't add it, but if it's not added, it must add it. It doesn't run. Any ideas? if arg 1 is "add": if arg 2 is...
  15. K

    Solved Remove the ban message and customize it.

    Hello, I'm working on a ban skript, but I want the "You are banned from this server! Reason:" message to be removed. Any ideas? I'm using Skript and SkQuerry (for the %newline% variable). command /aban [<offlineplayer>] [<text>]: trigger: player has permission "bans.ban"...
  16. K

    Clear the chat only for players who don't have permission

    Hello, I want to create a clearchat skript, but it should only clear the chat for players who haven't the permission "clearchat.prevent". The chat won't be cleared for the players with this permission. I don't know what I'm doing wrong, but it clears the chat to all players. Also, I don't know...
  17. K

    Solved Check clicked slot without add-on?

    Hello, how can I check if clicked slot of a gui is 11? I do not want to use more add-ons than (TuSKe, SkQuerry3)
  18. K

    Solved AutoUpdate gui and some issues I need help to fix

    set {a.%player%} to 0 open chest with 3 rows named " Manage your account balance" to player wait 1 tick format slot 0 of player with graywindowglass named "&7" to be unstealable format slot 1 of player with graywindowglass named "&7" to be...
  19. K

    BalanceTop in signs

    ... if line 2 of event-block is "baltop": if line 3 of event-block is "1", "2", "3", "4", "5", "6", "7", "8", "9" or "10": set {_topnumber} to line 3 of event-block set {sign::*} to event-block send "&7You...
  20. K

    BalanceTop displayed with signs

    Hello, I need help while doing a balancetop in signs. I want to display the signs like: set {_num} to line 3 of event-block wait 1 tick set line 1 of event-block to "&0##%{_num}%" set line 2 of event-block to...