
KittehKun
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Created mod
# Welcome Messages
This mod replaces the Beta warning message with a **custom welcome message** pulled from a collection of messages, each with a title and description. A new message is chosen at random every time the server starts, giving your SPT experience a little personality.
# Features
- Replaces the default Beta warning message on server start
- 50+ messages (title + description pairs)
- Messages loaded from `appsettings.json`
- Random message chosen each server launch
# Installation
1. Download the mod and extract the folder.
2. Move `kitteh-welcome-messages` into your mods directory: `<YOUR SPT INSTALL>/SPT/user/mods`
3. Start your SPTarkov server, your new welcome message will appear.

# Customization
1. Open the `appsettings.json` file with a text editor located in `kitteh-welcome-messages/config`
2. You edit, add, or remove entries as you see fit.

# Uninstallation
1. Stop the server if it's running.
2. Delete the `kitteh-welcome-messages` folder from the mods directory.
3. Restart the server, the default Beta warning returns.
Oct 12, 2025 11:52 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.