ParticleEffectAPI

Abandoned
Simple play effects with one command and a simple API!

EffectAPI

One command - much fun!

Command: /effect {effect} [amount] [offSetX] [offSetY] [offSetZ] [speed]

Example: /effect cloud 100 10 3 10 0

Spawns a area of clouds with x = 10, y = 3, z = 10 and no extra effects!

English:

You can simple play particle effects in your world with one simple command! Use /effect {effect} [amount] to spawn specific particles! Example: /effect flame 100

How to install:

Simple download the plugin and drop it into your plugins folder. Finish!

German:

Du kannst einfach Partikeleffekte in deiner Welt mit einem einfachem Befehl abspielen! Benutze /effect {effectname} [anzahl] um definierte Partikel zu spawnen! Beispiel: /effect flame 100

API:

English: To spawn a effect simple use these two lines of code:

EffectAPI api = (EffectAPI) Bukkit.getPluginManager().getPlugin("EffectAPI"); api.api.sendToAll(api.api.CLOUD, Bukkit.getOnlinePlayers()[0].getLocation(), 10, 10, 10, 0, 1000);

Deutsch: Um einen Effekt abzuspielen benutze einfach diese zwei Zeilen Code:

EffectAPI api = (EffectAPI) Bukkit.getPluginManager().getPlugin("EffectAPI"); api.api.sendToAll(api.api.CLOUD, Bukkit.getOnlinePlayers()[0].getLocation(), 10, 10, 10, 0, 1000);

The ParticleEffectAPI Team

profile avatar
  • 2
    Projects
  • 12.6K
    Downloads

More from _ForgeUser9283834