How to add a prefix

Prefix Management

Adding a prefix is very simple. All you need to do is add it to the configuration like what you see below.

prefixes:
  mvp:
    material: NAME_TAG
    prefix: '&7[&dMVP&7] '
    description: '&eOnly awarded to true &dMVP''s'
  elite:
    material: NAME_TAG
    prefix: '&7[&6ELITE&7] '
    description: '&eOnly for the elite of the elite'
  spooky:
    material: NAME_TAG
    prefix: '&7[#fc195aSpOoKy&7] '
    description: '&bSpooky scary skeletons...'
  emperor:
    material: NAME_TAG
    prefix: '&7[&4Emperor&7] '
    description: '&cDew it.'
  frog:
    material: NAME_TAG
    prefix: '{gradient=#02882e}[FROG]{#00490e} '
    description: '&5Ribbit.'

Last updated