GnaspGames / Smelt

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

added included plugin named delay #95

Closed mrjvs closed 7 years ago

mrjvs commented 7 years ago

beware: this uses markerTag fix and setJSON to work!!

GnaspGames commented 7 years ago

The support module you've added is very simular to what I already have in the Smelt support modules (plus there are different versions for MC 1.9/1.10.

See: https://github.com/GnaspGames/Smelt/blob/master/BangCommands/Included/smelt-for-1.11.mcc And: https://github.com/GnaspGames/Smelt/blob/master/BangCommands/Included/smelt-for-1.9.mcc

The only difference, you have a kill command at the end. Why is that?

/kill @e[tag=comDelayDone]

Doesn't the entity die in the next tick anyway?

mrjvs commented 7 years ago

You are absolutely right. I am not at my best the last few days. I shall commit some things to make them work with your support modules.