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

    Script Tools Script Deobfuscator

    Pikachu submitted a new resource: Script Deobfuscator - A simple deobfuscator for Skript obfuscators based around options. Read more about this resource...
  2. Pikachu

    Skript Tools Script Deobfuscator 2018-05-01

    Usage is found in the readme on github.
  3. Pikachu

    Skripting...

    post what the error is, it will be in console
  4. Pikachu

    Solved Any way to reset players endechest?

    clear player's ender chest
  5. Pikachu

    Solved PlayerSwap skript help again

    Post the internal error
  6. Pikachu

    Ranged Chat

    good solution, i would just do a couple style changes: on chat: first character of message is "!" set recipients to players in radius 15 around player set message to last (length of message - 1) characters of message
  7. Pikachu

    Official Join the skUnity Discord for quicker help!

    Usually you can get faster and better help in the skUnity Discord's skript help channels. Click here to join.
  8. Pikachu

    Solved A Question (or 2) About Console Commands

    actually, sounds are in vanilla now. Check bensku's docs for the syntax and make sure you're using the latest ver of skript
  9. Pikachu

    Pickup broadcaster

    expression item (within|inside) %entity%: get: return expr-1.getItemStack() on pickup: send "%(item within event-entity)'s name%" skript-mirror
  10. Pikachu

    Tab Name

    You cant easily do that. The game is hardcoded to accept up to 16.
  11. Pikachu

    Solved Any way to disable Villagers sound?

    a better solution: [(1¦un)]mute %entities%: trigger: if parse mark is 1: loop expressions 1: loop-value.setSilent(false); else: loop expressions 1: loop-value.setSilent(true);
  12. Pikachu

    Addon MundoSK

    this isn't a bug. nicknames are limited to 16 characters
  13. Pikachu

    How to access a skript global variable from "outside" ?

    look at the variables class
  14. Pikachu

    Is it possible a JAVA code in Skript to use?!

    no you cannot do that, but you can replicate that command in skript
  15. Pikachu

    JumpSlime

    are you incapable of doing anything yourself? if you aren't going to put in any work then use the requests section
  16. Pikachu

    How to create a GUI on GUI item?

    You can take items from skquery guis. it isn't a good solution
  17. Pikachu

    Addon skript-db

    You would have to grab the value, perform the operations you want to it, and then update the value in the database.
  18. Pikachu

    Identify if a link exists

    so reverse it. the concept is still right
  19. Pikachu

    Identify if a link exists

    This might work using reqn send a request to arg-1 if last http response is not set: send "invalid"