Exylia Plugins
Default Files

menu.yml

Default GUI configuration shipped with ExyliaPracticeBot

menu.yml

title: "{primary}&lEXYLIA PRACTICE BOT"
size: 54
type: SIMPLE
refresh:
  mode: ON_CLICK
  click_delay: 1
animation: "rows_alternate"

open_sounds:
  - "ENTITY_ARROW_SHOOT|1.0|2.0"
close_sounds:
  - "BLOCK_CHEST_LOCKED|1.0|2.0"
click_sounds:
  - "UI_BUTTON_CLICK|1.0|2.0"

filler:
  global:
    material: GRAY_STAINED_GLASS_PANE
    hide_tooltip: true

items:
  helmet:
    slot: 10
    material: "%material_helmet%"
    name: "{primary}&lHELMET"
    lore:
      - ""
      - "{muted}Current: %helmet_type%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_helmet_type"

  chestplate:
    slot: 19
    material: "%material_chestplate%"
    name: "{primary}&lCHESTPLATE"
    lore:
      - ""
      - "{muted}Current: %chestplate_type%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_chestplate_type"

  leggings:
    slot: 28
    material: "%material_leggings%"
    name: "{primary}&lLEGGINGS"
    lore:
      - ""
      - "{muted}Current: %leggings_type%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_leggings_type"

  boots:
    slot: 37
    material: "%material_boots%"
    name: "{primary}&lBOOTS"
    lore:
      - ""
      - "{muted}Current: %boots_type%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_boots_type"

  helmet_enchant:
    slot: 11
    material: "%enchant_material_helmet%"
    name: "{secondary}&lHELMET ENCHANTMENT"
    lore:
      - ""
      - "{muted}Current: %helmet_enchant%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_helmet_enchant"

  chestplate_enchant:
    slot: 20
    material: "%enchant_material_chestplate%"
    name: "{secondary}&lCHESTPLATE ENCHANTMENT"
    lore:
      - ""
      - "{muted}Current: %chestplate_enchant%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_chestplate_enchant"

  leggings_enchant:
    slot: 29
    material: "%enchant_material_leggings%"
    name: "{secondary}&lLEGGINGS ENCHANTMENT"
    lore:
      - ""
      - "{muted}Current: %leggings_enchant%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_leggings_enchant"

  boots_enchant:
    slot: 38
    material: "%enchant_material_boots%"
    name: "{secondary}&lBOOTS ENCHANTMENT"
    lore:
      - ""
      - "{muted}Current: %boots_enchant%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_boots_enchant"

  main-hand:
    slot: 12
    material: "%material_main_hand%"
    name: "{warning}&lMAIN HAND"
    lore:
      - ""
      - "{muted}Current: %main_hand_type%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_main_hand"

  main-hand-knockback:
    slot: 21
    material: SLIME_BALL
    name: "{warning}&lMAIN HAND KNOCKBACK"
    lore:
      - ""
      - "{muted}Current: %main_hand_knockback%"
      - "{muted}(Only applies to sword)"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_main_hand_knockback"

  off-hand:
    slot: 30
    material: "%material_off_hand%"
    name: "{info}&lOFF HAND"
    lore:
      - ""
      - "{muted}Current: %off_hand_type%"
      - ""
      - "{info}Click to alternate!"
    actions:
      - "cycle_off_hand"

  spawn:
    slot: 48
    material: LIME_DYE
    name: "{success}&lSPAWN BOT"
    lore:
      - ""
      - "{letters}Spawn your practice bot"
      - "{letters}at your location"
      - ""
      - "{info}Click to spawn!"
    actions:
      - "spawn"

  remove:
    slot: 50
    material: RED_DYE
    name: "{error}&lREMOVE BOT"
    lore:
      - ""
      - "{letters}Remove your active bot"
      - ""
      - "{info}Click to remove!"
    actions:
      - "remove"

  attack-mode:
    slot: 15
    material: IRON_SWORD
    name: "{highlight}&lATTACK MODE"
    lore:
      - ""
      - "{muted}Current: {letters}%attack_mode%"
      - ""
      - "{success_light}Click to toggle!"
    actions:
      - "toggle_attack"

  follow-mode:
    slot: 16
    material: LEAD
    name: "{highlight}&lFOLLOW OWNER"
    lore:
      - ""
      - "{muted}Current: {letters}%follow_owner%"
      - ""
      - "{success_light}Click to toggle!"
    actions:
      - "toggle_follow"

  slow-falling:
    slot: 23
    material: FEATHER
    name: "{highlight}&lSLOW FALLING"
    lore:
      - ""
      - "{muted}Current: {letters}%slow_falling%"
      - ""
      - "{success_light}Click to toggle!"
    actions:
      - "toggle_slow_falling"

  unlimited-health:
    slot: 24
    material: GOLDEN_APPLE
    name: "{highlight}&lUNLIMITED HEALTH"
    lore:
      - ""
      - "{muted}Current: {letters}%unlimited_health%"
      - ""
      - "{success_light}Click to toggle!"
    actions:
      - "toggle_health"

  attack-speed:
    slot: 25
    material: CLOCK
    name: "{info}&lATTACK SPEED"
    lore:
      - ""
      - "{muted}Current: {highlight}%attack_speed%"
      - ""
      - "{success_light}Left-click to increase"
      - "{warning_light}Right-click to decrease"
    actions:
      - "left: increase_attack_speed"
      - "right: decrease_attack_speed"

  movement-speed:
    slot: 33
    material: FEATHER
    name: "{info}&lMOVEMENT SPEED"
    lore:
      - ""
      - "{muted}Current: {highlight}%movement_speed%"
      - ""
      - "{success_light}Left-click to increase"
      - "{warning_light}Right-click to decrease"
    actions:
      - "left: increase_movement_speed"
      - "right: decrease_movement_speed"

  attack-reach:
    slot: 34
    material: FISHING_ROD
    name: "{info}&lATTACK REACH"
    lore:
      - ""
      - "{muted}Current: {highlight}%attack_reach%"
      - ""
      - "{success_light}Left-click to increase"
      - "{warning_light}Right-click to decrease"
    actions:
      - "left: increase_attack_reach"
      - "right: decrease_attack_reach"

  follow-distance:
    slot: 42
    material: ENDER_PEARL
    name: "{info}&lFOLLOW DISTANCE"
    lore:
      - ""
      - "{muted}Current: {highlight}%follow_distance%"
      - ""
      - "{success_light}Left-click to increase"
      - "{warning_light}Right-click to decrease"
    actions:
      - "left: increase_follow_distance"
      - "right: decrease_follow_distance"

  anti-knockback:
    slot: 43
    material: ANVIL
    name: "{highlight}&lANTI-KNOCKBACK"
    lore:
      - ""
      - "{muted}Current: {letters}%anti_knockback%"
      - ""
      - "{success_light}Click to toggle!"
    actions:
      - "toggle_antikb"

  difficulty:
    slot: 4
    material: "%difficulty_material%"
    name: "{highlight}&lDIFFICULTY"
    lore:
      - ""
      - "{muted}Current: %difficulty%"
      - ""
      - "{letters}Easy: Basic behavior"
      - "{letters}Medium: Crit jumps, strafing"
      - "{letters}Pro: Advanced PvP mechanics"
      - ""
      - "{success_light}Click to cycle!"
    actions:
      - "cycle_difficulty"

  tp-to-bot:
    slot: 3
    material: ENDER_EYE
    name: "{info}&lTELEPORT TO BOT"
    lore:
      - ""
      - "{letters}Teleport yourself to"
      - "{letters}your bot's location"
      - ""
      - "{info}Click to teleport!"
    actions:
      - "tp_to_bot"

  tp-bot-to-me:
    slot: 5
    material: CHORUS_FRUIT
    name: "{info}&lTELEPORT BOT TO ME"
    lore:
      - ""
      - "{letters}Teleport your bot"
      - "{letters}to your location"
      - ""
      - "{info}Click to teleport!"
    actions:
      - "tp_bot_to_me"

On this page