Skip to content

TwitchSpawn 0.4.17 (MC 1.12.2)

Compare
Choose a tag to compare
@iGoodie iGoodie released this 02 Jan 14:50
· 37 commits to 1.12.2 since this release

5b81a88 - Added "random N player" selection syntax on REFLECT action.
55df8d6 - Added more detailed information on item parsing errors. Invalid item word(s) will show a more specific syntax error instead of a generic one.
9723dda - Added /twitchspawn execute module to perform immediate TSL actions.
53e6086 - Fixed EITHER action crashing on empty action parameters or trailing OR word(s). Now, it will display a syntax error instead.
f15a891 - Fixed internal handling crash caused by trailing comma (,) characters in DISPLAYING messages. Now they will be ignored and won't crash. (E.g DISPLAYING %["A","B","C",]%)
500e257 - Fixed an obscure client crash caused by the status indicator source. Thanks to UNKNOWN PENGUIN for pointing this issue out in the Discord!
19a92fe - Fixed FOR action ignoring DISPLAYING placeholders (Such as ${mobName}). Thanks to Generikb for pointing this issue out in the Discord!
07a2763 - Fixed EITHER action totally ignoring the DISPLAYING message.