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

    Solved Skript BUG

    server:paper 1.12.2 skript:2.3.7 code: command /test [<text>]: trigger: add 1 to {_list::*} loop 5 times: loop {_list::*}: broadcast " lololo " stop loop...
  2. Z

    "can not save varibles"means it cann't save varibles to server cash or file?

    1.After use /sk reload xxx: [18:40:06 WARN]: [Skript] Cannot write variables to the database 'default' at su fficient speed; server performance may suffer and many variables will be lost if the server crashes. (this warning will be repeated at most once every 10 seconds) [18:40:06 ERROR]...
  3. Z

    Loop all yml files in a relative path

    how to loop all yml files in a relative path? Thanks,and sorry for my bad english.
  4. Z

    about tool change

    open the link but can't search anything?(already open the syntax types)
  5. Z

    about tool change

    How to get the item player will hold after change?
  6. Z

    Solved How to do this

    Thank you very much!!!!!!!!!!! And if if damage cause is projectile: don't work in my computer, will if "%damage cause%" is "projectile": work?
  7. Z

    Solved How to do this

    How to do this: When a player right click a wooden stick,make him shot a snowball that can cause 10 damage? Sorry for my bad english. My minecraft version is 1.12.2.
  8. Z

    How to set damage of a projectile?

    How to set damage of a projectile? My minecraft version is 1.12.2. Thank you.
  9. Z

    two problems

    I don't very understand saturation(after I visited the wiki), and I don't want to use ess if there are others can be used。 Thank you for your help,and I will wait for more answers.
  10. Z

    two problems

    1. Do you know any more plugins? 2. I want to set the REGAIN value.How can I do that?
  11. Z

    two problems

    1. command /test: trigger: send "%money of player%" My server uses valut and coins.But it sended "Can't understand this expression". "This expression requires Vault and a compatible economy plugin to be installed." What is a compatible economy plugin?Please give me an example?Ess...
  12. Z

    Solved How to get the player handing slot number?

    How to get the player handing slot number? My minecraft version is 1.12.2. I am sorry for my bad English.Hope you can understand it...
  13. Z

    Solved BUG

    I am very sorry about it. I said "I want to give player {amount} bread." because I am bad in English,I hope I can tell you my problem in an easy way,avoiding making grammar mistakes or other mistakes. Originally, my problem is I can't check whether the player has a certain number of a name...
  14. Z

    Solved BUG

    set {_num} to 5 set {_x} to {_num} of anything named "test" if player has {_x}: send "yes" It don't work. set {_x} to 5 of anything named "test" if player has {_x}: send "yes" It work.
  15. Z

    Solved BUG

    I want to give player {amount} bread. But code “give player {amount} bread“ is not ok.
  16. Z

    BUG

    command /test: trigger: set {_x} to 3 bread set amount of {_x} to 1 send "%amount of {_x}%" it send 3. I reported it before,but it did not be fixed in the newest version.
  17. Z

    BUG

    Minecraft 1.12.2 skript dev32d (lastest) command /test: trigger: set {_item} to 3 bread set amount of {_item} to 2 send "%amount of {_item}%" It sended 3,but not 2.
  18. Z

    Solved BUG

    I upgrade,but it still happen.
  19. Z

    Solved BUG

    Minecraft 1.12.1 skript dev32d (lastest) command /test: trigger: set {_item} to 3 bread set amount of {_item} to 2 send "%amount of {_item}%" It sended 3,but not 2.
  20. Z

    set item to id or english name?

    But i give {_test} to me. It do not work,either.