Adds a description to permission signs
The description is displayed when right-clicking the sign, and can be used to fully describe the effects, without the player needing to understand permissions.
This commit is contained in:
@ -23,10 +23,11 @@ permanently by another cause) when they expire.
|
||||
|
||||
### The create command
|
||||
|
||||
/ps create <name> <permission,permission> <cost> <duration> - Creates a new permission sign. The name is used to
|
||||
describe what the permission sign does. The permission,permission is the list of comma-separated permissions the
|
||||
permission sign will grant to the using player. The cost is the cost to use the permission sign. The duration is the
|
||||
number of seconds the player should keep the permission for. Use 0 for permanent.
|
||||
/ps create <name> <description> <permission,permission> <cost> <duration> - Creates a new permission sign. The name is
|
||||
used to describe what the permission sign does, and is displayed on the sign. The description is used to describe what
|
||||
the permission sign does, but without any limit on the length. The permission,permission is the list of comma-separated
|
||||
permissions the permission sign will grant to the using player. The cost is the cost to use the permission sign. The
|
||||
duration is the number of seconds the player should keep the permission for. Use 0 for permanent.
|
||||
|
||||
#### The create command permission list
|
||||
|
||||
|
Reference in New Issue
Block a user