Skip to content

Commit

Permalink
Fix usage for functions
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Sep 7, 2018
1 parent 5b90d93 commit 81ab243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/functions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Check Level
Check a player's exp level.

Usage::

checklevel: 1000
The function would require the player to have level 1000.
Expand All @@ -37,6 +38,7 @@ Execute Command As Console
Executes a command for the player as console.

Usage::

executec: say Hello from the server!

Executes the say command from console.
Expand All @@ -49,6 +51,7 @@ Execute Command As Player
Makes a player execute a command.

Usage::

executep: spawn

Makes a player execute the spawn command.
Expand All @@ -61,6 +64,7 @@ Gui open
Makes a player open a gui.

Usage::

gui: test

Makes a player open a gui named "test".
Expand All @@ -84,6 +88,7 @@ Pay with money
Allows a player to pay money.

Usage::

pay: 1000

Makes the player pay 1000 if they have the balance avaliable.
Expand Down

0 comments on commit 81ab243

Please sign in to comment.