Skip to content

Releases: iGoodie/TwitchSpawn

TwitchSpawn 1.6.3 (MC 1.14)

27 Jun 23:50
Compare
Choose a tag to compare

7994348 - Added StreamElements compatibility for Loyalty Point Redemption event

TwitchSpawn 0.6.3 (MC 1.12)

28 Jun 00:09
Compare
Choose a tag to compare

797feaa - Added StreamElements compatibility for Loyalty Point Redemption event

TwitchSpawn 1.6.2 (MC 1.14)

27 Jun 21:46
Compare
Choose a tag to compare

391d301 - Fixed /twitchspawn simulate module ignoring message field.
2ec1bb8 - Added new placeholder; ${message_unescaped}
7280379 - Added feedback for EXECUTE TSL action errors.
617ce41 - Added new alias for /twitchspawn command; /ts
ac41f9c - Added a HUD indicator for global chat cooldown.
b266ed6 - Added CONTAINS comparator, for Twitch Chat Message's badges property.
6f8839b - Fixed a bug causing ${message} not to escape correctly, and break some rules eventually.
5494faf - Added new syntax to disable notification for only one rule; DISPLAYING NOTHING
42746b2 - Added Loyalty Point Redemption TSL event.
f39a3cd - Added chat cooldown preferences; chatGlobalCooldown, chatIndividualCooldown
f4cf795 - Re-implemented the whole Event Queue. Minor bugs related to it is also fixed with this refactor.
97ca396 - Added long-waited Twitch Chat Message TSL event.
706258f - Fixed a bug causing events coming from Twitch PubSub to trigger more than once. (Yes this time for good!)

TwitchSpawn 0.6.2 (MC 1.12)

27 Jun 21:45
Compare
Choose a tag to compare

797feaa - Fixed /twitchspawn simulate module ignoring message field.
0beaac2 - Added new placeholder; ${message_unescaped}
83676c3 - Added feedback for EXECUTE TSL action errors.
5531cd8 - Added new alias for /twitchspawn command; /ts
b46e306 - Added a HUD indicator for global chat cooldown.
0ddecc0 - Added CONTAINS comparator, for Twitch Chat Message's badges property.
84914cc - Fixed a bug causing ${message} not to escape correctly, and break some rules eventually.
4528506 - Added new syntax to disable notification for only one rule; DISPLAYING NOTHING
733727a - Added Loyalty Point Redemption TSL event.
84eb3ed - Added chat cooldown preferences; chatGlobalCooldown, chatIndividualCooldown
9f456ea - Re-implemented the whole Event Queue. Minor bugs related to it is also fixed with this refactor.
8943d1a - Fixed a bug causing events coming from Twitch PubSub to trigger more than once. (Yes this time for good!)
8943d1a - Added long-waited Twitch Chat Message TSL event.
4ef0792 - Fixed a bug causing EXECUTE action not to execute commands as the streamer.

TwitchSpawn 0.5.5 (MC 1.12)

16 Jun 11:10
Compare
Choose a tag to compare

065b06e - Hotfixed an SSL error causing Twitch PubSub tracer to fail connection.

TwitchSpawn 1.5.5 (MC 1.14)

09 Jun 23:02
Compare
Choose a tag to compare

4ae2bf8 - Hotfixed a weird bug which caused events to trigger actions more than once.
4ae2bf8 - Hotfixed /twitchspawn simulate module ignoring title field

TwitchSpawn 1.5.4 (MC 1.14)

09 Jun 21:16
Compare
Choose a tag to compare

a64aa9a - Added long-waited Twitch Channel Point Reward TSL Event, with title TSL predicate property.
d322f08 - Added autoStart preference to attempt automatically starting the mod once the world/server is loaded.
492fa92 - Added /twitchspawn quickrefresh command module to sequentially stop the mod, refresh all the configs and start the mod once again.
8615e0d - Fixed EXECUTE command miscalculating the percentage values, and displaying wrong error log for values adding up to more than 100%
d4f7e83 - Added hotbar as an inventory name for CLEAR, SHUFFLE, CHANGE and THROW TSL actions.

TwitchSpawn 0.5.4 (MC 1.12.2)

09 Jun 21:15
Compare
Choose a tag to compare

d33b016 - Added long-waited Twitch Channel Point Reward TSL Event, with title TSL predicate property.
387c29f - Fixed EXECUTE command miscalculating the percentage values, and displaying wrong error log for values adding up to more than 100%
eab424b - Added autoStart preference to attempt automatically starting the mod once the world/server is loaded.
f7d33de - Added /twitchspawn quickrefresh command module to sequentially stop the mod, refresh all the configs and start the mod once again.
51ab9d7 - Added hotbar as an inventory name for CLEAR, SHUFFLE, CHANGE and THROW TSL actions.
e4250fe - Fixed a few minor bug related to permissions. Thanks to Flemmli97's kind contribution! 馃帀

TwitchSpawn 1.4.17 (MC 1.14)

10 May 17:40
Compare
Choose a tag to compare

349d3ab - Hotfixed ${message} placeholder not evaluating.

TwitchSpawn 1.4.16 (MC 1.14)

02 Jan 14:52
Compare
Choose a tag to compare

767b0f3 - Added "random N player" selection syntax on REFLECT action.
0ecb118 - Added /twitchspawn execute module to perform immediate TSL actions.
3252fef - Fixed EITHER action crashing on empty action parameters or trailing OR word(s). Now, it will display a syntax error instead.
7c2c660 - 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",]%)
2132371 - Fixed an obscure client crash caused by the status indicator source. Thanks to UNKNOWN PENGUIN for pointing this issue out in the Discord!
ed52cd0 - Fixed FOR action ignoring DISPLAYING placeholders (Such as ${mobName}). Thanks to Generikb for pointing this issue out in the Discord!
c9436c1 - Fixed EITHER action totally ignoring the DISPLAYING message.