Wasabi Notify
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
Buy Now - $9.99
My Other Releases:
- wasabi_ambulance
- wasabi_police
- wasabi_adminmenu
- wasabi_evidence
- wasabi_carlock
- wasabi_crutch
- ‍wasabi_multijob
- wasabi_fishing
- wasabi_discord
- wasabi_backpack
- wasabi_sellshop
- wasabi_elevators
- fivem-appearance
- wasabi_boombox
- wasabi_mining
- wasabi_tireslash
- wasabi_carpaint
- wasabi_blackmarket
- wasabi_vehiclenames
- wasabi_nfc
- wasabi_oxshops
Code is accessible | Configuration(Escrow) |
Subscription-based | No |
Lines (approximately) | ~400+ |
Requirements | NONE |
Support | Yes |