Updates README and version to 0.6.0
This commit is contained in:
parent
c44ff5c890
commit
b1aefdd9d9
@ -20,6 +20,7 @@ As this plugin only listens to sign change events, there are some limitations:
|
||||
* /addpaidsigncondition <name (of a paid sign)> <line number> <string to match> \[executeRegEx] \[ignoreCase]
|
||||
\[ignoreColor]
|
||||
* /listpaidsigns \[name (of a paid sign)] \[line number]
|
||||
* /editpaidsign <sign name> <property>/<line number> \[new value]/<property> \[new value]
|
||||
* /removepaidsigncondition <name (of a paid sign)> <line number>
|
||||
* /removepaidsign <name (of a paid sign)>
|
||||
* /reload
|
||||
@ -62,6 +63,14 @@ This lists registered paid signs and paid sign conditions. No arguments will pri
|
||||
* name - The name of the paid sign to see information about
|
||||
* line number - The line number of the condition to see information about
|
||||
|
||||
### /editpaidsign
|
||||
|
||||
* name - The name of the paid sign to edit
|
||||
* property/line number - The property to edit for the sign, or the line of the condition to edit
|
||||
* new value/property - The new property value if a property was specified in the second argument, or a condition
|
||||
property if a line number was specified in the second argument
|
||||
* new value - The new property value of the condition property specified in the third argument
|
||||
|
||||
### /removepaidsigncondition
|
||||
|
||||
Removes a paid sign condition from a sign
|
||||
|
Loading…
Reference in New Issue
Block a user