Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 927 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 927 Bytes

Commander Change Log

Version 1.0.1

Second update of Commander mod. This update now makes Commander mod depend upon McLib (version 1.0.2) mod, and also adds multiple commands in line parsing.

  • Added multiple command parsin in one line using || construct
  • Added mclib 1.0.2 as a dependency (which in turns allow to use same math builder system as in McLib which has more functions)

Version 1.0

Initial release of Commander adds very basic features.

  • Added /forin <start> <end> <command...> command
  • Added @{...} constuction which can be used within commands to execute mathematical expressions, it supports same features as Aperture's math modifier
  • Added i, j, k, i_c, j_c, k_c, i_s, j_s, k_s, x, y, z variables