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 53
    • Issues 53
    • 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
  • Wiki
    • Skills
    • Conditions
  • EquipSlot

EquipSlot · Changes

Page history
Create Skills/Conditions/EquipSlot authored Apr 28, 2022 by LcorpOfficial's avatar LcorpOfficial
Show whitespace changes
Inline Side-by-side
Showing with 35 additions and 0 deletions
+35 -0
  • Skills/Conditions/EquipSlot.md Skills/Conditions/EquipSlot.md +35 -0
  • No files found.
Skills/Conditions/EquipSlot.md 0 → 100644
View page @ d700635d
**Description:** This condition checks if the player has the Crucible item equipped in a particular slot. This condition does not work for other materials, only the item running the skill. for a skill to check for materials for more complex checks, see the [wearing](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/skills/conditions/wearing) condition.
**Type:** Entity
---
**Attributes:**
| Attribute | Alias | Description | Default |
| --------- | --------- | ----------- | ------- |
| EquipSlot | slot, s | The item slot to check. | HAND |
**Valid Slots:**
| HEAD | CHEST | LEGS | FEET | HAND | OFFHAND |
| ---- | ----- | ---- | ---- | ---- | ------- |
---
**Examples:**
```
Conditions:
- equipslot{slot=HAND} true
```
---
**Aliases:**
| Condition Aliases |
| ----------------- |
| equipmentslot |
| wornslot |
---
\ No newline at end of file
Clone repository
  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues

Usage

  • Installation
  • Creating Custom Items
  • Using with MMOItems

New Mechanics

  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions

Special Features

  • Ammo System / Making Guns
  • Special Options