/twitchspawn
or /ts
) which has multiple modules./twitchspawn start
Description: Starts TwitchSpawn by connecting to Socket APIs with the credentials declared in credentials.toml.
Prerequisite: Only streamers, their minecraft moderators, any command block or dedicated server console can use this module./twitchspawn stop
Description: Stops TwitchSpawn by disconnecting from Socket APIs.
Prerequisite: Only streamers, their minecraft moderators, any command block or dedicated server console can use this module./twitchspawn status
Description: Displays TwitchSpawn's current status (ON or OFF) on command sender's chat.
Prerequisite: None. Anyone can use this module./twitchspawn reloadcfg
Description: Reloads configurations without requiring a server restart.
Prerequisite: Only streamers, their minecraft moderators, any command block or dedicated server console can use this module. TwitchSpawn MUST be offline in order for this module to work. /twitchspawn rules [<streamer_nick>|default]
Description: Displays currently loaded rulesets. If a streamer nick is present, displays a summary of loaded ruleset associated with that streamer.
Prerequisite: None. Anyone can use this module./twitchspawn quickrefresh
Description: Sequentially stops mod, reloads configs and starts the mod again. Perfect for test purposes.
Prerequisite: Only streamers, their minecraft moderators, any command block or dedicated server console can use this module./twitchspawn simulate <event_simulation_json> [<streamer_nick>]
Description: Simulates an event with given json data for given streamer nick and handles it normally. (Default streamer nick is same as using self selector @s
)
Prerequisite: Only streamers, their minecraft moderators, any command block or dedicated server console can use this module./twitchspawn test <streamer>
Description: Starts simulating each rule in given streamer's ruleset. This way streamers can test their rulesets before their streams!
Prerequisite: Only streamers, their minecraft moderators, any command block or dedicated server console can use this module./twitchspawn execute <tsl_action>
Description: Parses and performs given TSL action script on the streamer. The event is generated randomly though. Ideal for experimenting with TSL actions without having to write a ruleset!
Prerequisite: Only streamers, their minecraft moderators, any command block or dedicated server console can use this module.