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

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

  1. Nikd0

    Solved Locking specific inventory slot of player

    on inventory click: #possible conditions cancel event You may check player's clicked slot, world that player is in, ...
  2. Nikd0

    My string is showing as "<none>"

    found the wrong partadd arg 1 to {suslist::*}
  3. Nikd0

    warp system that work by blocks (help)

    oops, nevermind
  4. Nikd0

    Enchanting custom armor breaks script

    if victim is wearing leather chestplate of myenchantment named "&5Dragon Chestplate":
  5. Nikd0

    Every seconds broadcast all player's location

    every second: loop all players: broadcast "%loop-player's location%" as simple as that, but i would never do that (especially on a bigger server)
  6. Nikd0

    Solved checking above player has a block

    set {_x} to x-coordinate of location of player set {_y} to y-coordinate of location of player set {_z} to z-coordinate of location of player loop 10 times: add 1 to {_y} if block at location {_x}, {_y}, {_z} != air: add 1 to {_blocks} if {_blocks} > 0: send "There are blocks...
  7. Nikd0

    NBT of Advanced Enchantments

    it looks like it's name is "ae_enchantment;overload" instead of just ae_enchantment;overload try: set {_gov} to tag """ae_enchantment;godlyoverload""" of nbt of new armor item (in string, quoation marks must be doubled) not sure though, just trying to help
  8. Nikd0

    Open a gui in a gui using Tuske

    close current gui and open another (or delete and set all the items again)
  9. Nikd0

    Target block to the right of the player

    use west/south/north/east
  10. Nikd0

    [18:52:01 ERROR]: Can't compare a text with an integer (practice.sk, line 25: if "nodebuff-arena-1"

    You certainly have loads of errors there. Variable names must be in {} - read the basic documentation before even wanting help: - Skript: Variables (njol.ch) - Skript: Conditions (njol.ch)
  11. Nikd0

    Boss spawned by egg

    Please use this code don't forget to add tabs/spaces noone can read that
  12. Nikd0

    My string is showing as "<none>"

    remove the underscore in the variable name... and also, use [ code ]! {suslist::%arg-1%}
  13. Nikd0

    Chunk enter / chunk leave without on any move event

    There is an interesting question in the help request format - have you tried searching docs? https://docs.skunity.com/syntax/search/id:2702
  14. Nikd0

    Skript 1.9 help

    simple answer: don't use 1.9, it is outdated
  15. Nikd0

    Help with do an infnite water bucket

    huh?
  16. Nikd0

    warp system that work by blocks (help)

    1. send it as [ code ] 2. op is not a permission 3. there must be another tab/spaces after if (not sure if you have it - I CAN'T SEE ANYTHING FROM THIS) 4. location at 1, 2, 3 in world "world" 5. what are your errors? nobody's going to help when you just say "iT dOesN't WOrK"
  17. Nikd0

    Teleport Player From Current Location

    we don't know the error! you should always add it - now i don't know which part is wrong name of player's held item you may try having 4 different - west, east, south, north: chance of 25%: #teleport player 5 blocks west ...
  18. Nikd0

    warp system that work by blocks (help)

    i'm sure you don't mean this seriously - [ code ] please
  19. Nikd0

    Check if player is around location variable.

    Firstly, in just a single command/event/function etc., use variables starting with _ Secondly, this should work: on right click: clicked block is grass block set {_l} to location of clicked block wait 3 seconds if distance between player's location and {_l} <= 200: send...
  20. Nikd0

    How to insert quotes or colons in text

    Just double them: send "You can do ""this""!"