|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>com.esophose.playerparticles</groupId> |
4 | 4 | <artifactId>PlayerParticles</artifactId> |
5 | | - <version>6.3</version> |
| 5 | + <version>6.4</version> |
6 | 6 | <name>PlayerParticles</name> |
7 | 7 | <url>https://github.com/Esophose/PlayerParticles</url> |
8 | | - <description>Display particles around your player using customized styles and data!</description> |
| 8 | + <description>Display particles around your player and blocks using customized styles and data!</description> |
9 | 9 | <build> |
10 | 10 | <sourceDirectory>src</sourceDirectory> |
11 | 11 | <resources> |
|
31 | 31 | <version>3.1.0</version> |
32 | 32 | <executions> |
33 | 33 | <execution> |
34 | | - <id>1.13</id> |
| 34 | + <id>shaded</id> |
35 | 35 | <phase>package</phase> |
36 | 36 | <goals> |
37 | 37 | <goal>shade</goal> |
|
42 | 42 | <include>com.zaxxer:HikariCP</include> |
43 | 43 | <include>org.slf4j:slf4j-api</include> |
44 | 44 | <include>org.slf4j:slf4j-nop</include> |
| 45 | + <include>com.googlecode.json-simple:json-simple</include> |
45 | 46 | </includes> |
46 | 47 | </artifactSet> |
47 | 48 | <filters> |
|
54 | 55 | </excludes> |
55 | 56 | </filter> |
56 | 57 | </filters> |
57 | | - <outputFile>C:\Users\Esophose\Desktop\Spigot Dev Servers\1.13\plugins\update\PlayerParticles v${project.version}.jar</outputFile> |
58 | | - </configuration> |
59 | | - </execution> |
60 | | - <execution> |
61 | | - <id>1.12</id> |
62 | | - <phase>package</phase> |
63 | | - <goals> |
64 | | - <goal>shade</goal> |
65 | | - </goals> |
66 | | - <configuration> |
67 | | - <artifactSet> |
68 | | - <includes> |
69 | | - <include>com.zaxxer:HikariCP</include> |
70 | | - <include>org.slf4j:slf4j-api</include> |
71 | | - <include>org.slf4j:slf4j-nop</include> |
72 | | - </includes> |
73 | | - </artifactSet> |
74 | | - <filters> |
75 | | - <filter> |
76 | | - <artifact>*:*</artifact> |
77 | | - <excludes> |
78 | | - <exclude>META-INF/*.SF</exclude> |
79 | | - <exclude>META-INF/*.DSA</exclude> |
80 | | - <exclude>META-INF/*.RSA</exclude> |
81 | | - </excludes> |
82 | | - </filter> |
83 | | - </filters> |
84 | | - <outputFile>C:\Users\Esophose\Desktop\Spigot Dev Servers\1.12\plugins\update\PlayerParticles v${project.version}.jar</outputFile> |
85 | | - </configuration> |
86 | | - </execution> |
87 | | - <execution> |
88 | | - <id>1.11</id> |
89 | | - <phase>package</phase> |
90 | | - <goals> |
91 | | - <goal>shade</goal> |
92 | | - </goals> |
93 | | - <configuration> |
94 | | - <artifactSet> |
95 | | - <includes> |
96 | | - <include>com.zaxxer:HikariCP</include> |
97 | | - <include>org.slf4j:slf4j-api</include> |
98 | | - <include>org.slf4j:slf4j-nop</include> |
99 | | - </includes> |
100 | | - </artifactSet> |
101 | | - <filters> |
102 | | - <filter> |
103 | | - <artifact>*:*</artifact> |
104 | | - <excludes> |
105 | | - <exclude>META-INF/*.SF</exclude> |
106 | | - <exclude>META-INF/*.DSA</exclude> |
107 | | - <exclude>META-INF/*.RSA</exclude> |
108 | | - </excludes> |
109 | | - </filter> |
110 | | - </filters> |
111 | | - <outputFile>C:\Users\Esophose\Desktop\Spigot Dev Servers\1.11\plugins\update\PlayerParticles v${project.version}.jar</outputFile> |
112 | | - </configuration> |
113 | | - </execution> |
114 | | - <execution> |
115 | | - <id>1.10</id> |
116 | | - <phase>package</phase> |
117 | | - <goals> |
118 | | - <goal>shade</goal> |
119 | | - </goals> |
120 | | - <configuration> |
121 | | - <artifactSet> |
122 | | - <includes> |
123 | | - <include>com.zaxxer:HikariCP</include> |
124 | | - <include>org.slf4j:slf4j-api</include> |
125 | | - <include>org.slf4j:slf4j-nop</include> |
126 | | - </includes> |
127 | | - </artifactSet> |
128 | | - <filters> |
129 | | - <filter> |
130 | | - <artifact>*:*</artifact> |
131 | | - <excludes> |
132 | | - <exclude>META-INF/*.SF</exclude> |
133 | | - <exclude>META-INF/*.DSA</exclude> |
134 | | - <exclude>META-INF/*.RSA</exclude> |
135 | | - </excludes> |
136 | | - </filter> |
137 | | - </filters> |
138 | | - <outputFile>C:\Users\Esophose\Desktop\Spigot Dev Servers\1.10\plugins\update\PlayerParticles v${project.version}.jar</outputFile> |
139 | | - </configuration> |
140 | | - </execution> |
141 | | - <execution> |
142 | | - <id>1.9</id> |
143 | | - <phase>package</phase> |
144 | | - <goals> |
145 | | - <goal>shade</goal> |
146 | | - </goals> |
147 | | - <configuration> |
148 | | - <artifactSet> |
149 | | - <includes> |
150 | | - <include>com.zaxxer:HikariCP</include> |
151 | | - <include>org.slf4j:slf4j-api</include> |
152 | | - <include>org.slf4j:slf4j-nop</include> |
153 | | - </includes> |
154 | | - </artifactSet> |
155 | | - <filters> |
156 | | - <filter> |
157 | | - <artifact>*:*</artifact> |
158 | | - <excludes> |
159 | | - <exclude>META-INF/*.SF</exclude> |
160 | | - <exclude>META-INF/*.DSA</exclude> |
161 | | - <exclude>META-INF/*.RSA</exclude> |
162 | | - </excludes> |
163 | | - </filter> |
164 | | - </filters> |
165 | | - <outputFile>C:\Users\Esophose\Desktop\Spigot Dev Servers\1.9\plugins\update\PlayerParticles v${project.version}.jar</outputFile> |
| 58 | + <outputFile>./target/PlayerParticles_v${project.version}.jar</outputFile> |
166 | 59 | </configuration> |
167 | 60 | </execution> |
168 | 61 | </executions> |
|
200 | 93 | <artifactId>sqlite-jdbc</artifactId> |
201 | 94 | <version>3.23.1</version> |
202 | 95 | </dependency> |
| 96 | + <dependency> |
| 97 | + <groupId>com.googlecode.json-simple</groupId> |
| 98 | + <artifactId>json-simple</artifactId> |
| 99 | + <version>1.1.1</version> |
| 100 | + </dependency> |
203 | 101 | <dependency> |
204 | 102 | <groupId>org.spigotmc</groupId> |
205 | 103 | <artifactId>spigot-api</artifactId> |
206 | | - <version>1.13.2-R0.1-SNAPSHOT</version> |
| 104 | + <version>1.14-R0.1-SNAPSHOT</version> |
207 | 105 | </dependency> |
208 | 106 | </dependencies> |
209 | 107 | </project> |
0 commit comments