parse

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

    Parse XML????

    I got a XML from an API, and i'd love to know how to parse XMLs in Skript. I searched https://docs.skunity.com/syntax/search/xml , but I found nothing. Any help?????
  2. Tinkot

    Solved set {_loc} to 3 blocks west of {location} ---- (how?!?)

    so i am making minigames skript and i want to set a location near another location. it works for teleporting players to a location near the variable Teleport player 3 blocks west {location} but i cant figure out how to set a variable near a location of another variable
  3. 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...