Skip to content

vohk/team-randomizer-round-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Team Randomizer End Round

This plugin is a modified version of the original Team Randomizer plugin for SquadJS. Rather than fire immediately, it queues the change for the END_ROUND event and broadcasts every 10 minutes about the upcoming change.

Configuration

{
  "plugin": "TeamRandomizerRoundEnd",
  "enabled": true,
  "command": "randomize",
  "interval": 600000
}

command and interval are optional. The default warning broadcast interval is 10 minutes.

To Do

  • Replace the sorting algorithm with one that randomly selects half the players on each team and swaps them.

About

Randomizer plugin for SquadJS that fires at round end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published