[ STANDALONE ] Wasabi's Notify System

Wasabi Notify :bell:

:shopping_cart:Buy Now - $9.99


Background

As a part of my mission to provide a set of comprehensive and essential UI components for my customer’s server - I am offering an extensively customizable notification system. With the same quality upheld like all of our products; this one is sure to set your server apart from the thousands of others!


Features

  • Pre-configured with 4 styles (success, warning, error, and info)
  • Ability to add additional styles to config.lua
  • Easy docs and instructions for replacing your default framework’s notifications - Compatibility with growing list of other notification system exports (See docs for full current list)
  • Customizable icons per notification
  • Customizable colors per notification
  • Customizable icon size per notification
  • Customizable font color per notification
  • Customizable background color per notification
  • Supports markdown text for formatting
  • Gradient colors for progress support
  • Persistent notification using id parameter

Frequent updates planned


Configuration

config.lua
Config = {}

---------------------
-- UPDATE SETTINGS --
---------------------
Config.CheckForUpdates = true -- Check for updates(Recommended: true)

----------------------
-- DEFAULT SETTINGS --
----------------------
Config.Default = {
    position = 'top-right',                      -- position options: 'center', 'top-right', 'top-left', 'right', 'left', 'bottom-right', and 'bottom-left'
    time = 3500,                                 -- Time in MS to show notifications by default if not defined
    iconSize = '1.5rem',                         -- Default icon size if shown and not defined. (Default is 1.5rem)
    fontColor = '#b5b3b3',                       -- Color, hex, etc (default: '#b5b3b3')
    backgroundColor = 'rgba(80, 80, 80, 0.651)', -- Background color of notification (default: 'rgba(80, 80, 80, 0.651)')
}

----------------------------
-- COMPATIBILITY SETTINGS --
----------------------------
-- Switching from another notification system?
-- Save time & effort by enabling this option and automatically
-- replacing functions and events from the following resources:
-- okokNotify,mythic notify, brutal notify, 
Config.AutoCompatibility = true

------------------------
-- NOTIFICATION TYPES --
------------------------
Config.NotificationTypes = {

    info = {                                     -- Type of notification to use in 'type' parameter of notification exports
        icon = 'fa-solid fa-circle-exclamation', -- Fontawesome icon to use, or false to not show an icon
        color = '#1c2ae2',                       -- Color of the notification gradient 1
        color2 = '#3a44c9',                      -- Color of the notification grandient 2 (if not defined, it will be the same as color)
        sound = true,                            -- Play a sound when the notification is shown
    },

    success = {
        icon = 'fa-solid fa-circle-check',
        color = '#1ce21c',
        color2 = '#3ac93a',
        sound = true,
    },

    error = {
        icon = 'fa-solid fa-circle-xmark',
        color = '#e21c1c',
        color2 = '#c93a3a',
        sound = true,
    },

    warning = {
        icon = 'fa-solid fa-exclamation-triangle',
        color = '#e2e21c',
        color2 = '#c9c93a',
        sound = true,
    }

}


Preview

Link to video(Just in case)


:shopping_cart:Buy Now - $9.99


My Other Releases:

Code is accessible Configuration(Escrow)
Subscription-based No
Lines (approximately) ~400+
Requirements NONE
Support Yes
97 Likes

May i hear the idea for making this? because why not just use ox_lib notify now when you guys at Wasabi are making script using overextended.

1 Like

Nah my dude… why. Why you selling a notification resource for $10, when you can just use ox_lib or tear it of from ox lib and make it so good…

Best notify out there !

very nice scripts

New Aswm Notify System

Amazing looking script!

Super Clean Looking Notification System, I like how the background of the notification is transparent. - glitchdexter

Nice notify Script

As always, top notch modding addons that make my life as a server owner easier! Thanks wasabI!

Awesome work!

Script looks great can’t wait to purchase , keep up the great work guys and girls

Looks absolutely amazing. Can’t wait to see more.

1 Like

Very nice! I look forward to using it!

Wasabi Have good script And optimalisaction , And good design script.

We love it !!

i think u are really the best ure script are really awesome

Always love using these scripts! They are the best

1 Like

Great stuff once again from Wasabi! Can’t wait to see what’s next :star_struck:

1 Like

Looks sleek. I have been looking for an alternative for a while to okokNotify and looks like I very well may have found it

great UI good job sir