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. SkJson 2.8.5 - Fixed java issues and file writing

    CoffeeRequired
  2. Small fixes

    CoffeeRequired
    SkJson 2.8.3

    Doc's updated (SkUnity, SkriptHub)
    Skript version:

    • 2.7.0 - Beta 1,
    • 2.7.0 - Beta 2,
    • 2.6.4
    Changed
    1. small changes was also in the Execute web request
    ...
  3. Small fixes

    CoffeeRequired
    SkJson - 2.8.2 Small Fixes

    Updated examples,

    Added examples for JsonChanger,
    Also Using @NoDoc for Expression which are only auxiliary,
    Also fixed bug which caused that longer strings were not saved to cached json..
    Also modified debug system. [COLOR=rgb(239, 182,...[/URL]
  4. Big Changes! [Potencialy break Skripts]

    CoffeeRequired
    A lot of changes have been made, practically the whole addon is redesigned for performance reasons, some features are added but please read more on Github

    upload_2023-3-26_11-4-43.png

    Thanks CoffeeRequired!
  5. Bug fixing ItemStack, CustomModelData, Encoding, Performance, CleanUP

    CoffeeRequired
    skJson 2.7.0⚠️
    Introduce


    Hello everyone.

    - Fix small bugs
    - Fixed bundles
    - Cleanup code
    - fix Typos


    Example

    Code (Text):
    1. {
    2.   "items": [...
  6. pre-release skJson 2.7.0

    CoffeeRequired
    skJson pre-release 2.7.0⚠️
    Introduce

    > Hello everyone.

    - Fix small bugs #22 #21 #20
    - Fixed bundles
    - Cleanup code
    - fix Typos


    Example

    Code (Text):
    1. {
    2.   "items": [...
  7. 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...
  8. Updated 2.6.2

    CoffeeRequired
    ->
  9. 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}
    ...
  10. skJson (Mapping/Appending) 2.6.1

    CoffeeRequired
    skJson 2.6.1⚠️
    Introduce

    Hello everyone.
    Hotfixed issue #11 , also the #13
    Also was fixed all mapping / append / write issues.


    Please check SkriptHub or Wikipedia for syntax changes.
    ## ❌ If you found any bugs, feel free to post it.

    Sincerely, Coffee.

    Full Changelog: https://github.com/cooffeeRequired/skJson/compare/2.5.9...2.6.1