Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.19 KB

File metadata and controls

32 lines (30 loc) · 1.19 KB

True Welcomer Welcome new users, Welcome back old users, and say goodbye to users leaving.

Configuration

{
  "Debug Mode": false,
  "Show Join Messages": true,
  "Show Welcome Messages": true,
  "Show Leave Messages": true,
  "Clears the Data List on wipe": true,
  "Steam User Icon ID": 0,
  "Hide Players with AuthLevel": false,
  "AuthLevel to Hide. 0 - Both, 1 - AuthLevel1, 2 - AuthLevel2 ": 0,
  "Hide Players With Permission": false,
  "Private Welcome Messages - Welcomes the user privately.":  false,
  "Private Join Messages - Welcome backs the user privately.": false,
  "Show Country Code - If Disabled does not make any API Calls.": false
}

Localization

{
  "OnWelcome": "Welcome, <color=#ff7675>{0}</color>, to the server!",
  "OnJoin": "Welcome back, <color=#ff7675>{0}</color>, to the server!",
  "OnLeave": "Goodbye, <color=#ff7675>{0}</color>!",
  "NoPermission": "You do not have permission to run this command!",
  "NowHiding": "Users will no longer be alerted when you join or leave the server.",
  "NowShowing": "Users will now be alerted when you join or leave the server.",
  "ServerConfigAlert": "Due to the Server's Config, your preference will be ignored."
}