Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 60
    • Issues 60
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Issues
  • #303

Closed
Open
Created Jul 17, 2025 by ASlimeInAHoodie@ASlimeInAHoodie

EquipConditions and EquipLevel not working

Current Version: MythicCrucible-2.1.0.jar

Context: I have been trying to restrict certain armor from being equipped base on the player's experience level.

Issue: No matter whether using EnchantingLevel{l=>X} or any conditions in EquipConditions, the plugin does not stop players from equipping the armor.

My item.yml file with the equipment in question:

ninjaHelmet1:
  Id: chainmail_helmet
  Display: <gray>Ninja Helmet</gray>
  ItemUpdater:
    Version: 1
  EquipConditions:
  - EnchantingLevel{l=>49} true
  Lore:
    Template: BasicWeaponTest
    Level: '<dark_green>Level: 50'
  CustomDurability: 100
  EquipLevel: 50
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking