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 132
    • Issues 132
    • 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
  • breakblock

breakblock · Changes

Page history
Update breakblock authored 3 years ago by Akim91's avatar Akim91
Hide whitespace changes
Inline Side-by-side
Showing with 56 additions and 4 deletions
+56 -4
  • skills/mechanics/breakblock.md skills/mechanics/breakblock.md +56 -4
  • No files found.
skills/mechanics/breakblock.md
View page @ 6fee9635
......@@ -7,11 +7,63 @@ the block (with exception of Bedrock). REQUIRES `forcesync=true`.
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|-----------|---------|-------------|---------------|
| | | | |
| Attribute | Aliases | Description | Default Value |
|-----------|-----------|------------------------------------|---------------|
| doDrops | | Whether or not to drop the block/s | true |
| doEffect | | Whether or not to play the break block particles (?) | true |
| useTool | | Whether or not to use the tool in the players hands (?) | true |
----------
Notes:
These tests were run using /mm test cast TestingBreakBlock
1.
```
TestingBreakBlock:
Skills:
- breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=true} @targetlocation
```
When a player calls this without a tool in there hand it does not drop a block or create the particle effects.
2.
```
TestingBreakBlock:
Skills:
- breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=false} @targetlocation
```
When a player calls this without a tool in there hand it does drop the block, but does not create the particle effects. The same is true if setting doEffect to false.
3.
```
TestingBreakBlock:
Skills:
- breakblock{forcesync=true;doEffect=false;doDrops=true;useTool=true} @targetlocation
```
When a player calls this with a tool in their hand it drops the block and does not player the particle effects.
4.
```
TestingBreakBlock:
Skills:
- breakblock{forcesync=true;doEffect=true;doDrops=false;useTool=true} @targetlocation
```
When a player calls this with a tool in their hand it does not drop a block, nor does it create the particle effects.
5.
```
TestingBreakBlock:
Skills:
- breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=true} @targetlocation
```
When a player calls this with a tool in their hand it does drop a block, and does create the particle effects.
--------
Examples
--------
......
Clone repository
  • Home
  • Changelogs
  • Premium Features
  • Commands and Permissions
  • FAQ / Common Issues
  • Mythic Add-ons
  • Compatible Plugins
  • API Information

Mobs

  • Overview
  • Types
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: MiniaturePets

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables

Items & Drops

  • Drops and Drop Tables
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers

Spawning

  • Spawners
  • Random Spawns