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 136
    • Issues 136
    • 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
    • Mechanics
  • BlockWave

BlockWave · Changes

Page history
Update /skills/mechanics/BlockWave authored Mar 06, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 44 additions and 0 deletions
+44 -0
  • skills/mechanics/BlockWave.md skills/mechanics/BlockWave.md +44 -0
  • No files found.
skills/mechanics/BlockWave.md 0 → 100644
View page @ bf4a60de
## Description
Creates a wave of the specified blocks, with varying shapes, speeds and blocks.
Note that the blockwave effect will never actually change any blocks in the world and thus will never grief the environment in any way. The changes made this effect are purely cosmetic, no actual blocks are changed and everything will always return to its original state.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| material | mat, m | The [material] used for the blockwave | |
| radius | r | The radius of the blockwave effect | 2 |
| radiusy | n | The y radius of the blockwave effect |`radius` |
| duration | d | Duration of the effect in ticks | 15 |
| shape | s | The shape of the effect (Sphere/Cube) | sphere |
| velocity | v | The speed of the effect | 0.2 |
| horizontalvelocity | velocityh, vh | The speed of the effect in the horizontal direction | 0 |
| specificvelocities | sv | Whether to make use of the `vx`, `vy` and `vz` attributes | false |
| velocityx | vx | The speed of the effect on the x axis | 0 |
| velocityy | vy | The speed of the effect on the y axis | 0 |
| velocityz | vz | The speed of the effect on the z axis | 0 |
| noise | n | The noise of the effect | 0 |
| hidesourceblock | hidesource, hsb, hs | Whether to hide the source block | true |
| ignoreair | ia | Whether air blocks should be ignored | true |
### Material Attribute
If material is left blank, it will use whatever material type it is used on.
Example: if you leave it blank and use it on a villager building, you will see the blocks of the building used in the blockwave.
## Examples
```yaml
Skills:
- blockwave{duration=100;material=stone;radius=5;radiusY=5;velocity=10;shape=sphere} @selflocation
```
> Creates a stone blockwave in a sphere shape starting at your self location
## Aliases
- [x] effect:blockWave
- [x] e:blockWave
<!-- LINKS -->
[material]: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
\ 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
  • Pins
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • Particles Types
  • Audience
Examples
Useful Tips