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 152
    • Issues 152
    • 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
    • Wiki editors resources
  • Test Page

Test Page · Changes

Page history
Create Wiki Editors Resources/Test Page authored Mar 14, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 84 additions and 0 deletions
+84 -0
  • Wiki-Editors-Resources/Test-Page.md Wiki-Editors-Resources/Test-Page.md +84 -0
  • No files found.
Wiki-Editors-Resources/Test-Page.md 0 → 100644
View page @ 80855b6d
The following is a list of the implemented particles, associated with their DataType group. Based on the DataType they have, the attributes that can be used with them change accordingly.
**The most up to date version of this list is always going to be in the spigot Javadoc located [here](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html)**
- [DataTypes](#datatypes)
- [ItemStack](#itemstack)
- [BlockData](#blockdata)
- [MaterialData](#materialdata)
- [DustOptions](#dustoptions)
- [DustTransition](#dusttransition)
- [Particles](#particles)
# DataTypes
## ItemStack
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| material | m | The material the particle will be based on | STONE |
## BlockData
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| material | m | The material the particle will be based on | STONE |
```yaml
- effect:particles{particle=block_crack;material=COBBLESTONE}
```
## MaterialData
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| material | m | The material the particle will be based on | STONE |
## DustOptions
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| color | c | The color of the particle | #FF0000 |
| size | | The size of the particle | 1 |
## DustTransition
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| color | c, color1, c1, fromcolor, fc | The color the particles starts as | #FF0000 |
| color2 | c2, tocolor, tc | The color the particles transitions to | #0000FF |
| size | | The size of the particle | 1 |
##
# Particles
### ash
![ash](https://imgur.com/ggCYoIB.gif)
##
### block_crack
![block_crack](https://imgur.com/bHpnok7.gif)
### [BlockData](#blockdata)
### Aliases
- [x] block
- [x] blockcrack
##
### block_dust
![block_crack](https://imgur.com/oHIBddK.gif)
### [BlockData](#blockdata)
### Aliases
- [x] dust
- [x] blockdust
##
### shriek
![image](https://imgur.com/eSmLMUL.gif)
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| rotation | rot, r | the rotation of the particle | 0 |
##
### sculk_charge
![image](https://example.org/)
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| rotation | rot, r | the rotation of the particle | 0 |
### Aliases
- [x] sculkcharge
\ 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