Skip to content

1.0.8

Compare
Choose a tag to compare
@C2D03041 C2D03041 released this 11 May 03:34
· 25 commits to master since this release
ca5b35c

Adding /profilesadmin reload to reload the config. Checks permission profiles.admin
Adding /profiles [username|uuid] to open the profile dialog for someone else. Requires the permission profiles.user-others. Good for console usage or integration with other plugins
Allowing any material to be used as background slots in dialogs, like this:

   slots:
      - "0,0,0,0,0,0,0,X,0"
      - "0,1,1,1,1,1,0,X,S"
      - "0,1,1,1,1,1,0,X,0"
      - "0,1,1,1,1,1,0,X,D"
      - "B,0,0,0,0,0,0,X,0"
    legend:
      0: NOTHING
      X: DIVIDER
      1: CHAR_SLOT
      S: SELECT_PROFILE
      D: DELETE_PROFILE
      B: BEEF # Any Material works here