reader.string.string.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AttributeSystem Show documentation
Show all versions of AttributeSystem Show documentation
Bukkit Attribute Engine Plugin.
The newest version!
StrSkip:
type: string
matchers:
value: skip
patterns:
# 唯一字符串属性: 好耶
- "{name}(:|:)?\\s*?(?.*)"
placeholders:
total:
value:
StrAppend:
type: string
matchers:
value: append
patterns:
# 拼接字符串属性: 好耶
- "{name}(:|:)?\\s*?(?.*)"
placeholders:
total:
value:
StrRoman:
type: string
matchers:
roman: roman_num
patterns:
# 罗马数字: IV
- "{name}(:|:)?\\s*?(?[IVXLCDM]+)"
placeholders:
total:
romanNum: