Custom Items

banco recognizes vanilla data components, which makes it possible to have a custom item-based economy setup by modifying settings.yml. You can specify a custom name, lore and model data. Here's a quick example:

currency:
  ...
  items:
  - name: COPPER_INGOT
    displayName: §eCent
    lore:
    - This is a simple example setup!
    - You can use §bcolours §rto format text
    - ' '
    - §dCustom model data §ris also supported!
    customModelData: 1009
    value: '0.1'

Last updated