File tree Expand file tree Collapse file tree
src/org/inventivetalent/packetlistener Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <artifactId >api</artifactId >
1414 <version >${pl.version} </version >
1515
16-
1716 <dependencies >
1817 <dependency >
1918 <groupId >org.spigotmc</groupId >
3837 <artifactId >reflectionhelper</artifactId >
3938 <version >1.18.15-SNAPSHOT</version >
4039 </dependency >
41-
42- <dependency >
43- <groupId >org.inventivetalent.spiget-update</groupId >
44- <artifactId >bukkit</artifactId >
45- <version >1.4.3-SNAPSHOT</version >
46- </dependency >
4740 </dependencies >
4841
4942</project >
Original file line number Diff line number Diff line change 22
33import org .bukkit .Bukkit ;
44import org .bukkit .plugin .java .JavaPlugin ;
5- import org .inventivetalent .packetlistener .metrics .Metrics ;
6- import org .inventivetalent .update .spiget .SpigetUpdate ;
7- import org .inventivetalent .update .spiget .UpdateCallback ;
8- import org .inventivetalent .update .spiget .comparator .VersionComparator ;
95
106public class PacketListenerPlugin extends JavaPlugin {
117
@@ -24,8 +20,6 @@ public void onEnable() {
2420 return ;
2521 }
2622
27- new Metrics (this , 225 );
28-
2923 packetListenerAPI .init (this );
3024 }
3125
You can’t perform that action at this time.
0 commit comments