Releases: Jordan2139/Guardian
Releases · Jordan2139/Guardian
Hyperz Made A Edit
v1.3.0 Fixed Hyperz mistake of a pull request <3
AddEventHandler("playerConnecting"... Fix (MAYBE)
1.20 Hopeful hotfix to the broken AddEventHandler("playerConnecting",
Fix Version Check Error
This will fix the version checker error
Emergency Whitelist Fix
This will fix an issue where members can repeatedly press connect to bypass
Guardian
Guardian
What is it?
Essentially Guardian is a script that will replace Faxes old Discord whitelist that requires you to setup yet another bot token and pull Discord role id's. This script utilizes Badger's new Discord API. This will make things much easier and won't require you to pull Discord role id's 19 times while making your server.
Configuration
-----------------------------------------------------------
-- Guardian- A Simple FiveM Script, Made By Jordan.#2139 --
-----------------------------------------------------------
-------------------------------------------------------
-- CONFIG YOUR PERIPHERALS HERE! --
-------------------------------------------------------
Config = {
DiscordYeet = 'Sorry but this server requires you to have Discord (Desktop Edition) to play. Please restart FiveM and Discord if it is already open.', -- Message to client if their discord cannot be found by the script
WhitelistYeet = 'Sorry but this is a whitelisted community if you would like to join please see our website- WEBSITE to apply!', -- Message to client if they are not whitelisted
RoleIdsYeet = 'Sorry but I could not find your role ID\'s please reconnect and if this persists please contact the server developer',
WhitelistRoles = { -- Roles that you assigned in Badgers API that should pass the whitelist
"Whitelisted",
"MaybeWhitelisted",
"ScrewItMakeThis",
},
}
--------------------------
-- ^^^ DO THAT HERE ^^^ --
--------------------------