πŸ§žβ€β™‚οΈGenerators

How to configure an Arena

Example

This is an example of a configuration.

generators.yml
gui:
  title: "&6&lGenerators"
  date-format: "HH:mm:ss dd/MM/yyyy"
  generators:
    lore:
      - ""
      - "&7Blocks: &d%blocks%"
      - "&7Delay: &d%delay%"
      - "&7Probability: &d%probability%"
      - ""
      - "&7Coords: &d%x%&7, &d%y%&7, &d%z%"
      - "&7Placed At: &d%date%"

generators:
  wood:
    name: "Wooden Generator"
    delay: 1000
    success-probability: 50
    buffer: "COBBLESTONE"
    materials:
      - "REDSTONE_BLOCK:20"
      - "REDSTONE_ORE:80"
    item:
      material: "OAK_LOG"
      displayName: "&aWooden Generator"
      lore:
        - ""
        - "&7Delay: &b%delay%s"
        - "&7Success Rate: &b%success%%"

  redstone:
    name: "Redstone Generator"
    delay: 3000
    success-probability: 40
    buffer: "COBBLESTONE"
    materials:
      - "REDSTONE_BLOCK:20"
      - "REDSTONE_ORE:80"
    item:
      material: "REDSTONE_BLOCK"
      displayName: "&cRedstone Generator"
      lore:
        - ""
        - "&7Delay: &b%delay%s"
        - "&7Success Rate: &b%success%%"

  prismarine:
    name: "Prismarine Generator"
    delay: 1000
    success-probability: 60
    buffer: "COBBLESTONE"
    materials:
      - "PRISMARINE:30"
      - "PRISMARINE_BRICKS:30"
      - "DARK_PRISMARINE:30"
      - "SEA_LANTERN:10"
    item:
      material: "SEA_LANTERN"
      displayName: "&bPrismarine Generator"
      lore:
        - ""
        - "&7Delay: &b%delay%s"
        - "&7Success Rate: &b%success%%"

  amethyst:
    name: "Amethyst Generator"
    delay: 1000
    success-probability: 40
    buffer: "COBBLESTONE"
    materials:
      - "AMETHYST_BLOCK:25"
      - "BUDDING_AMETHYST:25"
      - "CALCITE:25"
      - "TUFF:25"
    item:
      material: "AMETHYST_BLOCK"
      displayName: "&dAmethyst Generator"
      lore:
        - ""
        - "&7Delay: &b%delay%s"
        - "&7Success Rate: &b%success%%"

  nether:
    name: "Nether Generator"
    delay: 1000
    success-probability: 60
    buffer: "COBBLESTONE"
    materials:
      - "GILDED_BLACKSTONE:20"
      - "BLACKSTONE:40"
      - "NETHER_GOLD_ORE:20"
      - "NETHER_QUARTZ_ORE:20"
    item:
      material: "GILDED_BLACKSTONE"
      displayName: "&4Nether Generator"
      lore:
        - ""
        - "&7Delay: &b%delay%s"
        - "&7Success Rate: &b%success%%"

  dripstone:
    name: "Dripstone Generator"
    delay: 1000
    success-probability: 70
    buffer: "COBBLESTONE"
    materials:
      - "DRIPSTONE_BLOCK:30"
      - "ROOTED_DIRT:20"
      - "MUD:10"
      - "MOSS_BLOCK:20"
      - "ANDESITE:20"
    item:
      material: "DRIPSTONE_BLOCK"
      displayName: "&6Dripstone Generator"
      lore:
        - ""
        - "&7Delay: &b%delay%s"
        - "&7Success Rate: &b%success%%"

Formats

"Material:Percentage"

Images

Last updated