Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 137
    • Issues 137
    • 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
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Conditions
  • cuboid

cuboid · Changes

Page history
updated layout and informations authored May 15, 2023 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 14 additions and 18 deletions
+14 -18
  • Skills/conditions/cuboid.md Skills/conditions/cuboid.md +14 -18
  • No files found.
Skills/conditions/cuboid.md
View page @ bfaddb4e
**Description:** Whether the target is within the given cuboid between location1 x location2
## Description
Whether the target is within a cuboid that has `location1` and `location2` as opposite vertices
---
**Attributes:**
## Attributes
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| location1 | loc1, l1, a | x,y,z coordinates for the 1st point. |
| location2 | loc2, l2, b | x,y,z coordinates for the 2nd point. |
| relative | r | Whether or not the coordinates should be relative to the caster |
| world | None | The world for the cuboid location to check. |
---
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| location1 | loc1, l1, a | x,y,z coordinates for the 1st point. | |
| location2 | loc2, l2, b | x,y,z coordinates for the 2nd point. | |
| relative | r | Whether or not the coordinates should be relative to the caster | false |
**Examples:**
## Examples
```yaml
TargetConditions:
- cuboid{location1=x,y,z;location2=x,y,z;relative=true}
```
TargetConditions:
- cuboid{location1=x,y,z;location2=x,y,z;world=world;relative=true}
```
---
**Extra Information:**
- [x] Type: Compare
\ No newline at end of file
## Aliases
- [x] incuboid
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples