Revisions for ⁨Garage Plugin Commands⁩

View the changes made to this paste.

public ⁨2⁩ ⁨files⁩ 2021-12-28 00:05:36 UTC

Rocket Mod Commands

@@ -11,6 +11,7 @@

   - Description: Allows your users to see their vehicles inside the virtual garage
   - Permission: The same as the command name
   - Aliases: 
+    - garage
     - garagelist
     - glist
     - parkinglist

@@ -37,4 +38,28 @@

 ---
 
 # Admin Commands: 
-- 
\ No newline at end of file
+- Garage:
+  - Description: Allows your admins to see the vehicles of other players
+  - Usage: glist <playerId>
+  - Permissions: 
+    - The same as the command name
+    - garage.admin
+  - Aliases:
+    - garage
+    - garagelist
+    - glist
+    - parkinglist
+    - plist
+- Garage Delete:
+  - Description: Allows your admins to delete vehicles from other players garages. Use the admin command glist to know the vehicle names
+  - Usage: gdelete <playerId> <vehicleName>
+  - Permissions: 
+    - The same as the command name
+    - garage.admin
+  - Aliases:
+    - garagedelete
+    - gdelete
+    - parkingdelete
+    - pdelete
+    - garageremove
+    - gremove
\ No newline at end of file

Rocket Mod Commands

@@ -1,6 +1,40 @@

 # User Commands:
-- Garage Add: 
-  Aliases
+- GarageAdd:
+  - Description: Allows your users to store cars to the virtual garage 
+  - Permission: The same as the command name
+  - Aliases: 
+    - garageadd
+    - gadd
+    - padd
+    - parkingadd
+- Garage List:
+  - Description: Allows your users to see their vehicles inside the virtual garage
+  - Permission: The same as the command name
+  - Aliases: 
+    - garagelist
+    - glist
+    - parkinglist
+    - plist
+- Garage Retrieve: 
+  - Description: Allows your users to retrieve vehicles from the garage 
+  - Permission: The same as the command name
+  - Aliases: 
+    - garagerieve
+    - gretrieve
+    - parkingretrieve
+    - pretrieve
+- Garage Delete:
+  - Description:  Allows your users to delete vehicles from the garage
+  - Permission: The same as the command name
+  - Aliases: 
+    - garagedelete
+    - gdelete
+    - parkingdelete
+    - pdelete
+    - garageremove
+    - gremove
+
+---
 
 # Admin Commands: 
 - 
\ No newline at end of file

Open Mod Commands

@@ -0,0 +1,4 @@

+# User Commands
+- garageadd
+- garageretrieve
+- garage
\ No newline at end of file

unknown file

@@ -1,2 +0,0 @@

-# User Commands
-- 
\ No newline at end of file

Rocket Mod Commands

@@ -1,2 +1,6 @@

 # User Commands:
-- Name: Test
\ No newline at end of file
+- Garage Add: 
+  Aliases
+
+# Admin Commands: 
+- 
\ No newline at end of file

Rocket Mod Commands

@@ -0,0 +1,2 @@

+# User Commands:
+- Name: Test
\ No newline at end of file

unknown file

@@ -0,0 +1,2 @@

+# User Commands
+- 
\ No newline at end of file