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_notifyNo framework dependency — works standalone on any server.
4
Verify
- Start your server and join
- You should see preview notifications appear (Success, Error, Info, Cooldown)
- Press M (default) to toggle the notification panel
- 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.
