Skip to content

Releases: Slackow/PackScript

0.1.2

23 Apr 23:45

Choose a tag to compare

See README for usage

  • Add new update sub-command (python3 packscript.py update or python3 packscript.py u)
  • Add 1.20.5 pack_format as default with init
  • Add ns as global variable, represents the current namespace of the dps file you are in.
    ex: /function $ns:func

0.1.1

11 Apr 16:59

Choose a tag to compare

See README for usage

  • Fix issue when no Extra specified
  • Improve Error output from within .dps files
  • .fps files can now generate additional functions
  • Namespaces traversed in alphabetical order

0.1.0

11 Apr 05:56

Choose a tag to compare

See README for usage

  • Added Command Lines
  • Added Function Definitions
  • Added Create Statements
  • Added capture_lines() function
  • Added DataPackScript
  • Added FunctionPackScript