From 2946a2f58ac936910358ac27354e9a3dd9dae3ac Mon Sep 17 00:00:00 2001
From: Administrator <delucecc@gmail.com>
Date: Sun, 9 Feb 2025 11:06:37 -0800
Subject: [PATCH] docs: update ngdredemption

---
 ngdredemption.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ngdredemption.md b/ngdredemption.md
index 3ce251d..d5005f8 100644
--- a/ngdredemption.md
+++ b/ngdredemption.md
@@ -2,7 +2,7 @@
 title: ngd-redemption
 description: 
 published: true
-date: 2025-02-09T19:04:33.530Z
+date: 2025-02-09T19:06:35.045Z
 tags: 
 editor: markdown
 dateCreated: 2025-01-28T00:30:34.910Z
@@ -63,7 +63,7 @@ NGDRedemption {packageId} {transaction}
   
 - **There are several variables to the packages you can choose from:**
   
--- `Type =` (You can use 'item', 'vehicle' or 'other')
+-- `Type =` (You can use 'item', 'vehicle', `money`, `name`, `job` or 'other')
 -- `Label =` (This is what is show in-game)
 -- `Item =` (This is the item given to players if the Type = 'item')
 -- `Qty =` (This is the amount of the item given above)
@@ -125,6 +125,9 @@ function GiveCustom(data)
 
 end
 ```
+  
+ > The above are just examples.  Please modify them to fit your server.
+{.is-warning}
 </details>