Skip to content

Commit b1392aa

Browse files
author
TheProgramSrc
committed
Updated README.md
1 parent cc08fc3 commit b1392aa

File tree

1 file changed

+38
-47
lines changed

1 file changed

+38
-47
lines changed

README.md

Lines changed: 38 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,44 @@
11
# SuperCoreAPI
2-
The best way to create plugins<br>
3-
![Stars](https://img.shields.io/github/stars/TheProgramSrc/SuperCoreAPI?style=social)![Contributors](https://img.shields.io/github/contributors/TheProgramSrc/SuperCoreAPI?style=social)<br>
4-
![LastBuild](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.codemc.io%2Fview%2FAuthor%2Fjob%2Ftheprogramsrc%2Fjob%2FSuperCoreAPI%2F) ![Issues](https://img.shields.io/github/issues/TheProgramSrc/SuperCoreAPI)<br>
5-
![Java CI](https://github.com/TheProgramSrc/SuperCoreAPI/workflows/Java%20CI/badge.svg)
2+
Create the best plugins with better code, control and more!
63

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:
155

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
2515

26-
![LastVersion](https://img.shields.io/maven-metadata/v?color=%230768b7&label=Latest%20Version&metadataUrl=https://repo.codemc.io/repository/maven-public/xyz/theprogramsrc/SuperCoreAPI/maven-metadata.xml)
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
2722

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
2837

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

Comments
 (0)