Skip to content

Releases: Senarc-Studios/Cool-Utils

Cool Utils 1.0.8

23 Oct 06:33
Compare
Choose a tag to compare

Changes:

  • Fixed Compilers
  • Working on Discord Utils.

Cool Utils 1.0.3

22 Oct 13:26
Compare
Choose a tag to compare

Features:

  • Compile List of strings into string. (utils.Compile.string())
  • Compile List of any items into string. (utils.Compile.to_string())
  • Compile List of numbers into 1 long number without adding them. (utils.Compile.numbers())
  • Format JSON with proper indent. (utils.format())
  • Register values into a JSON File. (utils.register_value())
  • Get values from a JSON File. (utils.get_data())