📖
zAuctionHouse
DiscordGroupeZServeur Minecraft Vote
  • â„šī¸Informations
    • 🍾Getting started
    • 🔌Installing zAuctionHouse
    • ❓Why i need zMenu ?
  • Configurations
    • 🏤Official Configurations
    • Multi servers
    • 🚉Statistics
    • 📔Commands and Permissions
    • đŸĒ§PlaceHolders
    • âšī¸Buttons
    • 💲Economy
    • 🎊Convert
    • 🔍Search / Filter
    • Messages
    • 💱Prices
    • 👨‍đŸ’ŧWhitelist
    • 🛑Blacklist
    • 🚖Tax
    • Categories
    • 🇨đŸ‡ĩItem Translation
  • đŸ—ƒī¸Plugins files
    • Config.yml
    • 💲Economies.yml
    • Inventories
    • Patterns
    • Blacklist.yml
    • Prices.yml
    • Taxs.yml
    • Whitelist.yml
  • Development Portal
    • â„šī¸Informations
    • 🌆Events
    • đŸŦCustom storage
    • Filter
    • 🛑Blacklist
    • 💸Custom economy
  • 👴Old Configurations
    • Items
    • Buttons
    • Placeholder buttons
Powered by GitBook
On this page

Was this helpful?

  1. Configurations

Categories

PreviousTaxNextItem Translation

Last updated 6 months ago

Was this helpful?

In the categories.yml file you will be able to create different categories and have a list of for each category:

You can create your own categories in addition to the default categories created by the plugin.

categories:
  examples:
    name: Examples
    materials:
    - name: test name
    - loreKey: test lore
    - material: STONE
      name: test stone
      removeColor: true
    - material: PAPER
      modelId: 2500
  blocks:
    name: Blocks
    materials:
    - material: AIR
    - material: STONE
    - material: GRANITE
    - material: POLISHED_GRANITE
    - ...
  
  potions:
    name: Potions
    materials:
    - material: BLAZE_ROD
    - material: GHAST_TEAR
    - material: NETHER_STAR
    - ...
  tools:
    name: Tools
    materials:
    - material: STONE_AXE
    - material: STONE_SHOVEL
    - material: STONE_HOE
    - material: STONE_PICKAXE
    - material: IRON_AXE
    - ...
  weapons:
    name: Weapons
    materials:
    - material: FLINT_AND_STEEL
    - material: BOW
    - material: ARROW
    - ...
  misc:
    name: Misc

Use the CategoryItem interface to create your own item verification for a Category.

materials