Releases: iGoodie/TwitchSpawn
TwitchSpawn 0.4.17 (MC 1.12.2)
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.
TwitchSpawn 1.4.9 (MC 1.14)
TwitchSpawn 0.4.9 (MC 1.12.2)
TwitchSpawn 1.4.7 (MC 1.14)
- afaa14a - Added placeholder evaluation on FOR action. (It still only supports integer values)
- 7d4a2b3 - Fixed a bug causing preferences.toml interpreter not loading correct values upon correcting them.
- 7d4a2b3 - Added notificationDelay preference to control sleep time between event handlings.
- 500eee4 - Fixed a server crash caused by a concurrency error.
- 500eee4 - Added Twitch Subscription Gift event.
TwitchSpawn 0.4.6 (MC 1.12.2)
- e91b9bf - Added placeholder evaluation on FOR action. (It still only supports integer values)
- bf17d2a - Fixed a bug causing preferences.toml interpreter not loading correct values upon correcting them.
- bf17d2a - Added notificationDelay preference to control sleep time between event handlings.
- 59e1f53 - Fixed a server crash caused by a concurrency error.
- d6e3f23 - Added Twitch Subscription Gift event.
- 61384b1 - Fixed evaluation of ${tier} when the value is 0. It was evaluating "0" instead of "Prime"
TwitchSpawn 1.4.4 (MC 1.14)
- 6cabf65 - Added tier property on Twitch Subscription event. Also added ${tier} placeholder respectively.
- 2e46f3e - Fixed a bug that was causing item parser to fail on unescaped item text. (E.g DROP %apple{Unix:${unix}}%)
- d9221ca - Added German (de_DE) translations of test module responses. (Thanks to Sebastian Knackstedt for his contribution!)
TwitchSpawn 0.4.2 (MC 1.12.2)
- 4e731ab - Added
tier / subscription_tier
property on StreamElements socket - ce2a536 - Added
tier / subscription_tier
property on Streamlabs socket - 1a1f304 - Fixed a bug causing parser to think item text is invalid upon unescaped placeholder usage. (E.g
DROP %apple{Unix:${unix}}%
) - 1a1f304 - Fixed a bug causing simulate module to remove spaces in event parameter.
TwitchSpawn 1.4.2 (MC 1.14)
- d451b0a - Changed mod description on the Mods section.
- d451b0a - Added ${date}, ${date_utc}, ${time_utc} and ${unix} placeholders.
- d451b0a - Fixed a bug causing some of Twitch Subscriptions not to trigger any action if it is a resub.
- 14086bd - Fixed a bug causing EITHER action to display messages twice.
- 14086bd - Added notificationVolume and notificationPitch preferences to control notification sound parameters.
- 14086bd - Added messageDisplay preference to change how the messages are displayed.
- 300fc1e - Fixed a bug causing /twitchspawn reloadcfg module not to work, if player is in singleplayer but not in credentials.toml.
TwitchSpawn 0.3.14 (MC 1.12.2)
- 947bff4 - Added ${unix} placeholder.
- b5e426c - Improved creation of preferences.toml. It will now generate missing fields with proper comments above them.
- ee311c0 - Added ${date}, ${date_utc} and ${time_utc} placeholders.
- 819c7ec - Fixed a fatal issue causing TwitchSpawn not to notify users about the status upon joining a server.
- 15c02ce - Fixed an issue causing /twitch simulate module to show command usage upon a long NBT input
- e1126a8 - Fixed an issue causing EITHER action to notify user twice.
- 7cb74d9 - Added notificationVolume and notificationPitch preferences to change the volume and pitch of notification sound.
- 7cb74d9 - Added messageDisplay preference to change how the messages should be displayed.
TwitchSpawn 0.3.6 (MC 1.12.2)
- 9467b7e - Fixed a bug causing /twitchspawn reload module ignoring singleplayer OP players and thinks permissions are missing
- b94522e - Fixed a bug causing /twitchspawn simulate module not to work when event name included a space character
- 07f1151 - Fixed a bug causing Twitch Subscription rules sometimes not to work on resubs
- f4fc46c - Fixed a bug causing a crash while loading TSL including any item from other mods
- 08ca0bd - Added optional metadata parameter on CHANGE action
- a402f2c - Added optional metadata parameter on DROP action