9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2025-12-31 04:46:31 +00:00

Finally fixed readme

This commit is contained in:
Auxilor
2021-09-19 11:48:11 +01:00
parent 33bf302581
commit 732b2b370c
2 changed files with 8 additions and 11 deletions

View File

@@ -1,30 +1,27 @@
<h1 align="center">
<br>
<img src="https://i.imgur.com/nPWTJzV.png" alt="EcoSkills logo" width="256">
<img src="https://i.imgur.com/nOCGNDi.png" alt="EcoSkills logo" width="256">
<br>
</h1>
<h4 align="center">Source code for EcoSkills, a premium spigot plugin.</h4>
<p align="center">
<a href="https://www.spigotmc.org/resources/EcoSkills.94630/">
<img alt="spigot" src="https://img.shields.io/badge/spigot-EcoSkills-yellow?style=for-the-badge"/>
<a href="https://polymart.org/resource/1-16-1-17-ecoskills.1351">
<img alt="spigot" src="https://img.shields.io/badge/polymart-EcoSkills-ff00ae?style=for-the-badge"/>
</a>
<a href="https://bstats.org/plugin/bukkit/EcoSkills" alt="bstats servers">
<img src="https://img.shields.io/bstats/servers/12205?color=yellow&style=for-the-badge"/>
<img src="https://img.shields.io/bstats/servers/12205?color=ff00ae&style=for-the-badge"/>
</a>
<a href="https://bstats.org/plugin/bukkit/EcoSkills" alt="bstats players">
<img src="https://img.shields.io/bstats/players/12205?color=yellow&style=for-the-badge"/>
<img src="https://img.shields.io/bstats/players/12205?color=ff00ae&style=for-the-badge"/>
</a>
<a href="https://discord.gg/ZcwpSsE/" alt="Discord">
<img src="https://img.shields.io/discord/452518336627081236?label=discord&style=for-the-badge&color=yellow"/>
<img src="https://img.shields.io/discord/452518336627081236?label=discord&style=for-the-badge&color=ff00ae"/>
</a>
</p>
[![Title](https://i.imgur.com/XFSPL6M.png)]()
[![Features](https://i.imgur.com/dXKoMCL.png)]()
[![Docs](https://i.imgur.com/liqcxwv.png)](https://discord.gg/ZcwpSsE/)
[![Compatibility](https://i.imgur.com/6jm7fVS.png)]()
[![Docs](https://i.imgur.com/wssvbsS.png)](https://discord.gg/ZcwpSsE/)
## License
*Click here to read [the entire license](https://github.com/Auxilor/EcoSkills/blob/master/LICENSE.md).*

View File

@@ -50,7 +50,7 @@ public class EcoSkillsPlugin extends EcoPlugin {
* Internal constructor called by bukkit on plugin load.
*/
public EcoSkillsPlugin() {
super(0, 12205, "&#ff00ae");
super(1351, 12205, "&#ff00ae");
instance = this;
dataYml = new DataYml(this);
effectsYml = new EffectsYml(this);