Now uses _ for space, and \_ for underscore in descriptions

This commit is contained in:
2022-08-05 12:41:25 +02:00
parent c9d0907b2f
commit fee287f884
2 changed files with 21 additions and 5 deletions

View File

@ -25,10 +25,10 @@ permanently by another cause) when they expire.
/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 (use "\_" between words, like: This\_is\_a\_sentence). 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 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 "\_". 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