Skip to content

skJson 2.6.2 Support java 11, Automatic parsing

Compare
Choose a tag to compare
@cooffeeRequired cooffeeRequired released this 25 Jan 15:20
· 387 commits to main since this release

skJson 2.6.2⚠️

Introduce 🟢

Hello everyone.

New conventors for json.

  • Adding automatic parsing.
  • Cleanup code
  • fix Typos

From

command test:
    trigger:
        set {_loc-json} to json from player's location
        set {_loc} to {_loc-json} parsed as a location
        teleport player to {_loc}

To

command test:
    trigger:
        set {_loc-json} to json from player's location
        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

Full Changelog: 2.6.1...2.6.2