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

    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?
  2. 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
  3. G

    looping all entity's in a chunk

    is there a way to loop all entity's in a specific chunk?
  4. 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?
  5. 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>...
  6. 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...
  7. G

    Yml

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

    Removing numbers from a Variable

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

    looping blocks behind the player

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

    looping blocks behind the player

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

    looping items's in a chunk

    is there a way to loop all the items in a chunk
  12. G

    sneeking

    is there a way to check if the player is holding the shift key down
  13. G

    adding items to an inventory

    this gives me a error "add %event-block% to the {chestloc.%player%}'s inventory" the error is "Variables can not be used here" can anyone help?
  14. G

    holograms

    is there a way to get the text form a hologram
  15. G

    Books

    is there a way to set a variable to line one of a book
  16. G

    Options

    is there a way to get a list of the options and set one of the options into a variable
  17. G

    Spawning

    Is there a way to spawn a baby zombie with no movement. I have looked on the docs and the internet