Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkBlade12 authored Sep 10, 2020
1 parent df3f57f commit e6d8608
Showing 1 changed file with 2 additions and 37 deletions.
39 changes: 2 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,6 @@
ParticleEffect [![Build Status](http://ci.sinndevelopment.com/job/ParticleEffect Library/badge/icon)](http://ci.sinndevelopment.com/job/ParticleEffect Library)
ParticleEffect
==============

This a library which allows you to display particle effects with Bukkit/Spigot. See http://bukkit.org/threads/1-8-particleeffect-v1-6.154406/ for more information about this project!

Documentation here: http://ci.sinndevelopment.com/job/ParticleEffect%20Library/javadoc/

## Maven Dependency Information:
```
<repository>
<id>sinndev-repo</id>
<url>http://repo.sinndev.com/content/groups/public/</url>
</repository>
<dependency>
<groupId>com.darkblade12</groupId>
<artifactId>particleeffect</artifactId>
<version>1.7</version>
</dependency>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<artifactSet>
<includes>
<include>com.darkblade12:*</include>
</includes>
</artifactSet>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
```
**This repository is no longer maintained because the functionality of this library has been implemented in the Bukkit/Spigot API. See [org.bukkit.World#spawnParticle](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html#spawnParticle(org.bukkit.Particle,double,double,double,int)) and [org.bukkit.Player#spawnParticle](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html#spawnParticle(org.bukkit.Particle,double,double,double,int)) for more information about spawning particles.**

0 comments on commit e6d8608

Please sign in to comment.