FastBurst
Displays a message when a player joins the server for the first time

Supported Games
GameServerKingsGameServerKings

Displays a messages when players join your server for the very first time. No permissions needed.

Features

  • Set a Chat Icon or leave black to use the default Rust Chat Icon
  • Set a Custom Prefix in the config
  • Set to broadcast to all players on new player joined
  • Set to send a Welcome Message to the new player when they join

Note: Messages are only sent on the very first join of the new player

Configuration

{
  "General Settings": {
    "Announce to all players": true,
    "Display a welcome message for new player": false,
    "Enable Chat Prefix": false,
    "Chat Prefix": "[Welcome Announcer]",
    "Chat Icon (example 7656110000000000)": 0
  },
  "Version": {
    "Major": 2,
    "Minor": 0,
    "Patch": 2
  }
}

Localization

{
  "Announce to all": "<size=13><color=green>{0} is a new player, be helpful and try not to KOS!</color></size>",
  "Welcome to newplayer": "<color=green>Welcome to the server, {0}! Have a good time!</color>"
} 

MIT License


Copyright (c) 2021 FastBurst


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.