Configuration structure
Configuring shared.lua
1. Initial settings
Framework = "" -- Add your specific Framework
DebugMode = "false" -- Active and Deactive Print are necessary
CommandSettings = "" -- Command to configure the positions of the [NOTIFICATIONS/SCOREBOARD AND KILLFEED] present in the script. Only those who have the permission on line "17" will be able to use the command.
CommandOpen = "" -- Comando para abrir a arena por permissão se na linha "13" não estiver "false" e sim sua "Pemr" Adicionada / Command to open the arena by permission if line "13" is not "false" but rather its "Pemr" Added
ExitViewMode = "" -- Command to exit the assist mode & adm mode if you do not want to accompany the confrontations
CommandPermission = "" -- "Perm" or false - Add a Permission to use arena as Monetized "VIP". The "false" setting is for access only with Blip and not by command
useBlipPermission = "" -- Set True [PARA ACCESSAR APENAS PELO BLIP SE NA LINHA "14" FOR "FALSE"] - Set False [ PARA RELEAR ACESOS BOTH BY COMMAND AND BLIP]
ButtomTab = "" -- "SCOREBORD" key that opens or blocks within games
AdminPermission = "" -- Nome gives permission to be inserted into your trust positions to release the ADM mode
DisableArmour = "" -- ["False" to ENABLE USE OF COLLETS] - ["TRUE" to DISABLE USE OF COLLETS]
RoomMaxTime = 5, -- MAXIMUM TIME IN MINUTES THAT A ROOM CAN REMAIN WITHOUT INTERACTION (IT WILL BE DELETED AFTER THAT)
SetArmour = 100 -- maximum of your server's Colete
MaxHealth = 200 -- Maximum life of your server's order
MinHealth = 101 -- Minimum order life for your server
WeaponAnim = "" --- ["True" para ATIVAR A ANIMAÇÃO DAS ARMAS] - ["False" para DESATIVAR A ANIMAÇÃO DAS ARMAS DURANTE A PARTIDA]/
MaxPoints = 3 -- Maximum points for games [OR NUMBER ADDED HERE WILL BE THE QUANTITY OF POINTS THAT THE TIME YOU NEED TO PLAY TO WIN] EXAMPLE 3Points [3x2]
MaxBlipDistance = 10 -- Distance that players will be able to see the Blip from accessing the arena
SelectionCount = 10 -- Weapon and map selection time [EM SECONDS]
BlipCollor = "" -- Arena Access Blip Color [If you want to create more colors, this is available on lines 1 ~ 6 in shared.lua
WebHookColors = "" -- Webhook log colors, you can choose new ones or create new ones, available inside server/logs.lua2 . Log Settings

3 . Configuring access blip locations

4. Configuring Weapons, Ammunition and their image

5. Configure the maps and positions of each team

6. Configuring notification texts

7. Configuring All texts present in NUI

Last updated