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:
17
README.md
17
README.md
@@ -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>
|
||||
|
||||
[]()
|
||||
[]()
|
||||
[](https://discord.gg/ZcwpSsE/)
|
||||
[]()
|
||||
[](https://discord.gg/ZcwpSsE/)
|
||||
|
||||
## License
|
||||
*Click here to read [the entire license](https://github.com/Auxilor/EcoSkills/blob/master/LICENSE.md).*
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user