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

    Citizen range & loop-citizen

    Sorry lol. on damage of a player: if {test} is "yes": attacker is a player: send attacker title "&7..." with subtitle "&ctest" for 2 seconds set {_plus} to a citizen near 5 blocks of attacker # don't worrk make citizen {_plus} fight attacker # don't work When the player...
  2. F

    Citizen range & loop-citizen

    How can I set a citizen near 5 blocks of the player?
  3. F

    How do I add a lore to a tool

    if "%lore of player's tool%" contains "&atest": apply haste 1 to player for 100 days else: send "You don't have the lore '&atest'" to player
  4. F

    Named lava buckets wont stack

    Because the bucket has got 16 items for create a stack... Read here.
  5. F

    Citizen range & loop-citizen

    Excuse me could you give me an example to fix it? [For loop] I would to loop all citizens around the player, when there is a npc near the player the variable "{test}" will be set to "yes"
  6. F

    Citizen range & loop-citizen

    Goodnight, SkUnity. I've got problems with this part of code, How can I fix it? (Minecraft 1.8) every second in "world": loop all players in radius 5 around player: # don't work if loop-player is not a citizen: #don't work set {test} to "no" on npc left click: # How can...