๐Ÿงช
Lee's Plugins
  • Information
  • ๐Ÿ’”Lee's Lifesteal
    • ๐ŸชงBranding Wizard
  • ๐Ÿ“‹TaskedUltimate
    • ๐ŸŒณGetting Started
    • โŒจ๏ธCommands
    • ๐Ÿ”ŒPlaceholders
    • ๐Ÿ“„Configuration
    • ๐Ÿ”˜Actions
    • ๐ŸŽซUnderstanding IDs
    • ๐ŸŽš๏ธDatabase
    • ๐Ÿ’ฌDiscord Integration
    • ๐Ÿ’ŽUpdating
    • โ“Why Premium
  • ๐Ÿ’ŽBlockEffects
    • Commands
    • Particle List
    • Particle Flags
    • Tutorials
    • Configuration
    • ๐Ÿ’ŽBlockEffects (Pre-4.0)
      • Commands
      • Particle Types
      • Modification Flags
      • Configuration
      • Examples & Usages
    • ๐Ÿ’ŽBlockEffects (Pre-3.0)
      • Commands
      • Particle Types
      • Modification Flags
      • Configuration & Storage
      • Examples & Usages
Powered by GitBook
On this page
  • Examples
  • Usages
  1. BlockEffects
  2. BlockEffects (Pre-3.0)

Examples & Usages

View some basic examples of effect creation and the uses of them.

PreviousConfiguration & Storage

Last updated 2 years ago

Examples

Usages

You can use BlockEffects for a variety of things, but here are some creative uses: โ€ข Waterfall Mist โ€ข Volcano Smoke โ€ข Crate Animations โ€ข Falling Leaves On Trees โ€ข Biome Ambience

๐Ÿ’Ž
๐Ÿ’Ž
A normal particle: /be create EXAMPLE SLIME
A normal particle spanning multiple blocks: /be create EXAMPLE HEART Modifying the particle to span multiple blocks: /be modify EXAMPLE OFFSET 3 3 3 (Uses XYZ)
A particle that uses an item to display: /be create EXAMPLE ITEM_CRACK Modifying the particle to show a specific item: /be modify EXAMPLE ITEM DIAMOND_BLOCK
A particle that uses a block to display: /be create EXAMPLE BLOCK_DUST Modifying the particle to show a specific block: /be modify EXAMPLE BLOCK DIAMOND_BLOCK
A particle that has a solid color: /be create EXAMPLE REDSTONE Modifying the particles color: /be modify EXAMPLE COLOR 100 100 100 (Uses RGB Format)
A particle that has a transitioning color: /be create EXAMPLE DUST_COLOR_TRANSITION Modifying the particles main color: /be modify EXAMPLE COLOR 100 100 100 Modifying the particles transition color: /be modify EXAMPLE COLORTRANSITION 200 200 200