Skip to content

Core Notify

A polished notification system with animated gradients, sound effects, cooldown timers, and a draggable notification panel. Free edition — no framework dependency required.

Requirements

Framework
Standalone
Price
Free

Setup

1
Add the Resource

Place core_notify into your server's resources folder.

resources/
  [c8re]/
    core_notify/
2
Configure Position & Keybind

Open config.lua and adjust the defaults if needed:

lua
Config = {
    Preview = true,          -- Show demo notifications on startup
    MenuOpenKey = 'M',       -- Key to toggle the notification panel
    DefaultPosition = {
        ['bottom'] = '5%',
        ['right'] = '2%'
    }
}

See the Configuration page for full details.

3
Start the Resource

Add to your server.cfg:

cfg
ensure core_notify

No framework dependency — works standalone on any server.

4
Verify
  1. Start your server and join
  2. You should see preview notifications appear (Success, Error, Info, Cooldown)
  3. Press M (default) to toggle the notification panel
  4. Drag the panel to reposition it — your position is saved automatically

TIP

Set Config.Preview = false once you've confirmed everything works to disable the startup demo notifications.