Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
plugin:extrafireworks:commands [2021/11/10 15:35] – [Available for "custom" Effects] Fix typo phoenix616plugin:extrafireworks:commands [2021/12/27 16:12] – Add launch and motion phoenix616
Line 12: Line 12:
  
 Allows reloading of the plugin config. Allows reloading of the plugin config.
 +
 +## Launch
 +
 +**Usage:** `/ef launch <effect> [<world>,]<x>,<y>,<z> <power> [<config>]`  
 +**Example:** `/ef launchtext -1914,63,-898 2 {motion:"0.5,0.8,-0.5",colors:["0,255,0","255,0,0"],particle: redstone, text: "The Text", box: true}`  
 +**Permission:** `extrafireworks.command.launch`
 +
 +Allows launching of fireworks at specific locations. The firework effect type can be both [Vanilla](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/FireworkEffect.Type.html#enum.constant.summary) and [ExtraFirework's effects](https://wiki.phoenix616.dev/plugin:extrafireworks:effects) (including custom defined ones in the config).
  
 ## Show ## Show
Line 24: Line 32:
  
 ### Available for all types ### Available for all types
 +
 +#### motion
 +
 +A string in the format of `x,y,z` which contains motion/direction information into which the firework should fly. Some effects also get changed based on that direction. (Currently only fountains)
  
 #### color #### color