TwitchSpawn Versions Save

👾 TwitchSpawn is a Minecraft mod, which is designed for Twitch streamers using 3rd party streaming tools! (comes with its own language!)

0.6.3

3 years ago

797feaa - Added StreamElements compatibility for Loyalty Point Redemption event

1.6.3

3 years ago

7994348 - Added StreamElements compatibility for Loyalty Point Redemption event

1.6.2

3 years ago

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!)

0.6.2

3 years ago

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.

0.5.5

3 years ago

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

1.5.5

3 years ago

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

1.5.4

3 years ago

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.

0.5.4

3 years ago

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! 🎉

1.4.17

4 years ago

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

1.4.16

4 years ago

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.