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

    How to get the item player will hold after change?
  5. 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.
  6. Z

    How to set damage of a projectile?

    How to set damage of a projectile? My minecraft version is 1.12.2. Thank you.
  7. 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...
  8. 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...
  9. 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.
  10. 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.
  11. 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.
  12. Z

    Type conversion can't be used (BUGs?)

    Minecraft version:1.12.1 Skript version:lastest I know: number to string number to item string to item
  13. Z

    set item to id or english name?

    How to set an item to id? such as set {_item} to item with id "272"
  14. Z

    loop file

    How to loop file in a folder?
  15. Z

    save item to yaml file

    Minecraft version:1.12.1 Skript version: latest. I used: set yaml value "item" from "0/item.yml" to player's tool I was holding 32 irons named "rusty iron" After that,in the yml file: item: !!ch.njol.skript.expressions.ExprTool$1$2 item: ==: org.bukkit.inventory.ItemStack type...
  16. Z

    Most quickly yaml

    Which addon's yaml reading and writing is the most quickly? Sorry for my bad english.
  17. Z

    Event about entity removing

    Is there a event about entity removing? For example,a event is called when a zombie removed by a plugin/die. Sorry for my bad english.
  18. Z

    Solved inventory click

    There is a item in slot,and a item in mouse cursor. On inventory click,how can i get the item in mouse cursor? Sorry for my bad english.
  19. Z

    inventory item

    How can i get the name of item in slot 1?
  20. Z

    FIRE DAMAGE

    on damage: damage cause is fire broadcast "FIRE!" But it only works while player is in fire block. Mc version:1.12.1 Skript version: lastest.