Official plugins releases

Official plugins releases

SpringRTS Perl Autohost for Dedicated Server

Moderators: Moderators, Lobby Developers, SPADS AutoHost

User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Official plugins releases

Post by bibim »

As promised, here is the first SPADS plugin: CustomAliases

This plugin makes it possible to define your own aliases for all SPADS commands simply by editing the configuration file. Following aliases are predefined in the configuration file provided, and can be edited/removed:

Code: Select all

  !ev --> !endVote
  !h --> !help
  !rc --> !reloadConf
  !rck --> !reloadConf keepSettings
  !s --> !status
  !sb --> !status battle
  !su --> !searchUser
  !us --> !unlockSpec
  !w --> !whois
Quick install notes for SPADS plugins are available here.
The full list of official plugins is available here.
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: SPADS AutoHost beta release

Post by bibim »

A few more plugins for SPADS:

AutoPauseOnVote - automatically pauses the game when a vote is called
DownloadArchives - adds !dlmap and !dlmod commands for map and mod downloads
FirstWelcomeMsg - sends a message to a player the first time he joins the battle only
KickBanNextGame - changes !kickban behavior to ban temporarily for one game (obsolete since SPADS 0.11.28)
TrueSkillLimit - forces spectator based on higher/lower TrueSkill rating limits (obsolete since SPADS 0.11.30)
Last edited by bibim on 23 Mar 2013, 14:49, edited 2 times in total.
dansan
Server Owner & Developer
Posts: 1203
Joined: 29 May 2010, 23:40

Re: SPADS AutoHost beta release

Post by dansan »

Very Nice!
Didn't think spads would be so broadly customizable through plugins.
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: SPADS AutoHost beta release

Post by bibim »

2 new SPADS plugins available:

AutoSpec - auto warns/specs unsync/unready players with configurable thresholds
RequiredChannel - forces players to be in a channel before being able to join the battle
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: SPADS AutoHost beta release

Post by bibim »

FYI, some minor bugs have been fixed in following plugins:

AutoPauseOnVote (new version: 0.2)
FirstWelcomeMsg (new version: 0.2)
TrueSkillLimit (new version: 0.3)

You can update them easily just by replacing the .pm file and doing a "!plugin <pluginName> reload".
User avatar
FabriceFABS
Posts: 354
Joined: 28 Jul 2010, 16:20

Re: SPADS AutoHost beta release

Post by FabriceFABS »

Thx !
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: SPADS AutoHost

Post by bibim »

New SPADS plugins available:

Resign - adds !resign command and specific vote system to resign as a team
SpringieExtension - implements Springie/Zero-K lobby protocol extension
ZeroK - implements Zero-K specific functionalities
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: SPADS AutoHost

Post by bibim »

New SPADS plugin available:

InGameMute - adds !mute, !unmute and !mutes commands for in-game mutes
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: SPADS AutoHost

Post by bibim »

New SPADS plugin available:

RecommendedMap - chooses map automatically depending on game type and number of players
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

New SPADS plugin available:

DynamicMapRotation - changes rotation map list automatically according to battle context
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Re: Official plugins releases

Post by Jools »

That's a very nice plugin. Works very well also together with the maplists manager I wrote
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

New SPADS plugin available:

ReverseLookup - shows hostnames near IP addresses in !status output
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

The DownloadArchives plugin has been updated in version 0.2 to support the multi Spring data directory mode and to make the download functions easily reusable by other plugins. You can update the DownloadArchives plugin easily just by replacing the .pm file and issuing "!plugin DownloadArchives reload" (no need to restart SPADS).
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

New SPADS plugin available:

PreventVoteExploit - tries to prevent vote exploits using multi accounts
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

A minor bug has been fixed in the PreventVoteExploit plugin (new version: 0.2)

This version should fix the "Use of uninitialized value in numeric..." messages.
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

The PreventVoteExploit plugin has been updated to make it more efficient and configurable (new version: 0.3).

If you have version 0.1 or 0.2 already installed, you can update it easily like this:
- replace the .pm file in your SPADS plugin folder by the one of the archive
- place the .conf file of the archive in your SPADS etc folder
- issue "!plugin PreventVoteExploit reload" on your SPADS instance(s)
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

New version of the InGameMute plugin available (0.2):
Muted players can no longer bypass mutes by speaking in battle lobby (using lobby-to-game message forwarding functionality of SPADS)
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

Following plugins have been updated to be compatible with next SPADS version (0.12):
- FirstWelcomeMsg (0.4)
- InGameMute (0.3)
- ReverseLookup (0.2)

If you are currently using them, it is recommended to update them now (you just need to replace the .pm file) so they will still work when updating to SPADS 0.12.
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

The DownloadArchives plugin has been updated in version 0.4 to support TLS (https downloads). You can update the DownloadArchives plugin easily by just replacing the .pm file and issuing "!plugin DownloadArchives reload" (no need to restart SPADS).
User avatar
bibim
Lobby Developer
Posts: 952
Joined: 06 Dec 2007, 11:12

Re: Official plugins releases

Post by bibim »

New SPADS plugins available:

AutoRegister - automatically registers the lobby account used by SPADS if needed
ClusterManager - turns a SPADS instance into a manager of clusters of SPADS instances
Post Reply

Return to “SPADS AutoHost”