Skip to content

Releases: fajnyCreeper/SELevelCommands

Release 1.0.0-beta.2

16 Mar 09:20
82271ab
Compare
Choose a tag to compare

Changelog

  • Added support for custom variables

Custom variables

Database

In database, you add your custom variables with ${number}, so for example Howdy ${1} how are you doing?

There can be unlimited amount of variables and can be placed in any order.

URL

You can add custom variables by adding params[] parameter to your query.

Calling patterns

After you have successfully added pattern to your database, you can add command to StreamElements following this example:

${customapi.example.com/selevelcommands/api/chat.php?key=75fBu4EP4U2YTTbh&pattern=jNACabNDNA&level=${sender.level}}

Release 1.0.0-beta.1

15 Mar 22:53
c460e2c
Compare
Choose a tag to compare

User level dependent commands

Allow you to get different response based on user level

Calling patterns

After you have successfully added pattern to your database, you can add command to StreamElements following this example:

${customapi.example.com/selevelcommands/api/chat.php?key=75fBu4EP4U2YTTbh&pattern=jNACabNDNA&level=${sender.level}}