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] - ♛ SuperBans ♛ AntiSwear switch option, New Permissions ➪ 3.4

    NEW UPDATE! Changes to the Files: Added a new option in the config.yml file. It allows you to enable or disable the AntiSwear (enabled by default). OTHER: Changed the "antiswear.bypass" permission to "sb.antiswear.bypass". Added a one in one permission! Use "sb.*" to have all permissions in...
  2. K

    Replace a word with the same length of chars.

    on chat: replace all {OPTIONS::ANTISWEAR::WORDS::*} in message with "%colored {OPTIONS::ANTISWEAR::Word-Replacer}%" # The "{OPTIONS::ANTISWEAR::Word-Replacer}" equals to "*". What I need: When it detects a blocked word, it replaces it with one '*' only. I want it to replace the word with...
  3. K

    Script ♛ SuperBans ♛ [Ban, Mute, Kick, Warn, Freeze, Antiswear, History, Guis, More+] [SK] - ♛ SuperBans ♛ Freeze & AntiSwear & New config files ➪ 3.2

    NEW UPDATE! I have added a new module: FROZEN! /(s)freeze <player> ➪ sb.silentfreeze | sb.freeze ➪ Freeze players. /(s)unfreeze <player> ➪ sb.silentunfreeze | sb.unfreeze ➪ Freeze players. Added frozen messages to the customization.yml file. And another new module: ANTISWEAR! It allows you...
  4. K

    Lenght of a word

    Hi, I want to know how to make skript calculate the lenght of a word. on chat: replace all {OPTIONS::ANTISWEAR::WORDS::*} in message with "%colored {OPTIONS::ANTISWEAR::Word-Replacer}%" The "{OPTIONS::ANTISWEAR::Word-Replacer}" equals to "*". When it detects a blocked word, if replaces...
  5. K

    Script ♛ SuperBans ♛ [Ban, Mute, Kick, Warn, Freeze, Antiswear, History, Guis, More+] [SK] - ♛ SuperBans Plus ♛ FAST UPDATE ➪ 2.9

    NEW UPDATE! Fixed the help command was not displaying the silent warn option "/(s)warn ...". Removed logo in the SuperBans.sk file. The description is beeing edited, some texts will change, as well as some images.
  6. K

    Script ♛ SuperBans ♛ [Ban, Mute, Kick, Warn, Freeze, Antiswear, History, Guis, More+] [SK] - ♛ SuperBans Plus ♛ WARN FIXED ➪ 2.8

    NEW UPDATE! Removed the version string in the config.yml file. It was not needed since I added a new method. You can remove the "version: '2.6'" line of your config. The "check_for_updates" option is still in the config.yml file, and you mustn't remove it. Fixed the warn command. It was not...
  7. K

    Script ♛ SuperBans ♛ [Ban, Mute, Kick, Warn, Freeze, Antiswear, History, Guis, More+] [SK] - ♛ SuperBans Plus ♛ EPIC UPDATE ➪ 2.6

    NEW UPDATE! I've full recoded the skript. Added UUID support. Added config and messages files. There are now more than 50 messages editable. Added lots of options to configure. Changed the help message. Added a new command! "/punish". Added silent punishments! (read the description page)...
  8. K

    Solved Requesting skript "packager"

    Hi, I'm searching and learning how to package or obfuscate a skript. I know about WildSkript, but it's easy to deobfuscate. I was thinking about any addon wich reads the code automaticly throught google, so the skript code won't beve visible for humans. You must upload your skript code to...
  9. K

    Requesting skript "packager"

    Hi, I'm searching and learning how to package or obfuscate a skript. I know about WildSkript, but it's easy to deobfuscate. I was thinking about any addon wich reads the code automaticly throught google, so the skript code won't beve visible for humans. You must upload your skript code to...
  10. K

    I don't know how to create a config.yml like the one I've written

    Hello, as the title says, I want to create a config.yml like that: options: max warns: 4 dissallowed muted cmds: "msg" or "tell" or "helpop" messages: prefix: &c&lSuperBans &8» &7 ban screen message: - '&7Sadly, you were &cBanned &7from &6ServerName&7. Apply on our forums if...
  11. K

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

    AS I'VE ACHIVED A CONSIDERABLE NUMBER OF DOWNLOADS AND SEEN WITH THE REVIEWS THIS RESOURCE HAS LIKED SO MUCH, I WILL MARK IT AS A LITE VERSION. SUPERBANS WILL NOW ONLY BE UPDATED TO FIX BUGS. NO MORE FEATURES WILL BE ADDED TO THIS VERSION! I'M CODING THE PAID VERSION WICH WILL INCLUDE, AMONG...
  12. K

    Loop value variable loses values on stop

    Hi, I'm having troubles with my punishment skript (SuperBans). Every time a player is banned/tempbanned, he's added to {bans::*} and removed when unbanned. But on every server stop all the values of the variable {bans::*} are losed and rewrited with "null". I don't know what's wrong. I'm using...
  13. K

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

    NEW UPDATE! Now you can tempmute players using /tempmute PlayerName A reason must be here 1 day, 2 hours Tempmute permissions are: /tempmute -> sb.tempmute -> Tempmutes a player sb.tempmute.exempt -> Won't be tempmuted sb.tempmute.notify -> Get notified on new tempmutes Removed some unused...
  14. K

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

    NEW UPDATE! Finally I've decided to eliminate the version string in the configuration section of the skript, since it was not very useful and I never remembered to change when updating xd. Thank you for downloading and using SuperBans. I really like updating it, I want this to be updated as...
  15. K

    Solved Wait {var} seconds ERROR

    options: pistol reload: 1.5 pistol clip ammo: 10 set {_wait} to "%{@pistol reload} / {@pistol clip ammo}%" wait {_wait} seconds #If I send a message with the variable {_wait}, it's displayed correctly (0.15), but the it doesn't wait console error: #Can't understand this...
  16. K

    Give item with custom uses

    Hello, it's possible to give a player an used item, for example an item with 30 uses left? I'm trying to recreate a gun system, and when the gun needs more ammo, it recharges and I want to use item durability to make the recharging animation more user-friendly.
  17. K

    SuperBans -> Poll

    Hello, I've created a new resource (SuperBans) and I'm asking what is more usefull & important to add in future updates. Please, can you answer my poll? It won't take more than 4 minutes: https://goo.gl/VK9Q16 Thanks, @KroterPvP
  18. K

    set slot {slot} of player to {quantity} {item} named {name} ERROR

    Ok, this works, but I need help doing it with options: options: pistol slot: 4 pistol max ammo: 10 pistol name: &6Pistol pistol item: iron hoe command /pistol: trigger: set {pistol.maxammo.%player%} to {@pistol max ammo} set {pistol.item} to {@pistol item}...
  19. K

    set slot {slot} of player to {quantity} {item} named {name} ERROR

    I'm having errors with this part of code: command /xdlol: trigger: set {slot} to 4 set {quantity} to 1 set {item} to grass set {name} to "&6Pistol &8» &avalue" set slot {slot} of player to {quantity} {item} named {name} I tryed using this and it runs...
  20. K

    How to optimize this skript?

    Hello, I've created a new skript, but there are lots of sounds and the skript reloads within 2 minutes. I'm using SkQuerry, skript 2.2 benskus's edit 27-dev and Skellett. The problem is that I'm using this sentence, and it doesn't allow me to set a variable to a number, and then set this...