SquadJS/plugins/auto-tk-warn/README.md
2020-05-22 22:50:00 +01:00

630 B

Logo

SquadJS - Auto Teamkill Warning

About

Automatically sends a warning to players who teamkill to remind them to apologise in all chat.

Installation

// Place the following line at the top of your index.js file.
import { autoTKWarn } from 'plugins';

// Place the following lines after all of the above.
await autoTKWarn(
  server,
  { // options - the options included below display the defaults and can be removed for simplicity.
    message: 'Please apologise for ALL TKs in ALL chat!' // warning to send
  }
);