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

    Crafting Recipe Help

    Tuske is the best solution for recipes these days
  2. Pikachu

    me wants some help

    Please don't help this dude, he got banned on the skUnity server for spamming all of the chats.
  3. Pikachu

    Specator On Join

    Spectator mode wasn't implemented in 2.1.2. Upgrade skript.
  4. Pikachu

    Chest Gui need help

    Use tuske guis
  5. Pikachu

    Solved Skript armor

    Yeah dude fuck that guy for trying to help
  6. Pikachu

    Solved An internal error occurred... Help?

    Try on dev25 https://drive.google.com/file/d/0B8FRm4qNtysaU1NlUllQWHlTem8/view
  7. Pikachu

    Issue with options - what is wrong here?

    Yes, it's because you're trying to give a string. parse it as an item and it will be fixed give (random element out of split "{@sword_material}" at ",") parsed as an item to player
  8. Pikachu

    Issue with options - what is wrong here?

    What he had is supposed to be valid, however a parser bug has currently broken it.
  9. Pikachu

    Solved Projectile Trails

    Take a look at this code i made for somebody else the other day function setMetadata(n: string, t: object, o: object): set {_args::*} to {_n} and new {FixedMetadataValue}({metadata::Skript} and {_o}) if {_o} is not null ref: {_t}.setMetadata({_args::*}); else: set {_args::*} to...
  10. Pikachu

    Issue with options - what is wrong here?

    The aliases section is a much better fit for this. To fix this error, you can do split x at x instead of x split at x
  11. Pikachu

    Solved jsonSK error

    Based on the error you were getting, you were actually running something between dev26 and dev28
  12. Pikachu

    Solved jsonSK error

    Update your skript
  13. Pikachu

    Anyone who has time and can could help me?

    IIRC the event being broken isn't a bug on Skript's side
  14. Pikachu

    Solved How to give a custom skull

    That isn't skellett. It's vanilla skript. I feel like i've said this before.
  15. Pikachu

    Skript - Mirror Event Help

    You don't have to import the event class to use the event, and you are using the java call expression wrong. I don't really see why you are doing this though, vanilla skript has both on chat and chat format
  16. Pikachu

    Spectators blocking arrows

    Disable their entity collision
  17. Pikachu

    Solved Problem with GUI

    Or the proper alias, red glass
  18. Pikachu

    Solved way to refresh menu

    Because functions exist. I suppose nothing is wrong with them besides the fact you're needlessly relying on a abandoned addon
  19. Pikachu

    Solved way to refresh menu

    Why are you using subroutines in 2017?