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]
|
* /addpaidsigncondition <name (of a paid sign)> <line number> <string to match> \[executeRegEx] \[ignoreCase]
|
||||||
\[ignoreColor]
|
\[ignoreColor]
|
||||||
* /listpaidsigns \[name (of a paid sign)] \[line number]
|
* /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>
|
* /removepaidsigncondition <name (of a paid sign)> <line number>
|
||||||
* /removepaidsign <name (of a paid sign)>
|
* /removepaidsign <name (of a paid sign)>
|
||||||
* /reload
|
* /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
|
* name - The name of the paid sign to see information about
|
||||||
* line number - The line number of the condition 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
|
### /removepaidsigncondition
|
||||||
|
|
||||||
Removes a paid sign condition from a sign
|
Removes a paid sign condition from a sign
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>net.knarcraft</groupId>
|
<groupId>net.knarcraft</groupId>
|
||||||
<artifactId>paidsigns</artifactId>
|
<artifactId>paidsigns</artifactId>
|
||||||
<version>0.5.0-ALPHA</version>
|
<version>0.6.0-ALPHA</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Paid Signs</name>
|
<name>Paid Signs</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user