BAR can send timed notification popups to all players at regular intervals — useful for advertising your group, reminding players of rules, or highlighting features. Messages cycle through your list sequentially and repeat indefinitely for as long as the server is running.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Verveo/Basic-Admin-Remade/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
TheTimedNotifications table and its companion toggle live in ExtraSettings.lua:
Config fields
| Field | Type | Description |
|---|---|---|
[1], [2], [3], … | string | The notification text to display. Each numbered entry is one message in the rotation. |
WaitTime | number | Time in seconds to wait between broadcasting each notification. |
TimedNotificationsEnabled | boolean | Master toggle. Set to false to disable all timed notifications without removing your message list. |
Custom Notification Example
Here is an example configuration for a roleplay game that cycles through server rules and community links:To completely disable the timed notification system, set
TimedNotificationsEnabled to false. Your message list is preserved in the config and can be re-enabled at any time by flipping the toggle back to true.