1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon skJson 2.7,0

Working with json in skript

  1. skJson 2.6.2 Support java 11, Automatic parsing

    CoffeeRequired
    skJson 2.6.2⚠️
    Introduce


    Hello everyone.

    - New conventors for json.
    - Adding automatic parsing.
    - Cleanup code
    - fix Typos


    From
    Code (Text):
    1. command test:
    2.     trigger:
    3.         set {_loc-json} to json from player's location
    4.         set {_loc} to {_loc-json} parsed as a location
    5.         teleport player to {_loc}
    To
    Code (Text):
    1. command test:
    2.     trigger:
    3.         set {_loc-json} to json from player's location
    4.         teleport player to {_loc-json}
    Please check SkriptHub or Wikipedia for syntax changes.
    ❌ If you found any bugs, feel free to post it.


    Sincerely, Coffee.

    What's Changed
    * New Conventors by @cooffeeRequired in https://github.com/cooffeeRequired/skJson/pull/14

    Full Changelog https://github.com/cooffeeRequired/skJson/compare/2.6.1...2.6.2
Return to update list...