ArgEngine source v1.1

Details

  • Filename
    ArgEngine_source_v1.1.zip
  • Uploaded by
  • Uploaded
    Sep 2, 2014
  • Size
    30.64 KB
  • Downloads
    337
  • MD5
    a86955ae68a6e01c3d043514d0c3d918

Supported Bukkit Versions

  • CB 1.6.4-R2.0

Changelog

v1.1
+ If type mismatch check is enabled the value of a SELECTION type option will be check if value is allowed
+ Checking for incompatible arguments

v1.0
+ Option types: BOOLEAN, KEY_VALUE_PAIR, SELECTION, SETTING, ANY
+ Multiword arguments (with quotes)
+ Throwing exceptions on argument faults: UnknownArgument, ArgumentReqiured, TypeMismatch
+ An OptionsSheet can be loaded from a file or string
+ ArgEngine parser
+ ArgEngine special parser method