Skip to content

Commit

Permalink
Document permissions and player message
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Sep 7, 2018
1 parent 81ab243 commit 9ac8e6d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/functions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,18 @@ Usage::

Makes a player open a gui named "test".


=============
No Permission
=============

Checks if a player does not have a permission.

Usage::

nopermission: some.permission

Checks to see if the player does not have the permission "some.permission".
Checks if the player does not have the permission "some.permission".


==============
Expand All @@ -93,16 +95,31 @@ Usage::

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


==========
Permission
==========

Checks if the player has a permission.

Usage::
permission: some.permission

Checks if the player has the permission "some.permission".


==============
Player Message
==============

Sends the player a message.

Usage::
pmsg: Hello!
Sends the player the message "Hello!".


===========
Expand All @@ -111,6 +128,7 @@ Remove Slot




===========
Remove Slot
===========
Expand Down

0 comments on commit 9ac8e6d

Please sign in to comment.