diff --git a/README.md b/README.md index 3d40a75..c6456d9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ As this plugin only listens to sign change events, there are some limitations: * /addpaidsigncondition \[executeRegEx] \[ignoreCase] \[ignoreColor] * /listpaidsigns \[name (of a paid sign)] \[line number] +* /editpaidsign / \[new value]/ \[new value] * /removepaidsigncondition * /removepaidsign * /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 diff --git a/pom.xml b/pom.xml index 2a970e8..d22cc67 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.knarcraft paidsigns - 0.5.0-ALPHA + 0.6.0-ALPHA jar Paid Signs