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

    Anvil Editor

    How can i make something like this from mineplex: https://gyazo.com/693ae55e3632079cbf61e3bcf50f01cc I want this to make players search like mineplex. My mc version is 1.12
  2. X

    Signs

    How can i make a player edit a sign like shown on this gif https://gyazo.com/fd6ae584f44e7cb34befa71222505db5 My mc version is 1.12
  3. X

    Right click

    How can i check when a player clicks on a armorstand and how do i get the name of the clicked armorstand because on right click does not work for me?
  4. X

    On region enter

    I am trying to check when a player enters a region but it gives an error Error: https://gyazo.com/733ed025cb1be9b3539e0362b4a5a6c9 Skript Version: 2.2 https://gyazo.com/f165adc9eb2fb294ec42f3f26b9049fd Mc Version: Spigot / CraftBukkit? 1.8.9 https://gyazo.com/dac923540e0a9347583afcc6fdd79a2c...
  5. X

    Move Citizen

    Hey skripters, I am trying to make a Citizen or Npc move to a specific location This sould be posible with the addon SkRayFall. https://www.skunity.com/search?search=Move+citizen I tried this in the following way: on npc right click: set {_} to "%event-number%" move citizen {_} to location...
  6. X

    MundoSk packets

    I am trying to use play_client_look packet but i don't exactly now how to use it, is there any tutorial for how this works? I would like to rotate the player using this so how can i do that?
  7. X

    Arg 1 is not set

    I am trying to use If arg 1 is not set: and it gives an internal error. Can someone help?
  8. X

    GuardianBeamAPI

    I have got a quick question. I have tried using the GuardianBeamAPI from WolvSK but it gives errors. https://gyazo.com/152541c4b104296395f24cb309147b03 This is the code: ``` create guardian beam from {_Loc} to {_Loc2} named "%player%" wait 10 seconds stop guardian beam named...