10 lines
339 B
TOML
10 lines
339 B
TOML
|
|
#Sync player attribute names to client
|
||
|
|
syncPlayerAttributeName = true
|
||
|
|
#Sync all entity attribute name to client
|
||
|
|
syncAllEntityAttributeName = false
|
||
|
|
#Show all attribute on attribute tab, like Apothic
|
||
|
|
generateAllAttributes = true
|
||
|
|
#Show all attribute on attribute tab and hide the unchanged
|
||
|
|
generateAllAttributesHideUnchanged = true
|
||
|
|
|