![[STANDALONE] Server Settings for Beginners & A lot of settings! main image](https://forum-cfx-re.akamaized.net/original/4X/4/4/8/4485c325ca5e5dd516a24fd90410347fe04bf0a7.jpeg)
Price
UnknownA script by Casper7_7_7
Price
UnknownHave a look at the shop page ( We have more Scripts just give a Look
)
Store : https://fivem.phoenix-development.shop/
You can find this script under ( Standalone )
Hello and welcome to our Server Settings Release.
My preliminary word to bring this system closer to you
Our server settings system is there to take a lot of work from people, this resource offers a 0.03-4 resmon, and takes a lot of work away from you as a newcomer or as a professional, because it is only a resource and the unnecessary bells and whistles has been removed, what you don’t use won’t load either. we offer our customers long-term support and we always try to be up2date, we are happy to respond to requests and suggestions for improvement. Of course we also accept constructive criticism (I ask you to be a little careful and not always be negative, we take a lot of time to offer you a lot of service for little money. )
The preview consists of the ESX Server, of course it is also for QB-Core!
This Discord Logs works:
All of the Logs can be turned on and off
E.g If you turn IP off then its show all but not IP
-
Command Logging
-
Name Logging
-
Steam Logging
-
License Logging
-
Xbox LiveID Logging
-
DiscordID Logging
-
FiveMID Logging
-
License2 Logging
-
IP Logging
What this system offers you:
You can build in your notification system.
function sendServerNotification(source, message, type)
if type == 'error' then
TriggerClientEvent('esx:showNotification', source, message)
elseif type == 'success' then
TriggerClientEvent('esx:showNotification', source, message)
end
end
You can set your server time as you want, e.g. to realtime or you set a time, you can set a speed of your choice or control everything with commands.
Config.TimeSettings = {
enabled = true, -- Should Time Control be enabled?
mode = 'realtime', -- Time Mode (realtime, custom, customspeed)
realtime = { -- Settings for mode realtime
Command = 'synctime', -- Command to force a time sync, Set this to nil to disable it
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
SyncingLoop = false, -- Should the realtime be synced every x seconds
SyncingTime = 5, -- If the settings above is enabled, this will be the x seconds
},
custom = { -- Settings for mode custom (This mode will force the time to this)
Command = 'settime', -- Command to set the time, Set this to nil to disable it (settime <hours> <minutes> <seconds>. Example: settime 12 0 0)
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
hours = 12,
minutes = 0,
seconds = 0
},
customspeed = { -- Settings for mode customspeed
Command = 'settimespeed', -- Command to set the seconds for one ingame minutes, Set this to nil to disable it
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
SecondsForInGameMinutes = 60 -- How many seconds is one ingame minute
}
}
You can change your population on the server from individual things like police cars, fire brigade or gangs as you need them or remove everything completely. (That no more NPCs spawn) You can also set the TrafficAmount.
Config.NPCSpawning = {
enabled = true, -- Should NPC Spawning be enabled?
DispatchServices = { -- Enables or disables the specified 'dispatch service'. 'Dispatch services' are used for spawning AI response peds/vehicles for events such as a fire in the street, or gunfire in a gang area.
PoliceAutomobile = true,
PoliceHelicopter = true,
FireDepartment = true,
SwatAutomobile = true,
AmbulanceDepartment = true,
PoliceRaiders = true,
PoliceVehicleRequest = true,
PoliceRoadBlock = true,
PoliceAutomobileWaitPulledOver = true,
PoliceAutomobileWaitCruising = true,
Gangs = true,
SwatHelicopter = true,
PoliceBoat = true,
ArmyVehicle = true,
BikerBackup = true
},
TrafficAmount = 100.0, -- Changes how much traffic there is on the Roads, this goes from 100 to 0, values over 100 are also supported but not recommended, under 0 will cause a game crash (Set this to -1 to leave it to the games standards)
PedestrainAmount = 20.0, -- Changes how many peds roam the Streets (Set this to -1 to leave it to the games standards)
ParkedAmount = 50.0, -- Changes how many parked cars there are in the world (Set this to -1 to leave it to the games standards)
}
You can set whether NPC cars should be blocked by default ( ie you can’t break the window and get the person out ) you also can’t get into parked cars if you have the function on.
LockNPCCars = true -- Should NPC cars be locked?
You can switch PvP on or off via config or via ingame command!
Config.PvP = {
enabled = true, -- Enable/Disables PvP
Command = 'pvp', -- Command for changing PvP to enabled or disabled (pvp <boolean>. Example: pvp true)
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
}
You can set the wanted level whether it is visible or not.
Config.EnableWantedLevel = false -- Enable/Disable Wanted Level
You have the possibility to put your whole server in a NonPvp zone for a short time with a Global Godmode!
Config.GlobalGodmode = {
enabled = false, -- Enable/Disable Global Godmode
Command = 'globalgodmode', -- Command for chaning global godmode to enabled or disbled (globalgodmode <boolean>. Example: globalgodmode true)
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
}
You can get unlimited stamina.
Config.InfiniteStamina = true -- Enable/Disable Infinite Stamina
You can disable the rain.
Config.DisableRain = true -- Enable/Disable Rain
You can turn off the idle camera.
Config.IdleCamera = false -- Enable/Disable Idle Camera
You can switch off multiple connections to the server (this prevents you from duping, so a second account can no longer access the server while you’re online)
Config.DisallowDuplicatePlayersLicense = true -- Should a player be kicked if the license already is on the server? (Rockstar License)
You can turn off the Map Ambiente.
Config.RemoveMapAmbient = true -- Enable/Disable Map Ambient
You can disable certain keys by default.
Config.DisabledKeys = { -- Making this to Config.DisabledKeys = nil will disable this feature
166, 167, 168
-- Key ID's https://docs.fivem.net/docs/game-references/controls/#controls
-- Example 22, 25, 65 (THIS IS AN EXAMPLE)
}
You can change weapon damage from every single weapon on the server.
Config.WeaponDamage = { -- Making this Config.WeaponDamage = nil will disable this feature
[`WEAPON_UNARMED`] = {model = `WEAPON_UNARMED`, modifier = 1.0, disableCritical = true}, -- Use this as a template you can simple just copy paste this and make it customable for each weapon (https://www.vespura.com/fivem/weapons/stats/)
[`WEAPON_PISTOL`] = {model = `WEAPON_PISTOL`, modifier = 1.0, disableCritical = true},
}
You can set whether a weapon is a one shot headshot.
disableCritical = true
You can set whether fire / explosions etc do damage.
Config.Proofs = {
enabled = false, -- Should the Proofs Be enabled? (ENABLING THIS MAY OVERRIDE THE GLOBAL GOD MODE IF ENABLED)
Bullet = false,
Fire = false,
Explosion = false,
Collision = false,
Melee = false,
Steam = false,
Drown = false
}
Config = {}
-- Language to use
Config.Locale = 'en'
-- Method to use for notifications
-- IMPORTANT: DO NOT CHANGE THE METHODS NAME LEAVE IT AS 'sendServerNotification(source, message, type)'
-- Example: TriggerClientEvent('esx:showNotification', source, message)
function sendServerNotification(source, message, type)
if type == 'error' then
TriggerClientEvent('esx:showNotification', source, message)
elseif type == 'success' then
TriggerClientEvent('esx:showNotification', source, message)
end
end
-- Time Settings
Config.TimeSettings = {
enabled = true, -- Should Time Control be enabled?
mode = 'realtime', -- Time Mode (realtime, custom, customspeed)
realtime = { -- Settings for mode realtime
Command = 'synctime', -- Command to force a time sync, Set this to nil to disable it
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
SyncingLoop = false, -- Should the realtime be synced every x seconds
SyncingTime = 5, -- If the settings above is enabled, this will be the x seconds
},
custom = { -- Settings for mode custom (This mode will force the time to this)
Command = 'settime', -- Command to set the time, Set this to nil to disable it (settime <hours> <minutes> <seconds>. Example: settime 12 0 0)
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
hours = 12,
minutes = 0,
seconds = 0
},
customspeed = { -- Settings for mode customspeed
Command = 'settimespeed', -- Command to set the seconds for one ingame minutes, Set this to nil to disable it
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
SecondsForInGameMinutes = 60 -- How many seconds is one ingame minute
}
}
-- NPC Settings
Config.NPCSpawning = {
enabled = true, -- Should NPC Spawning be enabled?
DispatchServices = { -- Enables or disables the specified 'dispatch service'. 'Dispatch services' are used for spawning AI response peds/vehicles for events such as a fire in the street, or gunfire in a gang area.
PoliceAutomobile = true,
PoliceHelicopter = true,
FireDepartment = true,
SwatAutomobile = true,
AmbulanceDepartment = true,
PoliceRaiders = true,
PoliceVehicleRequest = true,
PoliceRoadBlock = true,
PoliceAutomobileWaitPulledOver = true,
PoliceAutomobileWaitCruising = true,
Gangs = true,
SwatHelicopter = true,
PoliceBoat = true,
ArmyVehicle = true,
BikerBackup = true
},
TrafficAmount = 100.0, -- Changes how much traffic there is on the Roads, this goes from 100 to 0, values over 100 are also supported but not recommended, under 0 will cause a game crash (Set this to -1 to leave it to the games standards)
PedestrainAmount = 20.0, -- Changes how many peds roam the Streets (Set this to -1 to leave it to the games standards)
ParkedAmount = 50.0, -- Changes how many parked cars there are in the world (Set this to -1 to leave it to the games standards)
LockNPCCars = true -- Should NPC cars be locked?
}
-- Player vs Player Settings
Config.PvP = {
enabled = true, -- Enable/Disables PvP
Command = 'pvp', -- Command for changing PvP to enabled or disabled (pvp <boolean>. Example: pvp true)
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
}
Config.EnableWantedLevel = false -- Enable/Disable Wanted Level
-- Global Godmode
Config.GlobalGodmode = {
enabled = false, -- Enable/Disable Global Godmode
Command = 'globalgodmode', -- Command for chaning global godmode to enabled or disbled (globalgodmode <boolean>. Example: globalgodmode true)
Restricted = true, -- Set this to true, then players will need the command.yourCommandName ace permission to execute this command.
}
Config.InfiniteStamina = true -- Enable/Disable Infinite Stamina
Config.DisableRain = true -- Enable/Disable Rain
Config.IdleCamera = false -- Enable/Disable Idle Camera
Config.DisabledKeys = { -- Making this to Config.DisabledKeys = nil will disable this feature
166, 167, 168
-- Key ID's https://docs.fivem.net/docs/game-references/controls/#controls
-- Example 22, 25, 65 (THIS IS AN EXAMPLE)
}
Config.DisallowDuplicatePlayersLicense = true -- Should a player be kicked if the license already is on the server? (Rockstar License)
Config.RemoveMapAmbient = true -- Enable/Disable Map Ambient
Config.WeaponDamage = { -- Making this Config.WeaponDamage = nil will disable this feature
[`WEAPON_UNARMED`] = {model = `WEAPON_UNARMED`, modifier = 1.0, disableCritical = true}, -- Use this as a template you can simple just copy paste this and make it customable for each weapon (https://www.vespura.com/fivem/weapons/stats/)
[`WEAPON_PISTOL`] = {model = `WEAPON_PISTOL`, modifier = 1.0, disableCritical = true},
}
Config.Proofs = {
enabled = false, -- Should the Proofs Be enabled? (ENABLING THIS MAY OVERRIDE THE GLOBAL GOD MODE IF ENABLED)
Bullet = false,
Fire = false,
Explosion = false,
Collision = false,
Melee = false,
Steam = false,
Drown = false
}
ServerConfig = {}
-- Discord Logging
ServerConfig.WebhookLogging = false
-- Discord Webhooks
ServerConfig.Webhooks = {
RealtimeCommand = '',
CustomCommand = '',
CustomSpeedCommand = '',
PvPCommand = '',
GlobalGodModeCommand = ''
}
-- What Identifiers should be posted inside the log embed on Discord.
ServerConfig.IdentifiersLogging = {
name = true,
steam = true,
license = true,
xbl = true,
live = true,
discord = true,
fivem = true,
license2 = true,
ip = true
}
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 800+ ~ |
Requirements | a FiveM Server ~ |
Support | Yes |
No approved reviews found for this script yet.