Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 520 Bytes

File metadata and controls

25 lines (18 loc) · 520 Bytes

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

{% hint style="warning" %} Make sure that there is only one onLogin setting in the configuration file. {% endhint %}