Tribe & Player MOTD

Unmaintained Tribe & Player MOTD 1.2

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
The "Unmaintained" prefix is a technical term often used in the development world to signal that a specific piece of code, feature, or a resource is no longer actively managed or updated by its creators. It's similar to a 'Beware' sign on a physical property, warning visitors to proceed with caution.

For instance, if a developer creates a resource for other users to use, but later decides not to continue updating it due to various reasons like time constraints or shifting focus to other projects, they might attach an 'unmaintained' tag to it. This tag serves as a clear indication to other users that while they can still use this resource, they should be aware that it may not be up-to-date with the latest coding standards or security updates.

From a user perspective, an 'unmaintained' tag can help yourself identify resources that may not provide the best experience or security. It signals that the resource in question may have outdated features, potential security vulnerabilities, or bugs that are unlikely to be fixed.
Tribe & Player MOTD
Allows tribe and server admins to set a MOTD for other players

Chat Commands:
  • /SetMotd <Message> - Changes a MOTD (only for tribe admins). Example: "/setmotd Hello tribe members!".
Console Commands:
  • SetTribeMotd <TribeID> <Message> - Changes a MOTD for the specific tribe.
  • SetPlayerMotd <SteamID> <Message> - Changes a MOTD for the specific player.
  • RemoveTribeMotd <TribeID> - Removes a tribe MOTD.
  • RemovePlayerMotd <SteamID> - Removes a player MOTD.
Configuration:
JSON:
{
  "MessageType":"ServerChat", // Possible options are "ServerChat" or "Notification".
  "Color":[
    0,
    1.0,
    0,
    1.0
  ],
  "DisplayScale":1.3, // Only for notifications
  "DisplayTime":10.0, // Only for notifications
}

Latest updates

  1. 1.2

    Added admin commands to set a motd for tribes and players Some improvements
  2. 1.1

    Updated for the latest game version Added tribe name to MOTD
Tebex
Tempest Dedicated Servers
Back
Top