Skip to content

Custom Banners

Yap Zhen Yie edited this page Sep 25, 2019 · 3 revisions

Custom Banners

You are able to create your own banners in 'custom banners.yml' file.

Make sure you have read the whole page before creating your own banners.


Example

# Please do not change this.
Custom-Banners:
  # This name will store in GadgetsMenu cache and use for mystery boxes, 
  # so do not use the same name!
  # The permission of the banner is 'gadgetsmenu.banners.wolf'.
  Wolf:

    # The name of banner.
    Name: '&5Wolf Banner'

    # The price of banner.
    Mystery Dust: 15

    # The rarity of the banner.
    # Rarity: Common, Rare, Epic, Legendary
    Rarity: Epic

    # Set to true will able player's to equip it.
    Enabled: false

    # Can this banner found in mystery boxes?
    CanBeFound: true

    # Can player get this hat by purchasing it using mystery dust?
    Purchasable: true

    # The base color of banner.
    # Base Color: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Banner-Patterns#color
    Base-Color: WHITE

    # The patterns of banner.
    # Banner Patterns: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Banner-Patterns
    # Pattern syntax: <color>:<pattern>
    Patterns:
    - BLACK:RHOMBUS_MIDDLE
    - BLACK:RHOMBUS_MIDDLE
    - LIGHT_BLUE:CURLY_BORDER
    - LIGHT_BLUE:CIRCLE_MIDDLE
    - LIGHT_BLUE:CREEPER
    - LIGHT_BLUE:TRIANGLE_TOP

    # The lore of banner.
    Lore:
      Locked: ''
      Unlocked: ''

Base Color

Here is the list of color.

https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Banner-Patterns#color

Patterns

Here is the list of banner patterns.

https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Banner-Patterns

You must follow the syntax while adding a banner pattern.

 Pattern syntax: <color>:<pattern>