perf: 优化代码

This commit is contained in:
2024-07-03 19:36:55 +08:00
parent a0fb26bcee
commit 0220d5a29a
15 changed files with 20 additions and 60 deletions

View File

@@ -1,19 +1,6 @@
# 是否启用 vault 默认的指令
enable-vault-commands: true
# VaultAPI 相关配置
vault-settings:
# Vault 显示货币名称(单数)
currency-name-singular: 金币
# Vault 显示货币名称(复数)
currency-name-plural: 金币
# 是否提前加载玩家数据
# ALL对于所有货币类型都进行提前
# VAULT只对绑定于 VaultAPI 的货币进行提前
# NONE对任何货币都不进行提前
# 提前是指服务端启动时将数据库中所有玩家的货币余额都从数据库中加载到内存
# 开启提前加载时,如果玩家数量过多,则可能会减慢服务器启动速度
# 一般来说,设置为 VAULT 即可
# 该功能暂未实现
pre-load-data: VAULT