From f55b843211f1b0941cb0c3230953b0012860e096 Mon Sep 17 00:00:00 2001 From: Ross <44373013+ross1296@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:41:59 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb8ab3..47bae40 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ LEAP is a FiveM resource for FivePD that allows server owners to automate promot Installation is like any other FiveM resource. Extract the folder into your resources folder. ## Configuration +### Client +LEAP, on the client side, will query for a promotion every 15 minutes. This delay **IS** configurable by way of a [Convar](https://docs.fivem.net/docs/scripting-reference/convars/) - Simply add `set LEAPAutoRankDelay 15000` to your server.cfg! **The integer value is in milliseconds**, and I do not recommend that you make it anything less than 15000 (15 minutes). +--- +### Server LEAP's configuration is driven by a "server-config.json" file located inside of 'LEAP/server'. Below is a short guide explaining the purpose of each section of the server-config.json file: @@ -173,7 +177,7 @@ For your assistance: ] } ``` -## Example of a full configuration +## Example Configuration ```json { "fivepdResourceName": "fivepd",