Updates README and version to 0.6.0

This commit is contained in:
Kristian Knarvik 2022-03-15 14:31:25 +01:00
parent c44ff5c890
commit b1aefdd9d9
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@
<groupId>net.knarcraft</groupId>
<artifactId>paidsigns</artifactId>
<version>0.5.0-ALPHA</version>
<version>0.6.0-ALPHA</version>
<packaging>jar</packaging>
<name>Paid Signs</name>