parsing

  • 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. erenkara

    Addon SkCheese 1.3

    SkCheese is a Skript addon which adds Skript related syntaxes that will likely not make it to official Skript. | Source Code | Syntax Wiki | Documentation | Support | This addon was made and tested in Skript 2.7.3 and 2.8. It may work on other versions but it is not guranteed...
  2. S

    Block to Loacation

    Hi, i´m really new in Skript, i read the documentation but still doesn't figure how to convert a variable of type block to location. Thanks. Nevermind... i feel dumb jaja I did i like this: %location of {block}%
  3. H

    Solved Unable to Sort List Variable (Confirmed Skript bug/issue)

    Fixed in Skript 2.3.6 Edit: Sorting has been broken since 2.2+ (lowest we tested, classified as a medium priority bug) and still isn't working. Check this issue for more information! Skript Version: 2.3.5 Skript Author: Bensku Minecraft Version: 1.12.2 (Spigot) *Please note I might be calling...
  4. W

    Solved Parse as time period

    Is this not supported? I seem to be completely unable to store a duration in a variable unless I state that duration explicitly in the skript; command /duration <string>: trigger: set {_old} to now wait 5 seconds set {_time} to arg 1 parsed as time period...
  5. T

    Reading lore of player's item

    Skript Version:2.2-dev29 Skript Author: bensku Minecraft Version: 1.12.1 --- Full Code: on right click on player: if name of clicked player is "&a&lTrader":#12 set {_lore::*} to lore of player's tool split by "||" loop {_lore::*}: set {parsed::*} to loop-text...