openplanet-nl / plugin-signing

The place to request plugin signatures.
7 stars 1 forks source link

Twitch Chat Bot Renewed 1.0 #115

Closed bmx22c closed 3 years ago

bmx22c commented 3 years ago

Plugin description

Twitch Chat Bot Renewed is a plugin that will send informations regarding maps, server, link to the map, personal best times and checkpoints to a database that you can configure in your Stream Platform (Streamlabs, Streamelements or else). You can also configure every field with custom ones.

Did you provide a perms meta value or a #perms preprocessor option?

No.

Did you use Permissions.as?

No.

Plugin draft

https://openplanet.nl/files/142

Attach your plugin

TwitchChatBot.zip

codecat commented 3 years ago

You have siteid commented out (and the wrong ID) in info.toml, that's probably unintended?

codecat commented 3 years ago

Also, you don't have to do this for signing, but perhaps you could make an option to enable/disable this manually so that when a streamer isn't streaming while playing, their status isn't uploaded to your server all the time?

bmx22c commented 3 years ago

You have siteid commented out (and the wrong ID) in info.toml, that's probably unintended?

Oh yes that's because I copied the file from another plugin because I didn't know the formatting. I'll update it with the correct ID.

Also, you don't have to do this for signing, but perhaps you could make an option to enable/disable this manually so that when a streamer isn't streaming while playing, their status isn't uploaded to your server all the time?

Mhh... I don't know how I could do that... I don't want to implement Twitch API because I want to offer the streamer the freedom of streaming wherever he wants to.

Here is the updated .zip file :) TwitchChatBot.zip

codecat commented 3 years ago

You could do it with a menu option if you don't want to talk with the Twitch API directly.

Anyway, looks good! 👍

TwitchChatBot.zip

bmx22c commented 3 years ago

Thank you !