Recent content by eChris

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

    Ranged Attacks

    Hi, I'm trying to make Mages shoot ranged shots that only travel for 3 blocks. Currently I'm using this to shoot stuff: on shoot: projectile is arrow: if shooter is holding a hoe: while ground state of projectile is false: play green spark at projectile...
  2. E

    Double Messages

    07.03 19:07:56 [Server] INFO eChris issued server command: /skills 07.03 19:07:56 [Server] INFO eChris [7af87a08-170a-49be-8a1d-7dc8a89ba3e4]: /skills When I run Skript based commands my console log looks like that. Apparently my player is running two of the same command? When I use any Skript...