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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. M

    Can I prevent minecart push using skript?

    Skript Version (do not put latest): Skript v2.5-alpha2 Skript Author: Bensku Minecraft Version: 1.12.2 I don't have any code yet, but how can I prevent player pushing minecart outside it, or moving it by using WASD when the player is in the cart? So that I can make something like traincart...
  2. M

    Solved loop entities in radius around command sender not working in command block

    Skript Version (do not put latest): Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.12.2 Code: command /test: trigger: broadcast "1" loop all entities in radius 5 around command sender: broadcast "%loop-entity%" if "%loop-entity%" is...
  3. M

    Got severe error on loading TuSKe 1.8.2

    Console Errors: [01:51:35] [Server thread/INFO]: [Skript] Enabling Skript v2.4.1 [01:51:37] [Server thread/INFO]: [Skript] Loaded 18237 aliases in 2036ms [01:51:37] [ForkJoinPool.commonPool-worker-1/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running the latest stable version...
  4. M

    Solved Failed to check if player is holding an enchanted item

    Skript Version: Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.12.2 I want to check if a player is holding an item as follow: on right click: if player's tool is Name Tag of Unbreaking 5: (do something) But when I use a Name Tag with Unbreaking 5 enchantment to right...