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

    Tab complete

    Okay so I want tab complete to only show commands that I want, in my spigot.yml I set auto-tabcomplete to -1 to disable all of them, but how do I add certain commands to it that will show up? Like if you want /home it will show up in tab complete but /pl not
  2. Y

    Want to put other enchantments on tool, but it stopped working

    So im trying to make a custom enchantment for a tool but when i put any other enchantment on it (such as efficiency) it stops working, any1 knows how i can fix this? ``` on break: player is holding a diamond pickaxe with lore "&6 Teli pick": cancel event ```
  3. Y

    All players in a radius of 10 as loop players

    So im trying to make it so when you right click on a certain item it pushes every player in a 10 block radius away, now when i try this it only affects 1 player in the radius, why is this? loop 1 times: loop all players in radius 10 around spawned zombie: push %loop-player% backwards...
  4. Y

    How do i spawn an entity in the end dimension?

    I want to summon a zombie in the end dimension but i dont know how, ive tried a load of different things but none seem to work, here is how i want it to work: command /SpawnBoss1: trigger: spawn 1 zombie at 221 77 30 in dimension end but the last part doesnt work, ive tried to move the...
  5. Y

    Moving an armor stand

    Hey hey, so i was wondering if there is any way to change the position of an armor stand by using some form of key input, example: you press W and the armor stand moves 3 blocks away from your position (it is facing that way) if not possible with any key input, i would still want to see the code...