SquadJS/plugins/team-randomizer
2020-05-15 18:42:39 +01:00
..
index.js SquadJS v1 2020-05-15 18:42:39 +01:00
README.md SquadJS v1 2020-05-15 18:42:39 +01:00

Logo

SquadJS - Team Randomizer

About

The team randomizer randomly moves players to a team when !randomize is called in admin chat.

Installation

Place the following into your index.js file. The options below are optional and can be removed without affecting functionality, however, the default options are shown for reference.

teamRandomizer(
  server,
  { // options - remove or edit the below options. The defaults are shown.
    command: '!randomize', // the command name used to access the feature
  }
);