From 2743796934f6ab95bd1ecd7f3425bc0e14729a75 Mon Sep 17 00:00:00 2001 From: Nexis Date: Sat, 15 Apr 2017 20:53:04 -0400 Subject: [PATCH] README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cbc908..ec6e874 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ 1. Compile project 2. Copy `Livemap.dll` to Unturned rocket plugin directory 3. Start/stop server to generate config and configure MySQL database -4. Add Rocket permission for `/livemap` command to Permissions.config.xml +4. Add Rocket permission for `/livemap` command to `Permissions.config.xml` + - *Example*: `livemap` 5. Restart Server ***API*** 1. Edit `www/api/config.api.php` and configure MySQL database connection settings -2. Send GET request to `www/api/livemap.api.php?livemap=server_id` returns JSON-encoded response +2. Send GET request to `www/api/livemap.api.php?livemap=server_id` for JSON-encoded response -- *Filtering Results* +**Filtering Results** Filtering is accomplished by specifying a table name with `filter`. A null `filter` returns all livemap table results. - *Example* - *URI*: `?livemap=server_id&filter=livemap_data`