|
1 | 1 | # SuperCoreAPI
|
2 |
| -The best way to create plugins<br> |
3 |
| -<br> |
4 |
| - <br> |
5 |
| - |
| 2 | +Create the best plugins with better code, control and more! |
6 | 3 |
|
7 |
| -## Repository: |
8 |
| -```xml |
9 |
| -<!-- SuperCoreAPI --> |
10 |
| -<repository> |
11 |
| - <id>CodeMC</id> |
12 |
| - <url>https://repo.codemc.org/repository/maven-public</url> |
13 |
| -</repository> |
14 |
| -``` |
| 4 | +## Available extensions: |
15 | 5 |
|
16 |
| -## Dependency: |
17 |
| -```xml |
18 |
| -<!-- SuperCoreAPI --> |
19 |
| -<dependency> |
20 |
| - <groupId>xyz.theprogramsrc</groupId> |
21 |
| - <artifactId>SuperCoreAPI</artifactId> |
22 |
| - <version>{LAST VERSION}</version> |
23 |
| -</dependency> |
24 |
| -``` |
| 6 | +### [Global](https://github.com/TheProgramSrc/SuperCoreAPI/tree/master/src/main/java/xyz/theprogramsrc/supercoreapi/global) |
| 7 | +* Songoda / Spigot Update Checker |
| 8 | +* Plugin Injection |
| 9 | +* Dependency Manager |
| 10 | +* Translations |
| 11 | +* Metrics |
| 12 | +* File Utils |
| 13 | +* String Utils |
| 14 | +* Server Utils |
25 | 15 |
|
26 |
| - |
| 16 | +### [BungeeCord](https://github.com/TheProgramSrc/SuperCoreAPI/tree/master/src/main/java/xyz/theprogramsrc/supercoreapi/bungee) |
| 17 | +* Custom Command Creator |
| 18 | +* Messaging Services (Not tested yet) |
| 19 | +* Custom File Storage |
| 20 | +* BungeeCord Utils |
| 21 | +* BungeeCord Console Utils |
27 | 22 |
|
| 23 | +### [Spigot](https://github.com/TheProgramSrc/SuperCoreAPI/tree/master/src/main/java/xyz/theprogramsrc/supercoreapi/spigot) |
| 24 | +* Custom Command Creator |
| 25 | +* Dialog Creator |
| 26 | +* Custom Events |
| 27 | +* Interactive GUI Creator |
| 28 | +* Hologram creator |
| 29 | +* Item Builder |
| 30 | +* Packet Utils |
| 31 | +* Reflection Utils |
| 32 | +* Plugin Updater |
| 33 | +* Custom Head Texture Util |
| 34 | +* Storage Utils |
| 35 | +* Cross-Version materials |
| 36 | +* Task Utils |
28 | 37 |
|
29 |
| -To avoid bugs with other plugins using SuperCoreAPI is recommended to use this maven shade plugin (using relocation settings): |
30 |
| -```xml |
31 |
| - <plugin> |
32 |
| - <groupId>org.apache.maven.plugins</groupId> |
33 |
| - <artifactId>maven-shade-plugin</artifactId> |
34 |
| - <version>3.1.0</version> |
35 |
| - <executions> |
36 |
| - <execution> |
37 |
| - <phase>package</phase> |
38 |
| - <goals> |
39 |
| - <goal>shade</goal> |
40 |
| - </goals> |
41 |
| - <configuration> |
42 |
| - <createDependencyReducedPom>false</createDependencyReducedPom> |
43 |
| - <relocations> |
44 |
| - <relocation> |
45 |
| - <pattern>xyz.theprogramsrc.supercoreapi</pattern> |
46 |
| - <shadedPattern>com.example.myplugin.supercoreapi</shadedPattern> |
47 |
| - </relocation> |
48 |
| - </relocations> |
49 |
| - </configuration> |
50 |
| - </execution> |
51 |
| - </executions> |
52 |
| - </plugin> |
53 |
| -``` |
| 38 | + |
| 39 | +## Links: |
| 40 | +* [Donate](https://go.theprogramsrc.xyz/donate) |
| 41 | +* [Patreon](https://go.theprogramsrc.xyz/patreon) |
| 42 | +* [Free Minecraft Hosting](https://go.theprogramsrc.xyz/aternos) |
| 43 | +* [Best Minecraft Hosting, VPS Hosting, Dedicated Hosting and more!](https://go.theprogramsrc.xyz/elixirnode) |
| 44 | +* [The one stop marketplace for all the Minecraft plugins you will ever need.](https://go.theprogramsrc.xyz/songoda) |
0 commit comments