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
  • fawepaste

fawepaste · Changes

Page history
added rotation and center attributes. Added aliases authored Mar 26, 2024 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 17 additions and 9 deletions
+17 -9
  • Skills/mechanics/fawepaste.md Skills/mechanics/fawepaste.md +17 -9
  • No files found.
Skills/mechanics/fawepaste.md
View page @ 27aa40fe
......@@ -6,18 +6,21 @@ If the schematic defined in the mechanic is not found inside mm's `Schematics` f
> **This is a [Premium-Only] mechanic!**
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| schematic | s | Which schematic to load | |
| pasteAir | air,a | Should air be pasted? | |
| xOffset | x,xo | The X offset of pasting the Schematic from the target | 0 |
| yOffset | y,yo | The Y offset of pasting the Schematic from the target | 0 |
| zOffset | z,zo | The Z offset of pasting the Schematic from the target | 0 |
| chestDropTable | chests,cdt | Which MythicMob Drop Tables to supply the chests within the Schematic with | |
| trappedchestDropTable | trapchests,tcdt | Which MythicMob Drop Tables to supply the Trapped Chests within the Schematic with | |
| blocksPerTick | | The number of blocks that are placed every tick | |
| pasteID | pid, id | The paste's id. Can be used to undo the paste via the [undoPaste] mechanic | |
| pasteAir | air, a | Should air be pasted? | |
| xOffset | x, xo | The X offset of pasting the Schematic from the target | 0 |
| yOffset | y, yo | The Y offset of pasting the Schematic from the target | 0 |
| zOffset | z, zo | The Z offset of pasting the Schematic from the target | 0 |
| rotation | rot, r | the rotation of the pasted schematic, in degrees | 0 |
| center | c | Whether or not to center the schematic | true |
| chestDropTable | chests,cdt | Which MythicMob Drop Tables to supply the chests within the Schematic with
| trappedchestDropTable | trapchests, tcdt | Which MythicMob Drop Tables to supply the Trapped Chests within the Schematic with | |
| blocksPerTick | bpt | The number of blocks that are placed every tick. If 0, all of the blocks will be pasted in a single tick | 0 |
## Examples
......@@ -27,6 +30,11 @@ If the schematic defined in the mechanic is not found inside mm's `Schematics` f
```
## Aliases
- [x] pasteSchematic
- [x] schematicPaste
- [x] wePaste
<!-- LINKS -->
[Premium-Only]: Premium-Features
[undoPaste]: /Skills/mechanics/undopaste
\ 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
  • 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