diff --git a/src/main/resources/strings.yml b/src/main/resources/strings.yml index 03d8867..f3b2207 100644 --- a/src/main/resources/strings.yml +++ b/src/main/resources/strings.yml @@ -9,11 +9,32 @@ en: SUCCESS_RELOADED: "&bSuccessfully reloaded configuration" SUCCESS_PAID_FOR_SIGN: "&bYou paid &3{cost} {unit} &bto create the sign" SUCCESS_REFUNDED: "&bYou were refunded &3{cost} {unit} &bfor your broken sign" - PAID_SIGNS_INFO: "&f---&3Paid signs&f---{signs}\n&f-----------" - PAID_SIGNS_INFO_FORMAT: "\n&f| &3{name}" - PAID_SIGN_INFO: "&f---&3Paid sign&f---\n&f| &bName: &3{name}\n&f| &bCost: &3{cost}\n&f| &bPermission: &3{permission}\n&f| &bIgnore case: &3{case}\n&f| &bIgnore color: &3{color}\n&f| &bMatch any condition: &3{any}\n&f| &bSign conditions: &3{conditions}\n&f---------------" - PAID_SIGN_INFO_CONDITION_FORMAT: "\n&f| &b{line}: &3{condition}" - PAID_SIGN_CONDITION_INFO: "&f---&3Paid sign condition&f---\n&f| &bPaid sign name: &3{name}\n&f| &bCondition line: &3{line}\n&f| &bMatch string: &3{match}\n&f| &bExecute RegEx: &3{regex}\n&f| &bIgnore case: &3{case}\n&f| &bIgnore color: &3{color}\n&f---------------" + PAID_SIGNS_INFO: | + &f---&3Paid signs&f---{signs} + &f----------- + PAID_SIGNS_INFO_FORMAT: | + &f| &3{name} + PAID_SIGN_INFO: | + &f---&3Paid sign&f--- + &f| &bName: &3{name} + &f| &bCost: &3{cost} + &f| &bPermission: &3{permission} + &f| &bIgnore case: &3{case} + &f| &bIgnore color: &3{color} + &f| &bMatch any condition: &3{any} + &f| &bSign conditions: &3{conditions} + &f--------------- + PAID_SIGN_INFO_CONDITION_FORMAT: | + &f| &b{line}: &3{condition} + PAID_SIGN_CONDITION_INFO: | + &f---&3Paid sign condition&f--- + &f| &bPaid sign name: &3{name} + &f| &bCondition line: &3{line} + &f| &bMatch string: &3{match} + &f| &bExecute RegEx: &3{regex} + &f| &bIgnore case: &3{case} + &f| &bIgnore color: &3{color} + &f--------------- BOOLEAN_TRUE: "&2true" BOOLEAN_FALSE: "&4false" ERROR_INVALID_NUMBER: "&bYou provided an invalid number"