Install
π¦ Installation
Web Panel
Step 1
Download the resource from your FiveM Keymaster
Step 2
Unzip the frvgs_EventAgencyPanel
folder
Step 3
Copy the folder to a static webserver
Step 4
Your Web Panel is live !
Google Sheets
Step 1
Make a copy of the Google Sheets provided with your Web Panel
- File > Make a copy
Step 2
Create a share link for your Google Sheets
- File > Share > Publish to Web
- Select the "Events Sheets" and CSV as output
- Copy the link
- Repeat the process for the "Team Sheet"
Step 3
Edit your Webpanel Config files to add your links
- Edit the
config/teamConfig.json
- Enter the link copied previousely
- Edit the
config/eventsConfig.json
- Enter the link copied previousely
Step 4
Your Panel is now ready and configured with your Google Sheet.
π Configuration
/config/propertiesConfig.json
{
"defaultLanguage": "en", // select the default language
"useGoogleSheets": true, // set to false to use local json instead of Google Sheets
"GoogleSheetsURL": "your_google_sheets_url", // your copied Google Sheets url (properties)
"itemsPerPage": 12, // number of items to display per page
"localJsonPath": "./assets/data/events.json", // local json in case there is no Google Sheets
"type": "twitch", // choose between "youtube" or "twitch" live stream
"youtubeVideoId": "youtube_live_id", // youtube live/video id
"twitchChannel": "twitch_channel", // twitch channel name
"parentDomain": "yourwebsite_domain" // necessary for twitch stream
}
/config/teamConfig.json
{
"useGoogleSheets": true, // set to false to use local json instead of Google Sheets
"GoogleSheetsURL": "your_google_sheets_url", // your copied Google Sheets url (agents)
"localJsonPath": "./assets/data/events.json" // local json in case there is no Google Sheets
}
π Additional Support
If you need help configuring your Panel, feel free to join FRVGS Discord Server (opens in a new tab) for personalized support.