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

    get name of dropped item

    it gives me "<none>"
  2. G

    get name of dropped item

    for the first one it gives me "dropped item", and the second one it gives me "<none>"
  3. G

    get name of dropped item

    it gives me "<none>"
  4. G

    send function not working

    the send or message function is still not working :emoji_frowning:
  5. G

    get name of dropped item

    command /test: trigger: set {_loc} to location of player loop entities in radius 5 around {_loc}: broadcast "%loop-value%" when i run this code i get, but i want to get the name of the dropped item how would i do this?
  6. G

    send function not working

    still doesn't work
  7. G

    send function not working

    when ever i use the send or message function nothing happens. can anyone help? command /send: trigger: send "hi" message "ok" to player
  8. G

    Summoning dropped items

    thanks but i figured it out, i forgot to set {id} to be phrased as an item
  9. G

    looping all entity's in a chunk

    can you give me a example please?
  10. G

    looping all entity's in a chunk

    is there a way to loop all entity's in a specific chunk?
  11. G

    Summoning dropped items

    my code has no errors but it does not summon the dropped item. set {id} to dirt drop 10 of {id} at player's location can anyone help?
  12. G

    Tab error help

    when i reload my code it give me this error: Error: https://imgur.com/a/zwCrtnT Code: Options: Incorrent-Usage-Error: Correct Usage Is /ck give <player> <virtual/key> <crate> <amount> Options: Incorrent-Usage-Error: Correct Usage Is /ck give <player> <virtual/key> <crate> <amount>...
  13. G

    looping all entity's in a chunk

    when i try and loop all entity's in a chunk skript gives me a error.,can some one help me. Code: every second: loop {ichest::*}: loop all entitys in %chunk% at loop-value-1: if entity is a dropped item: set {_item} to %loop-value-2% add 1...
  14. G

    Yml

    What is the best way to create a config.yml for my skript projects, what is the best addon to do this?
  15. G

    Removing numbers from a Variable

    My code is: remove 1 from (mutetime.%loop-player) Errors: None
  16. G

    Removing numbers from a Variable

    why doesn't remove 1 from {mutetime} work?
  17. G

    looping blocks behind the player

    I am trying to make a sell sign skript and I need to check if there is a chest behind the sign
  18. G

    looping blocks behind the player

    is there a way to loop blocks behind the player
  19. G

    looping blocks behind the player

    Ok I would I'll look on the docs
  20. G

    looping blocks behind the player

    is there a way to loop the block behind the player or a specified location