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
    • Mechanics
  • breakblock

breakblock · Changes

Page history
Update breakblock authored May 24, 2023 by Phillip's avatar Phillip
Hide whitespace changes
Inline Side-by-side
Showing with 10 additions and 10 deletions
+10 -10
  • skills/mechanics/breakblock.md skills/mechanics/breakblock.md +10 -10
  • No files found.
skills/mechanics/breakblock.md
View page @ e40aa475
...@@ -21,10 +21,10 @@ Notes: ...@@ -21,10 +21,10 @@ Notes:
These tests were run using /mm test cast TestingBreakBlock These tests were run using /mm test cast TestingBreakBlock
1. 1.
``` ```yaml
TestingBreakBlock: TestingBreakBlock:
Skills: Skills:
- breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=true} @targetlocation - breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=true} @origin
``` ```
When a player calls this without a tool in there hand it does not drop a block or create the particle effects. When a player calls this without a tool in there hand it does not drop a block or create the particle effects.
...@@ -33,7 +33,7 @@ When a player calls this without a tool in there hand it does not drop a block o ...@@ -33,7 +33,7 @@ When a player calls this without a tool in there hand it does not drop a block o
``` ```
TestingBreakBlock: TestingBreakBlock:
Skills: Skills:
- breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=false} @targetlocation - breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=false} @origin
``` ```
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. 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.
...@@ -42,7 +42,7 @@ When a player calls this without a tool in there hand it does drop the block, bu ...@@ -42,7 +42,7 @@ When a player calls this without a tool in there hand it does drop the block, bu
``` ```
TestingBreakBlock: TestingBreakBlock:
Skills: Skills:
- breakblock{forcesync=true;doEffect=false;doDrops=true;useTool=true} @targetlocation - breakblock{forcesync=true;doEffect=false;doDrops=true;useTool=true} @origin
``` ```
When a player calls this with a tool in their hand it drops the block and does not player the particle effects. When a player calls this with a tool in their hand it drops the block and does not player the particle effects.
...@@ -51,7 +51,7 @@ When a player calls this with a tool in their hand it drops the block and does n ...@@ -51,7 +51,7 @@ When a player calls this with a tool in their hand it drops the block and does n
``` ```
TestingBreakBlock: TestingBreakBlock:
Skills: Skills:
- breakblock{forcesync=true;doEffect=true;doDrops=false;useTool=true} @targetlocation - breakblock{forcesync=true;doEffect=true;doDrops=false;useTool=true} @origin
``` ```
When a player calls this with a tool in their hand it does not drop a block, nor does it create the particle effects. When a player calls this with a tool in their hand it does not drop a block, nor does it create the particle effects.
...@@ -60,7 +60,7 @@ When a player calls this with a tool in their hand it does not drop a block, nor ...@@ -60,7 +60,7 @@ When a player calls this with a tool in their hand it does not drop a block, nor
``` ```
TestingBreakBlock: TestingBreakBlock:
Skills: Skills:
- breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=true} @targetlocation - breakblock{forcesync=true;doEffect=true;doDrops=true;useTool=true} @origin
``` ```
When a player calls this with a tool in their hand it does drop a block, and does create the particle effects. When a player calls this with a tool in their hand it does drop a block, and does create the particle effects.
...@@ -72,7 +72,7 @@ Examples ...@@ -72,7 +72,7 @@ Examples
This example would break the block at location x:100,y:64,z:100 in the This example would break the block at location x:100,y:64,z:100 in the
current world when right-clicked. current world when right-clicked.
```yaml
Skills: Skills:
- breakblock{forcesync=true} @location{c=100,64,100} ~onInteract - breakblock{forcesync=true} @location{c=100,64,100} ~onInteract
- ... ```
\ No newline at end of file \ 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