Authme
如何在登陆后加载资源包
打开 ItemsAdder 的 config.yml 并禁用 apply-on-join。
resource-pack:
apply-on-join: false打开 Authme 的 commands.yml ,并将 onLogin 修改为如下:
onLogin:
apply_pack:
command: 'iatexture %p'
executor: CONSOLE确保配置文件中只有一个onLogin设置
Last updated
Was this helpful?