EliteFantasy Plugins
  • elite-plugins
    • EliteShop
      • Permissions and commands
      • Example-config
    • EliteFurniture
      • Permissions and commands
      • InGame configuration
      • Example Config
      • Utils
  • Masky Plugins
    • MaskyCheckpoints
      • Permissions and commands
      • Example-config
  • Mechanics
    • UnearthMechanic
      • First installation
      • Compatibilities
      • Config Examples
  • Painter Addon
    • Install Guide
  • Masky Kits
    • Install Guide
Powered by GitBook
On this page
  • Example
  • Other Example
  1. elite-plugins
  2. EliteFurniture

Example Config

PreviousInGame configurationNextUtils

Last updated 2 years ago

Example

Inventory:
  Tables:
    table:
      id: ia:example_table #mm/o
#      material: Stone
      displayname: "<Example>"
#      custom-id:
#      lore:
#      - "Example"
#      enchants:
#        - DURABILITY:1 //Enchantment:level
#      itemFlags:
#        - HIDE_ATTRIBUTES
    items:
      unique-name-item:
        recipes:
          unique-name-recipe:
            id: ia/mm/o
            material:
            displayname:
            custom-id:
            lore:
            enchants:
              - DURABILITY:1 //Enchantment:level
            itemFlags:
              - HIDE_ATTRIBUTES
        item:
          id: ia/mm/o
          material:
          displayname:
          custom-id:
          lore:
          enchants:
            - DURABILITY:1 //Enchantment:level
          itemFlags:
            - HIDE_ATTRIBUTES

Other Example

Inventory:
  Tables:
    table:
      id: ia:elitefantasy:furniture_table
    items:
      item1:
        item:
          id: ia:elitefantasy:mullet_fish_silver_star
        recipes:
          Recipe1:
            id: ia:elitefantasy:mullet_fish
          Recipe2:
            id: ia:elitefantasy:mullet_fish
          Recipe3:
            id: ia:elitefantasy:mullet_fish
      item2:
        item:
          id: ia:elitefantasy:mullet_fish_golden_star
        recipes:
          Recipe1:
            id: ia:elitefantasy:mullet_fish
          Recipe2:
            id: ia:elitefantasy:mullet_fish
          Recipe3:
            id: ia:elitefantasy:mullet_fish
          Recipe4:
            id: ia:elitefantasy:mullet_fish