ParticleEffectAPI

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

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);


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    73585
  • Created
    Jan 31, 2014
  • Last Released File
    Jan 31, 2014
  • Total Downloads
    646
  • License

Categories

Members

Recent Files