πŸ“ƒ
Wiki
  • πŸŒ‹Plugins
  • Overview
    • πŸ’‘High Quality Products
  • products
    • πŸ›οΈUltimateBedwars
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ›οΈArena
      • πŸ–±οΈCommand & Permissions
      • πŸŽ‰Party
      • πŸ–₯️For Developers
    • 🌡UltimateOneBlock
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ•‘Phase
      • πŸ§žβ€β™‚οΈGenerators
      • πŸ–±οΈCommand & Permissions
      • πŸ–₯️For Developers
    • ⛏️UltimateGuilds
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ–±οΈCommand & Permissions
      • πŸ–₯️For Developers
    • πŸ“œPlayerDataHistory
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ•ΈοΈWeb Panel
      • πŸ–±οΈCommand & Permissions
    • βš”οΈUltimateTournament
      • ✨Features
      • πŸͺΆInstallation
      • πŸ’‘Placeholders
      • πŸ“œConfiguration
      • 🀺Tournament
      • πŸ–±οΈCommand & Permissions
    • 🏒BasementLib
      • ✨Features
      • πŸ“œConfiguration
    • πŸ“‘Minedock
      • ✨Features
      • πŸͺΆInstallation
      • πŸ“œConfiguration
      • πŸ–₯️For Developers
    • πŸŽ’UltimateMatchmaking
      • ✨Features
Powered by GitBook
On this page
  • Example
  • Formats
  • Images

Was this helpful?

  1. products
  2. UltimateOneBlock

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

PreviousPhaseNextCommand & Permissions

Last updated 11 months ago

Was this helpful?

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