For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authme

How to apply resourcepack after login

Open config.yml of ItemsAdder and disable apply-on-join.

resource-pack:
  apply-on-join: false

Open commands.yml of Authme and change onLogin to this:

onLogin:
  apply_pack:
    command: 'iatexture %p'
    executor: CONSOLE

最終更新