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

Working with json in skript

  1. Item Conversion in JSON (Form of Skript list) Supported!

    CoffeeRequired
    skJson 2.6.21⚠️
    Introduce
    Hello everyone.

    New conventors for json.

    • Fix small bugs, #18
    • Cleanup code
    • fix Typos
    Fixed.
    Code (Text):
    1.  
    2. command try:
    3.    trigger:
    4.        set {_test::*} to diamond sword named "&aA", apple, stone pickaxe
    5.        broadcast {_test::*}'s form with pretty print
    6.  
    7.        set {_test::item1} to diamond sword named "&aA"
    8.        set {_test::item2} to stone pickaxe
    9.        set {_test::item3} to apple
    10.  
    11.        broadcast {_test::*}'s form with pretty print
    12. on load:
    13.    execute console command "try"
    14.  
    15.  
    Please check SkriptHub or Wikipedia for syntax changes.

    ❌ If you found any bugs, feel free to post it.
    Sincerely, Coffee.

    Full Changelog: 2.6.2...2.6.21
Return to update list...