guis.yml - Drawethree/X-PrivateMines GitHub Wiki

private-mine-gui:
  title: "&8» &6&lYour Private Mine &8«"
  rows: 3
  items:
    teleport:
      slot: 10
      material: ENDER_PEARL
      name: "&a✦ Teleport to Mine"
      lore:
        - ""
        - "&7Instantly warp to your"
        - "&7personal mining zone."
        - ""
        - "&eClick to teleport."

    change-block:
      slot: 11
      material: DIAMOND_ORE
      name: "&b⛏ Change Mine Block"
      lore:
        - ""
        - "&7Select what block"
        - "&7your mine regenerates with."
        - ""
        - "&eClick to change."

    claim-tax:
      slot: 12
      material: GOLD_INGOT
      name: "&6💰 Claim Tax Rewards"
      lore:
        - ""
        - "&7Collect earnings from"
        - "&7others mining in your plot."
        - ""
        - "&eClick to claim money."

    settings:
      slot: 13
      material: COMPARATOR
      name: "&9⚙ Settings"
      lore:
        - ""
        - "&7Adjust access, tax, and visibility"
        - "&7for your private mine."
        - ""
        - "&eClick to open settings."

    expand:
      slot: 14
      material: NETHER_STAR
      name: "&d⬛ Expand Mine"
      lore:
        - ""
        - "&7Increase the size of your mine"
        - "&7for more mining space."
        - ""
        - "&fCurrent Level: &a%expand_level%"
        - "&fNext Upgrade Cost: &6$%expand_cost%"
        - ""
        - "&eClick to upgrade."

    reset:
      slot: 16
      material: BARRIER
      name: "&c♻ Reset Mine"
      lore:
        - ""
        - "&7Regenerate your mine"
        - "&7with your current block settings."
        - ""
        - "&eClick to reset."
private-mine-settings-gui:
  title: "&8» &6&lMine Settings &8«"
  rows: 3
  items:
    toggle-open:
      slot: 10
      material: IRON_DOOR
      name: "&e🚪 Mine Status: &a%status%"
      lore:
        - ""
        - "&7Toggle your mine between:"
        - "&f- &aOpen to Public"
        - "&f- &cPrivate"
        - ""
        - "&eClick to toggle."

    manage-bans:
      slot: 11
      material: PLAYER_HEAD
      name: "&c🚫 Manage Banned Players"
      lore:
        - ""
        - "&7View or unban players"
        - "&7from your private mine."
        - ""
        - "&eClick to manage bans."

    set-tax:
      slot: 15
      material: GOLD_INGOT
      name: "&6📊 Set Tax Rate"
      lore:
        - ""
        - "&7Current Rate: &f%tax%%"
        - ""
        - "&7Control how much you earn"
        - "&7from other players mining."
        - ""
        - "&eClick to change."

    set-entry-fee:
      slot: 16
      material: EMERALD
      name: "&a💵 Set Entry Fee"
      lore:
        - ""
        - "&7Current Fee: &f$%fee%"
        - ""
        - "&7Charge visitors to access"
        - "&7your mine."
        - ""
        - "&eClick to set fee."

    set-reset-percentage:
      slot: 13
      material: CLOCK
      name: "&b♻ Set Reset Percentage"
      lore:
        - ""
        - "&7Current Value: &f%reset%%"
        - ""
        - "&7Controls how much must be"
        - "&7mined before auto-reset."
        - ""
        - "&eClick to change."
block-change-gui:
  title: "&8» &e&lBlock Selection &7| &fPrivate Mine &8«"
  rows: 5
  selected-lore:
    - ""
    - "✅ &a&lCURRENTLY SELECTED"

  unlocked-lore:
    - ""
    - "&7Set your mine block to:"
    - "&f%block%"
    - ""
    - "&eClick to change."

  locked-lore:
    - ""
    - "⛔ &cLocked Block"
    - "&8Requires permission:"
    - "&7xprivatemines.block.%perm%"
private-mine-banned-players-gui:
  title: "&8» &4&lBanned Players &8«"
  rows: 5

  ban-button:
    material: ANVIL
    name: "&e✋ Ban a Player"
    lore:
      - ""
      - "&7Manually enter a player name"
      - "&7to ban from your mine."
      - ""
      - "&eClick to type a name."
    slot: 44

  banned-player:
    name: "&c%player%"
    lore:
      - "&7Click to unban this player."