SquadJS/plugins/auto-tk-warn
2020-06-13 15:33:44 +01:00
..
index.js Revamp mapvote plugin 2020-06-13 15:33:44 +01:00
README.md Fix incorrect plugin name 2020-05-22 22:50:00 +01:00

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
  }
);