Recent content by KillerCrazy25

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

    Skript Exception

    I have this error in my Console Exception in thread "Craft Scheduler Thread - 1" > [06:00:00 WARN]: org.apache.commons.lang.UnhandledException: Plugin Skript v2.2-Mineplex-Core-Patch generated an exception while executing task 9 at...
  2. K

    List Command

    I want to do it with variables but, i don't want to show "<none>" and i don't have idea how to do it without "<none>" Example: Owner, Admin, Mod, Premium, Donator, Default (1/80) [Player1, <none>, <none>, <none>]
  3. K

    List Command

    Hello, anyone knows how to do a /list command like this? https://gyazo.com/7a819c743838808ae0e7c68af0d56bcd here is my IMG if isn't posted
  4. K

    Autoclicker without variable

    Your error is here, you wrote if {clicks.%player%} >= 25: instead of if {clicks.%player%} => 25: Oh and you are checking the CLICKS of all time, if i click, my click will count to autoclick, if i pass 25 clicks i will be kicked xD, here is your code on left click: if {autoclicker} is...
  5. K

    ? UHC Scenarios ? ?

    Where are the download?
  6. K

    Skript snippets for VScode

    Where are the download?
  7. K

    Silent Chest Opening

    Hello, i need help making a Silent Chest, that is no opening animation and no sound animation right clicking a chest. I tried multiple times with loop-items, and the classic way with this code, it have no errors but it doesn't works, here is my code: on right click: if clicked block is...