Update 'Create command'

Kristian Knarvik 2022-08-05 13:42:16 +02:00
parent 4c6370a790
commit 02485a710a

@ -1,8 +1,9 @@
The create command is the main command of this plugin. It's the only command that's necessary for creating permission signs. The create command is the main command of this plugin. It's the only command that's necessary for creating permission signs.
Syntax: `/ps create <name> <permission,permission> [cost] [duration]` Syntax: `/ps create <name> <description> <permission,permission> [cost] [duration]`
Fields: Fields:
* Name: The name to be displayed on the sign. It should describe what players expect to receive when interacting with the sign. * Name: The name to be displayed on the sign. It should describe what players expect to receive when interacting with the sign.
* Description: Used to describe what the permission sign does, but without any limit on the length (use "_" between words, like: This_is_a_sentence). To use actual underscores, escape them like "\_".
* Permission: One permission node or a comma-separated list of permission nodes. See the permission section for more details * Permission: One permission node or a comma-separated list of permission nodes. See the permission section for more details
* Cost: The amount of currency a player has to pay to use the permission sign. 0 = free. * Cost: The amount of currency a player has to pay to use the permission sign. 0 = free.
* Duration: The amount of seconds the player should keep the permission for. 0 = permanently, which is default. * Duration: The amount of seconds the player should keep the permission for. 0 = permanently, which is default.