字的轉換
對內容做變換。
Change the content.
如果自內容,有包含a就把a轉成b,有包含d就轉成c。
例如:adidas -> bdicbs
If the content of your own name contains a, convert a to b, and convert d to c.
Example: adidas --> bdicbs
self_conver_name:
message:
- content[%player_name%]
- Conver[function=Contain;m=a>b,d>c]
如果內容,有包含a就內把容轉成c。
例如:adidas -> c
If the content of one's own name contains a, convert the content to c.
Example: adidas -> c
`self_converAll_name: message:
如果內容只有a,就把內容轉成c。