File tree Expand file tree Collapse file tree
src/main/java/com/bencodez/advancedcore/api/item Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <timestamp >${maven.build.timestamp}</timestamp >
1515 <maven .build.timestamp.format>yyyy-MM-dd HH:mm</maven .build.timestamp.format>
1616 <build .number>NOTSET</build .number>
17- <maven .compiler.source>8 </maven .compiler.source>
18- <maven .compiler.target>8 </maven .compiler.target>
19- <maven .compiler.release>8 </maven .compiler.release>
17+ <maven .compiler.source>11 </maven .compiler.source>
18+ <maven .compiler.target>11 </maven .compiler.target>
19+ <maven .compiler.release>11 </maven .compiler.release>
2020 </properties >
2121 <build >
2222 <resources >
179179 <id >dmulloy2-repo</id >
180180 <url >https://repo.dmulloy2.net/repository/public/</url >
181181 </repository >
182- <repository >
183- <id >nexo</id >
184- <url >https://repo.nexomc.com/releases</url >
185- </repository >
186182 </repositories >
187183 <dependencies >
188184 <dependency >
197193 <version >3.6.1</version >
198194 <scope >provided</scope >
199195 </dependency >
200- <dependency >
201- <groupId >com.nexomc</groupId >
202- <artifactId >nexo</artifactId >
203- <version >1.1.0</version >
204- </dependency >
205196 <dependency >
206197 <groupId >org.spigotmc</groupId >
207198 <artifactId >spigot-api</artifactId >
Original file line number Diff line number Diff line change @@ -164,10 +164,10 @@ public ItemBuilder(ConfigurationSection data) {
164164 }
165165 } else if (!data .getString ("Nexo" , "" ).isEmpty ()
166166 && Bukkit .getPluginManager ().getPlugin ("Nexo" ) != null ) {
167- ItemStack item = new NexoItemHandle ().getItem (data .getString ("Nexo" ));
168- if (item != null ) {
169- is = item ;
170- }
167+ // ItemStack item = new NexoItemHandle().getItem(data.getString("Nexo"));
168+ // if (item != null) {
169+ // is = item;
170+ // }
171171 } else {
172172 is = new ItemStack (Material .STONE );
173173 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments