[Any] SourceIRC Achievement Relay
Description:
Announces achievement events to IRC with name and description.Commands:
Example:
A Few Seconds Later...
sm_reload_achievement_relay - Reloads configsCvars:
- sm_achievementrelay_version - Plugin Version
- sm_achrelay_debug "0" - Set to "1" to print debugging info.
- sm_achrelay_timestamp "1" - Show/hide timestamps
- sm_achrelay_timeoffset "0" - Seconds to change timestamp by
- Match up the structure of the zip with your server's sourcemod folder.
This plugin supports any game that makes use of the achievement_earned event.Version History:
Achievements are indexed in the achievements.kv file. The copy included has data for TF2.
If people want to forward me index files for other games, I will add them to this post. However I probably will not create them myself.
This plugin will post messages to channels tagged with "achievements". See example:
sourceirc.cfg Example:
Code:
"#MyChannel"
{
"relay" "1" // Tell the RelayAll module to relay messages to this channel
"cmd_prefix" "!" // Ontop of calling the bot by name, you can also use "!" in this channel
"items" "1"
}
"#MyOtherChannel"
{
"ticket" "1" // Tell the ticket module to send tickets to this channel
"achievements" "1" // Prints all achievements to this channel
}
"#Ninja"
{
"achievements" "1" // Prints all achievements to this channel
}
- V1.1.0
- Initial release
Total downloads as prior to last edit: 0
Orignal From: [Any] SourceIRC Achievement Relay
Post a Comment