FREE | MMOItems Gemforge Overhaul icon

FREE | MMOItems Gemforge Overhaul -----

Overhaul MMOItems gemstone system with custom plugin



Code (Text):
#config
settings:
  # Prevent players from applying gems onto MMOItems by clicking (the default MMOItems mechanic).
  # true  = click-to-apply is blocked; players must use the Forge GUI instead.
  # false = allow the default MMOItems click-apply behaviour.
  disable-default-gem-application: true
gui:
  title: "&8Gemstone Forge"
  size: 54
  weapon-slot: 20
  gem-slot: 24
  forge-slot: 22
  extract-slots:
    - 37
    - 38
    - 39
    - 40
    - 41
    - 42
    - 43
  applied-gem-lore:
    - ""
    - "&7MMOItems: &f{type} &8/ &f{id}"
    - "&7Socket: &f{socket}"
    - "&eClick to pick out"
sounds:
  click:
    enabled: true
    sound: UI_BUTTON_CLICK
    volume: 0.7
    pitch: 1.2
  progress:
    enabled: true
    sound: BLOCK_ANVIL_USE
    volume: 0.8
    pitch: 1.4
    delay-ticks: 0
  success:
    enabled: true
    sound: ENTITY_PLAYER_LEVELUP
    volume: 0.8
    pitch: 1.4
  fail:
    enabled: true
    sound: BLOCK_ANVIL_LAND
    volume: 0.7
    pitch: 0.7
  extract:
    enabled: true
    sound: ENTITY_ITEM_PICKUP
    volume: 0.8
    pitch: 1.1
costs:
  forge:
    money: 0
    materials: {}
  extract:
    money: 0
    materials: {}
items:
  filler:
    material: BLACK_STAINED_GLASS_PANE
    name: " "
  forge-ready:
    material: ANVIL
    name: "&aForge Gemstone"
    lore:
      - "&7Put a weapon/tool with an empty"
      - "&7MMOItems gem socket and a gemstone."
      - ""
      - "&eClick to forge."
  forge-missing:
    material: BARRIER
    name: "&cNot Ready"
    lore:
      - "&7Place a socketed MMOItem and"
      - "&7a MMOItems gemstone first."
  empty-gem:
    material: GRAY_STAINED_GLASS_PANE
    name: "&7No Gemstone"
    lore:
      - "&8Applied gems appear here."
  weapon-placeholder:
    material: IRON_SWORD
    name: "&bWeapon / Tool"
    lore:
      - "&7Place the MMOItem to modify."
  gem-placeholder:
    material: EMERALD
    name: "&bGemstone"
    lore:
      - "&7Place one MMOItems gemstone."
messages:
  no-permission: "&cYou do not have permission."
  dependencies-missing: "&cMMOItems or MythicLib is not loaded."
  not-a-mmoitem: "&cThe weapon/tool slot must contain an MMOItem."
  not-a-gem: "&cThe gemstone slot must contain a MMOItems gemstone."
  no-slots: "&cThat item has no empty compatible gemstone slot."
  forged: "&aGemstone forged into the item."
  forge-failed: "&cThe gemstone broke while forging."
  extracted: "&aGemstone removed from the item."
  extract-failed: "&cThat gemstone cannot be extracted."
  inventory-full: "&cYour inventory is full."
  reloaded: "&aMMOItemsGemForge config reloaded."
  vault-missing: "&cVault economy is required for this money cost."
  not-enough-money: "&cYou need ${money}."
  not-enough-material: "&cYou need x{amount} MMOItems {item}."


Code (Text):
(example requirement material config)
costs
  forge:
    money: 250
   materials:
      dust:
        type: MATERIAL
        id: GEM_DUST
        amount: 3
Resource Information
Author:
----------
Total Downloads: 9
First Release: Jun 13, 2026
Last Update: Jun 13, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings