For the complete documentation index, see llms.txt. This page is also available as Markdown.

Default Generators

Mantic Development's Generator Minecraft Plugin

The plugin ships with three ready-to-use generator types demonstrating different reward systems: a Vault-economy generator, a tokens-plugin generator, and a vanilla XP generator.

Money.yml

display: '&aMoney Generator'

generator:
  max-tier: 5
  base-tier-cost: 100000
  tier-cost-increase-per-upgrade: 125000
  frequency-seconds: 300
  give-command: eco give {player} {amount}
  starting-amount: 1000
  extra-amount-per-tier: 1000
material: skull-<base64-texture>
damage: 3
glowing: true
title: '&2&l[$] &a&lMoney Generator &2&l[$] &7(Tier {tier})'
lore:
  - '&7&oPassive income, delivered in style.'
  - ''
  - '&f▸ &7Type: &aMoney'
  - '&f▸ &7Tier: &a{tier}&7/&a5'
  - '&f▸ &7Base Amount: &a$1000'
  - '&f▸ &7Per Tier: &a+$1000'
  - '&f▸ &7Interval: &a300s'
  - ''
  - '&aPlace this generator to print money over time.'
hologram:
  y-level-adjustment: 3.7
  lines:
    - '&2&l[ MONEY GENERATOR ]'
    - '&fTier: &a{tier}&7/&a5'
    - '&fGenerates: &a${amount}'
    - '&fCollected: &a${collected}'
    - '&fNext Drop: &a{generation}'
blocks:
  middle: GOLD_BLOCK
  corner: GLOWSTONE
  stairs: STONE_BRICK_STAIRS

Token.yml

XP.yml

Last updated