Full command line for adding objects
patrick-layden opened this issue ยท 1 comments
(Copied from BukkitDev)
Currently to add items to the stores requires a sequence of commands to be initiated.
example: I have 16 obsidian
Your steps currently are
/ms add obsidian 16
/ms price obsidian ###
/ms status obsidian [none|trade|buy|sell]
I would like to see something along the line of
/ms add obsidian 16 --price ### --status [none|trade|buy|sell]