GnaspGames / Smelt

A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19 stars 4 forks source link

Add a JSON option to prefix all the following commands with an execute #4

Closed GnaspGames closed 8 years ago

GnaspGames commented 8 years ago

E.g.

{"executeAs":"@p"}

Would cause all future command to be prefixed with

/execute @p ~ ~ ~

Until the executeAs flag it reset to nothing:

{"executeAs":""}