更新
新增:TranslateUUID 工具用于离线服务器的玩家名与UUID的转换 调整:部分 SQL 工具继续画大饼。
This commit is contained in:
11
src/main/resources/translateuuid.yml
Normal file
11
src/main/resources/translateuuid.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 是否启用
|
||||
Enable: false
|
||||
|
||||
# 数据库地址
|
||||
Database:
|
||||
host: 'localhost'
|
||||
port: '3306'
|
||||
user: 'root'
|
||||
password: ''
|
||||
database: 'test'
|
||||
table: 'taboolib_translate_uuid_database'
|
||||
Reference in New Issue
Block a user